9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "0gfvj28i82va7c264jl2p4cdsl3lpf9fpb9cyjnis55crfdafqmv";
19 propagatedBuildInputs = [
24 # No tests included in archive
28 description = "Extracts information about the Python environment easily";
29 mainProgram = "helpdev";
30 license = lib.licenses.mit;