9 buildPythonPackage rec {
10 pname = "protobuf3-to-dict";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "0nibblvj3n20zvq6d73zalbjqjby0w8ji5mim7inhn7vb9dw4hhy";
21 pythonImportsCheck = [ "protobuf_to_dict" ];
23 propagatedBuildInputs = [
29 description = "Teeny Python library for creating Python dicts from protocol buffers and the reverse";
30 homepage = "https://github.com/kaporzhu/protobuf-to-dict";
31 license = licenses.publicDomain;
32 maintainers = with maintainers; [ nequissimus ];