NDS Protocol Buffers types for Python (generated from nds-api/spec).
Project description
NDS-API - Python SDK
Protocol SDK for NDS-API (NoieDigitalSystem) on Python.
- Protocol spec:
../spec/proto/ - Repo docs index:
../docs/README.md
Installation
pip install noie-nds-api==3.0.4
Features
- Protocol types: Identity / Asset / Event / Transaction / Result / Context
- Proto compatibility: matches the NDS Protocol Buffers specification
- Runtime-agnostic: no Bukkit/Paper, no database, no network stack dependencies
Quick Start
Decimal
from nds.common import common_pb2
d = common_pb2.Decimal(value="1.23", scale=2)
print(d.value)
Packages
| Package | Description |
|---|---|
noie-nds-api |
Python protobuf DTOs (*_pb2.py) |
Compatibility
- Python 3.14
Notes (generated code)
- Protobuf DTOs are generated from
../spec/proto/**via Buf. - Generation template:
../spec/buf.gen.yaml
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
noie_nds_api-3.0.4.tar.gz
(15.7 kB
view details)
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 noie_nds_api-3.0.4.tar.gz.
File metadata
- Download URL: noie_nds_api-3.0.4.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31514f8cf309b2b6f5d5b5e57c3448a74ffc27175a2b0d1e9e39654ede998fcc
|
|
| MD5 |
c23aa5536bdee9b05d95ab799fb4bee3
|
|
| BLAKE2b-256 |
211197dcbbc2e9dbda9a7f93782131e2355e71a099feeacc1182408d2e30ed75
|
File details
Details for the file noie_nds_api-3.0.4-py3-none-any.whl.
File metadata
- Download URL: noie_nds_api-3.0.4-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adf5265bffb28d65a0793d25c11c1f7c5e4dc854ff5832428442f93eadf46e3a
|
|
| MD5 |
544c516075837f4f3ea155bafc98b32e
|
|
| BLAKE2b-256 |
3e75b3d25a1486bdba4325afcdeba2c5a9565cd9c567b05027c07b4a3a23df4e
|