1 { lib, buildPythonPackage, fetchPypi, protobuf, six }:
3 buildPythonPackage rec {
4 pname = "protobuf3-to-dict";
9 sha256 = "0nibblvj3n20zvq6d73zalbjqjby0w8ji5mim7inhn7vb9dw4hhy";
14 pythonImportsCheck = [ "protobuf_to_dict" ];
16 propagatedBuildInputs = [ protobuf six ];
19 description = "A teeny Python library for creating Python dicts from protocol buffers and the reverse";
20 homepage = "https://github.com/kaporzhu/protobuf-to-dict";
21 license = licenses.publicDomain;
22 maintainers = with maintainers; [ nequissimus ];