16 buildPythonPackage rec {
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
27 hash = "sha256-ANOBbQWLB35Vz6oil6QZDpsNpKHeKUJnDKA5Q9JRVdE=";
30 nativeBuildInputs = [ poetry-core ];
32 propagatedBuildInputs = [
41 nativeCheckInputs = [ pytestCheckHook ];
43 # These languages require additional dictionaries that aren't packaged
50 description = "Library for looking up the frequencies of words in many languages, based on many sources of data";
51 homepage = "https://github.com/rspeer/wordfreq/";
52 license = licenses.mit;