12 buildPythonPackage rec {
15 format = "setuptools";
18 description = "Implementation of JWT, JWS, JWE and JWK";
19 homepage = "https://github.com/rohe/pyjwkest";
20 license = lib.licenses.asl20;
24 inherit pname version;
25 sha256 = "5560fd5ba08655f29ff6ad1df1e15dc05abc9d976fcbcec8d2b5167f49b70222";
28 buildInputs = [ pytest ];
29 propagatedBuildInputs = [