12 buildPythonPackage rec {
13 pname = "stups-tokens";
18 src = fetchFromGitHub {
19 owner = "zalando-stups";
20 repo = "python-tokens";
22 sha256 = "09z3l3xzdlwpivbi141gk1k0zd9m75mjwbdy81zc386rr9k8s0im";
25 build-system = [ setuptools ];
27 dependencies = [ requests ];
35 description = "Python library that keeps OAuth 2.0 service access tokens in memory for your usage";
36 homepage = "https://github.com/zalando-stups/python-tokens";
37 license = licenses.asl20;
38 maintainers = [ maintainers.mschuwalow ];