Hedera Protobufs
Project description
hedera-protobufs-python
Hedera API Definitions in Protocol Buffer compiled to Python
They are compiled from .proto files in Java Protobufs.
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, which is a Python wrapper around Java SDK, while waiting for pure Python SDK.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hedera_proto-0.49.1.tar.gz.
File metadata
- Download URL: hedera_proto-0.49.1.tar.gz
- Upload date:
- Size: 67.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9043187d9c15b58e2c065d1f78c60f286decb8552d9cf5168fdb9767ede73ef3
|
|
| MD5 |
b1ba69e732d4cf3c735c881045d56a20
|
|
| BLAKE2b-256 |
cc349fe42a42293aaad01e2921634be866f2d6222bb63eec90fadbbc9a66ead5
|
File details
Details for the file hedera_proto-0.49.1-py3-none-any.whl.
File metadata
- Download URL: hedera_proto-0.49.1-py3-none-any.whl
- Upload date:
- Size: 151.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f951527f1b284af4a0be5fd19ad1fa8febc33b7716c3dd2319c2bebd18024b5a
|
|
| MD5 |
1760bae1fd542ea8c342f0d31eade44d
|
|
| BLAKE2b-256 |
a2140d2f7f3a8a5e41a8c248a18f99ee9e7cd7ccae80d136f11eaf16a5853ee7
|