10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-sCaVrHqQZwAZDXIjh4Rg9ZT/EQSbrOPdSyT8oofCsmA=";
22 propagatedBuildInputs = [
30 pythonImportsCheck = [ "schiene" ];
33 description = "Python library for interacting with Bahn.de";
34 homepage = "https://github.com/kennell/schiene";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];