protobuf3-to-dict


Nameprotobuf3-to-dict JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/kaporzhu/protobuf-to-dict
SummaryBen Hodgson: A teeny Python library for creating Python dicts from protocol buffers and the reverse. Useful as an intermediate step before serialisation (e.g. to JSON). Kapor: upgrade it to PB3 and PY3, rename it to protobuf3-to-dict
upload_time2017-02-23 04:43:57
maintainerNone
docs_urlNone
authorKapor Zhu
requires_pythonNone
licensePublic Domain
keywords protobuf json dict
VCS
bugtrack_url
requirements protobuf six
Travis-CI No Travis.
coveralls test coverage No coveralls.
            UNKNOWN
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kaporzhu/protobuf-to-dict",
    "name": "protobuf3-to-dict",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "protobuf,json,dict",
    "author": "Kapor Zhu",
    "author_email": "kapor.zhu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6b/55/522bb43539fed463275ee803d79851faaebe86d17e7e3dbc89870d0322b9/protobuf3-to-dict-0.1.5.tar.gz",
    "platform": "UNKNOWN",
    "description": "UNKNOWN",
    "bugtrack_url": null,
    "license": "Public Domain",
    "summary": "Ben Hodgson: A teeny Python library for creating Python dicts from protocol buffers and the reverse. Useful as an intermediate step before serialisation (e.g. to JSON). Kapor: upgrade it to PB3 and PY3, rename it to protobuf3-to-dict",
    "version": "0.1.5",
    "split_keywords": [
        "protobuf",
        "json",
        "dict"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "fc42c8615f30d1ca9b09f80534f07830",
                "sha256": "1e42c25b5afb5868e3a9b1962811077e492c17557f9c66f0fe40d821375d2b5a"
            },
            "downloads": -1,
            "filename": "protobuf3-to-dict-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "fc42c8615f30d1ca9b09f80534f07830",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3508,
            "upload_time": "2017-02-23T04:43:57",
            "upload_time_iso_8601": "2017-02-23T04:43:57.047050Z",
            "url": "https://files.pythonhosted.org/packages/6b/55/522bb43539fed463275ee803d79851faaebe86d17e7e3dbc89870d0322b9/protobuf3-to-dict-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-02-23 04:43:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "kaporzhu",
    "github_project": "protobuf-to-dict",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "protobuf",
            "specs": [
                [
                    ">=",
                    "2.3.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": []
        }
    ],
    "lcname": "protobuf3-to-dict"
}
        
Elapsed time: 0.04043s