8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0gfvj28i82va7c264jl2p4cdsl3lpf9fpb9cyjnis55crfdafqmv";
18 propagatedBuildInputs = [
23 # No tests included in archive
27 description = "Extracts information about the Python environment easily";
28 mainProgram = "helpdev";
29 license = lib.licenses.mit;