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.1.tar.gz
(3.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.2.1-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file zonpy-0.2.1.tar.gz.
File metadata
- Download URL: zonpy-0.2.1.tar.gz
- Upload date:
- Size: 3.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 |
fd52eff359e1914e369b6fa6aa4b73913a1b009d1a252abf5c878473f893f45c
|
|
| MD5 |
eb0738d8730e420c4430ddb62c6874de
|
|
| BLAKE2b-256 |
3ad1675d62e9f7265c00f7ca9d5b24bd729afa950b16a55391efd795fce1589f
|
File details
Details for the file zonpy-0.2.1-py3-none-any.whl.
File metadata
- Download URL: zonpy-0.2.1-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 |
d879147fd50beaff1d4148bc7db3d47427e321b8978fe0832be4c765e964a5e2
|
|
| MD5 |
81eeafe52364e2bde7c3d238c09e0d8b
|
|
| BLAKE2b-256 |
2b56a8421857f8c06b54d7b55afd296e1b045dab87911cddd0eaa642bd4170ca
|