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