hedera-proto


Namehedera-proto JSON
Version 0.49.1 PyPI version JSON
download
home_pagehttps://github.com/HbarStudio/hedera-protobufs-python
SummaryHedera Protobufs
upload_time2024-05-02 07:55:58
maintainerNone
docs_urlNone
authorWensheng Wang
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hedera-protobufs-python

Hedera API Definitions in Protocol Buffer compiled to Python

They are compiled from .proto files in [Java Protobufs](https://github.com/hashgraph/hedera-protobufs-java).

## Usage

Install:

    pip install hedera-proto

To use, just import them in your python program, e.g.:

    from hedera_proto import AccountID
    accountId = AccountID()

Or:

    import hedera_proto as proto
    accountId = proto.AccountID()

## Note

This is used by pure Python Hedera SDK, which, as of now (2021/11), has not been released yet.

You are encouraged to use the fully functional Python SDK [github.com/wensheng/hedera-sdk-py](https://github.com/wensheng/hedera-sdk-py), which is a Python wrapper around Java SDK, while waiting for pure Python SDK.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/HbarStudio/hedera-protobufs-python",
    "name": "hedera-proto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Wensheng Wang",
    "author_email": "wenshengwang@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/34/9fe42a42293aaad01e2921634be866f2d6222bb63eec90fadbbc9a66ead5/hedera_proto-0.49.1.tar.gz",
    "platform": null,
    "description": "# hedera-protobufs-python\n\nHedera API Definitions in Protocol Buffer compiled to Python\n\nThey are compiled from .proto files in [Java Protobufs](https://github.com/hashgraph/hedera-protobufs-java).\n\n## Usage\n\nInstall:\n\n    pip install hedera-proto\n\nTo use, just import them in your python program, e.g.:\n\n    from hedera_proto import AccountID\n    accountId = AccountID()\n\nOr:\n\n    import hedera_proto as proto\n    accountId = proto.AccountID()\n\n## Note\n\nThis is used by pure Python Hedera SDK, which, as of now (2021/11), has not been released yet.\n\nYou are encouraged to use the fully functional Python SDK [github.com/wensheng/hedera-sdk-py](https://github.com/wensheng/hedera-sdk-py), which is a Python wrapper around Java SDK, while waiting for pure Python SDK.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Hedera Protobufs",
    "version": "0.49.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/HbarStudio/hedera-protobufs-python/issues",
        "Homepage": "https://github.com/HbarStudio/hedera-protobufs-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2140d2f7f3a8a5e41a8c248a18f99ee9e7cd7ccae80d136f11eaf16a5853ee7",
                "md5": "1760bae1fd542ea8c342f0d31eade44d",
                "sha256": "f951527f1b284af4a0be5fd19ad1fa8febc33b7716c3dd2319c2bebd18024b5a"
            },
            "downloads": -1,
            "filename": "hedera_proto-0.49.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1760bae1fd542ea8c342f0d31eade44d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 151319,
            "upload_time": "2024-05-02T07:55:57",
            "upload_time_iso_8601": "2024-05-02T07:55:57.108592Z",
            "url": "https://files.pythonhosted.org/packages/a2/14/0d2f7f3a8a5e41a8c248a18f99ee9e7cd7ccae80d136f11eaf16a5853ee7/hedera_proto-0.49.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc349fe42a42293aaad01e2921634be866f2d6222bb63eec90fadbbc9a66ead5",
                "md5": "b1ba69e732d4cf3c735c881045d56a20",
                "sha256": "9043187d9c15b58e2c065d1f78c60f286decb8552d9cf5168fdb9767ede73ef3"
            },
            "downloads": -1,
            "filename": "hedera_proto-0.49.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b1ba69e732d4cf3c735c881045d56a20",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 67064,
            "upload_time": "2024-05-02T07:55:58",
            "upload_time_iso_8601": "2024-05-02T07:55:58.953967Z",
            "url": "https://files.pythonhosted.org/packages/cc/34/9fe42a42293aaad01e2921634be866f2d6222bb63eec90fadbbc9a66ead5/hedera_proto-0.49.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-02 07:55:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "HbarStudio",
    "github_project": "hedera-protobufs-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hedera-proto"
}
        
Elapsed time: 0.45950s