Symbol Catbuffer Builders
Project description
catbuffer
This is the Python version of the catbuffer library. It is generated using catbuffer-generators from the catbuffer specification.
The generated code is in Python version 3.7.
This library helps serialize and deserialize NEM's Catapult entities in Python applications.
The library's main client may be a community-driven NEM Python SDK (nem2-sdk-python) but it can also be used alone.
Installation & Usage
pip install
The python catbuffer package is hosted on PyPI.
To install the latest release:
pip install catbuffer
(you may need to run pip
with root permission: sudo pip install catbuffer
)
To install a specific version or a snapshot:
pip install catbuffer=={version}
Example:
pip3 install catbuffer==0.0.2.20200329.111953a1
Python generator developer notes
As catbuffer schema uses upper and lower Camel Case naming convention, the generated code also uses this convention for easier cross-referencing between the code and the schemas. You may want to disable PEP 8 naming convention violation inspection in your IDE.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file catbuffer-0.0.2.20200403.64645a1.tar.gz
.
File metadata
- Download URL: catbuffer-0.0.2.20200403.64645a1.tar.gz
- Upload date:
- Size: 36.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bb08616b6df731a7d52568cf50c5976d994aba170b936d6f059af1324e0ccfb |
|
MD5 | 1132e25ab1398f24046db00fbf12dba8 |
|
BLAKE2b-256 | d03a9f17a0fa8fafa7334117423fc572a95542a80c9d12a07b9d2f3ae9dfef2e |
File details
Details for the file catbuffer-0.0.2.20200403.64645a1-py3-none-any.whl
.
File metadata
- Download URL: catbuffer-0.0.2.20200403.64645a1-py3-none-any.whl
- Upload date:
- Size: 161.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a730e53c67d1c9ecbd3765c6a6dbaf1b7968ff8d06ed8951331322e54cf983f |
|
MD5 | 068994d93e9b37aa4d2b3c1fe1f56216 |
|
BLAKE2b-256 | 67c7bfefa78f3441499083b734fc3f555d949dc39468216652ff7bb78b91b96a |