1 { lib, buildPythonPackage, fetchPypi, requests }:
3 buildPythonPackage rec {
9 sha256 = "0sh4xm74im9qxzpbrlc5h1vnpgvpybnpvdcav1iws0b561zdr08c";
12 propagatedBuildInputs = [ requests ];
15 description = "get live-data from mvg-live.de";
16 homepage = "https://github.com/pc-coholic/PyMVGLive";
17 license = licenses.free;