1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
10 sha256 = "951a4c52d6791ccec55bc739811169eed69917d3874f5fe722866623a697f39d";
13 # Tests are not included in PyPI tarball
17 homepage = "https://github.com/dadadel/pyment";
18 description = "Create, update or convert docstrings in existing Python files, managing several styles";
19 license = licenses.gpl3;
20 maintainers = with maintainers; [ jethro ];