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.1.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.1.1-py3-none-any.whl
(4.1 kB
view details)
File details
Details for the file zonpy-0.1.1.tar.gz.
File metadata
- Download URL: zonpy-0.1.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 |
d77b9aba257e2c7f20416302f6b1f6cac021b4720e2cc570c3354c3d090e2954
|
|
| MD5 |
462f3785d6306fce8d2459ffb917c44b
|
|
| BLAKE2b-256 |
9c70c8b1a55972ff9e9a9953345d67158308c2372908fbd1aaa9c80c365936c6
|
File details
Details for the file zonpy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: zonpy-0.1.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 |
82509d66a7a8e7d77de88100df3158499c6b69cf1402da0865b305b2fe19769c
|
|
| MD5 |
d892651c308ed4b2146fba8599f7ab30
|
|
| BLAKE2b-256 |
a6604960101850797ccdecfacd108ce0f12e85304d95437f10d6c2590414c2c2
|