1 { lib, buildPythonPackage, fetchPypi, setuptools }:
3 buildPythonPackage rec {
10 inherit pname version;
11 hash = "sha256-gmmW10xaqfS2kWGVVHMSrGOEusOBC4UXBj8pMkgle3I=";
18 pythonImportsCheck = [ "autopage" ];
21 description = "A library to provide automatic paging for console output";
22 homepage = "https://github.com/zaneb/autopage";
23 license = licenses.asl20;
24 maintainers = teams.openstack.members;