1 { buildPythonPackage, fetchPypi, lib }:
3 buildPythonPackage rec {
9 sha256 = "1hcn6h38qplfcmq392cs58r01k16k202bqyap4br02376pr4ik7a";
14 homepage = "https://github.com/moshez/rfc7464";
15 description = "RFC 7464 is a proposed standard for streaming JSON documents.";
16 license = [ licenses.mit ];
17 maintainers = with maintainers; [ shlevy ];