8 buildPythonPackage rec {
9 pname = "openidc-client";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "680e969cae18c30adbddd6a087ed09f6a296b4937b4c8bc69be813bdbbfa9847";
17 propagatedBuildInputs = [ requests ];
22 description = "CLI python OpenID Connect client with token caching and management";
23 homepage = "https://github.com/puiterwijk";
24 license = licenses.mit;
25 maintainers = with maintainers; [ disassembler ];