9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-XuRhRmeTXAplb14UwISyzaqEIrFeg8/aCdMxUccMUos=";
25 propagatedBuildInputs = [ requests ];
27 pythonImportsCheck = [ "tmb" ];
29 # Project has no tests
33 description = "Python library that interacts with TMB API";
34 homepage = "https://github.com/alemuro/tmb";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];