Library for parsinge 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.1.0.tar.gz
(2.3 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.1.0-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file zonpy-0.1.0.tar.gz.
File metadata
- Download URL: zonpy-0.1.0.tar.gz
- Upload date:
- Size: 2.3 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 |
e3bc220677544bae34e273c4837c6c0e795972a68c6ff57b8f40947732fe00ae
|
|
| MD5 |
7dcfd746dea0fd93a1ad2c951b48d055
|
|
| BLAKE2b-256 |
e09cca97c5d7d1be00c4fc4ea378e30b4385c866bd110a82554f6675eee4b3ed
|
File details
Details for the file zonpy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zonpy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 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 |
1bcc858deb321ddb1280e21d9bdce11603f19acd95ddacf3bf86548050a3013c
|
|
| MD5 |
52d61869e91f5685238cb047a4c91282
|
|
| BLAKE2b-256 |
3e585d314e22e32f0b83a54ff670e043f274a53a2add717e93172a43924d22c1
|