Rust-based Python bindings for Token-Oriented Object Notation
Project description
TOON Python Bindings (toon-pyrs)
Rust-based Python bindings for TOON (Token-Oriented Object Notation).
Build and Install
# Install maturin
pip install maturin
# Build and install in development mode
maturin develop
# Or build a wheel
maturin build --release
pip install target/wheels/*.whl
Usage
import json
import toon
data = {"name": "Ada", "active": True}
result = toon.encode(json.dumps(data))
print(result)
Publish
maturin build --release
pip install twine
twine upload target/wheels/*
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 toon_pyrs-0.1.2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: toon_pyrs-0.1.2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 718.6 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ba16d607af12a2fd75ed71a878207b1d4fecf31cf1784e53cae469d9a96f680
|
|
| MD5 |
caeafc64e2cb6dda47a81fa0cfef7941
|
|
| BLAKE2b-256 |
0df7c23c34b51eecdbc86240d08e7c4201440e531f8c25e28c8ee9e83ac19531
|