JONF parser/formatter in Python
Project description
JONF parser/formatter in Python
NOTE: This is initial stub version, docs and tests only
-
JONF format: https://jonf.app/
-
Python example:
# pip install jonf
import jonf
text = """\
compare =
- true
= true
"""
assert jonf.parse(text) == {"compare": ["true", True]}
assert jonf.format({"compare": ["true", True]}) == text
- TODO: Implement
jonf.parse()
andjonf.format()
as part of JONF Roadmap
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
jonf-0.0.3.tar.gz
(2.6 kB
view hashes)
Built Distribution
jonf-0.0.3-py3-none-any.whl
(2.6 kB
view hashes)