9 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "02q3d9b933hf8lyvg7w7lgmhij8bjs748vjmsfxhabai04a796d4";
20 checkInputs = [ pytest unicodecsv ];
23 homepage = "https://github.com/sunlightlabs/jellyfish";
24 description = "Approximate and phonetic matching of strings";
25 maintainers = with lib.maintainers; [ koral ];