18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "kylepollina";
23 # tags for >1.5.4 are not availables on github
24 # see: https://github.com/kylepollina/objexplore/issues/25
25 rev = "3c2196d26e5a873eed0a694cddca66352ea7c81e";
26 hash = "sha256-BgeuRRuvbB4p99mwCjNxm3hYEZuGua8x2GdoVssQ7eI=";
34 build-system = [ setuptools ];
46 pythonImportsCheck = [
48 "objexplore.cached_object"
51 "objexplore.help_layout"
52 "objexplore.objexplore"
59 description = "Terminal UI to interactively inspect and explore Python objects";
60 homepage = "https://github.com/kylepollina/objexplore";
61 license = lib.licenses.mit;
62 maintainers = with lib.maintainers; [