14 buildPythonPackage rec {
19 src = fetchFromGitHub {
23 hash = "sha256-cGQpNhUqlT2B9wKDoDeDmyCNQLwWR7rTCLxnPHhMR0w=";
31 propagatedBuildInputs = [
39 nativeCheckInputs = [ pytestCheckHook ];
40 pythonImportsCheck = [ "normality" ];
43 description = "Micro-library to normalize text strings";
44 homepage = "https://github.com/pudo/normality";
45 license = lib.licenses.mit;
46 maintainers = with lib.maintainers; [ sigmanificient ];