1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "isounidecode";
10 hash = "sha256-TbCpYsY0GCbJpprKq8L5I6WxJNU6M1voku8pFzvDHFs=";
13 pythonImportsCheck = [ "isounidecode" ];
15 # no real tests included, fails to run
19 description = "Python package for conversion and transliteration of unicode into ascii or iso-8859-1";
20 homepage = "https://github.com/redvasily/isounidecode";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ ];