Skip to main content

JONF parser/formatter in Python

Project description

JONF parser/formatter in Python

NOTE: This is initial stub version, docs and tests only

# 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() and jonf.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)

Uploaded Source

Built Distribution

jonf-0.0.3-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page