7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-xwzaJuiQxExUA5W4kW7t1713S6NOvDNagcD3/dwA+DE=";
18 propagatedBuildInputs = [ requests ];
20 # Project has no tests
22 pythonImportsCheck = [ "tmb" ];
25 homepage = "https://github.com/alemuro/tmb";
26 description = "Python library that interacts with TMB API";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];