6 buildPythonPackage rec {
7 pname = "commandparse";
11 inherit pname version;
12 sha256 = "06mcxc0vs5qdcywalgyx5zm18z4xcsrg5g0wsqqv5qawkrvmvl53";
15 # tests only distributed upstream source, not PyPi
17 pythonImportsCheck = [ "commandparse" ];
20 description = "Python module to parse command based CLI application";
21 homepage = "https://github.com/flgy/commandparse";
22 license = with licenses; [ mit ];
23 maintainers = [ maintainers.fab ];