Library for parsing and writing ZON (Zig Object Notation) files
Project description
zonpy
A Python library for reading and writing ZON (Zig Object Notation) files.
Usage
import zonpy
zon = '.{.foo = "bar"}'
obj = zonpy.loads(zon)
assert obj == {"foo": "bar"}
zon_out = zonpy.dumps(obj)
assert zon == zon_out
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
zonpy-0.2.0.tar.gz
(3.4 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
zonpy-0.2.0-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file zonpy-0.2.0.tar.gz.
File metadata
- Download URL: zonpy-0.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.9-zen1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0795a6f2db9803c9ecdd5b34c2d184f81bb5eed7cf2b04dbacc30ddaa5a34968
|
|
| MD5 |
bddc927c36be155e868cb8735fad2ce2
|
|
| BLAKE2b-256 |
6aef9c397151b472617f3ecafb13d72ee25778265d77b185cd85861568eaa651
|
File details
Details for the file zonpy-0.2.0-py3-none-any.whl.
File metadata
- Download URL: zonpy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.8.9-zen1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
125823b0df31756c790d1beb7843a45c639a30284107b1baa855067fba9d78fa
|
|
| MD5 |
467f0bb3f0b6f5d8d9651a0d00ce116e
|
|
| BLAKE2b-256 |
07c7a43afbfaaf2c1007e87c762ae994a369f1d26fbeb52e0b8f4020cd4bec81
|