{"id":37070557,"url":"https://github.com/whyolet/jonf-py","last_synced_at":"2026-01-14T08:14:19.074Z","repository":{"id":57673509,"uuid":"481937089","full_name":"whyolet/jonf-py","owner":"whyolet","description":"JONF parser/formatter in Python","archived":true,"fork":false,"pushed_at":"2025-09-12T16:08:37.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T04:43:54.082Z","etag":null,"topics":["configuration","dsl","jonf","json","parser","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whyolet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-15T11:30:19.000Z","updated_at":"2025-09-12T16:09:13.000Z","dependencies_parsed_at":"2022-08-31T11:50:57.068Z","dependency_job_id":null,"html_url":"https://github.com/whyolet/jonf-py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whyolet/jonf-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyolet%2Fjonf-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyolet%2Fjonf-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyolet%2Fjonf-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyolet%2Fjonf-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whyolet","download_url":"https://codeload.github.com/whyolet/jonf-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyolet%2Fjonf-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","dsl","jonf","json","parser","python"],"created_at":"2026-01-14T08:14:18.453Z","updated_at":"2026-01-14T08:14:19.066Z","avatar_url":"https://github.com/whyolet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JONF parser/formatter in Python\n\n\u003e [!WARNING]\n\u003e JONF.py draft is **archived** in favor of [TTT](https://github.com/whyolet/ttt) - please check it.\n\nNOTE: This is an early alpha version\n\n- JONF format [docs](https://github.com/whyolet/jonf)\n- Formatter is implemented and [tested](https://github.com/whyolet/jonf-py/blob/main/tests/test_format.py)\n- Parser is not implemented yet\n- Python example:\n\n```python\n# pip install jonf\n\nimport jonf, textwrap\n\ntext = textwrap.dedent(\n    \"\"\"\\\n    compare =\n      - true\n      = true\n    \"\"\"\n).rstrip()\n\ndata = {\n    \"compare\": [\n        \"true\",\n        True,\n    ]\n}\n\n# TODO:\n# assert jonf.parse(text) == data\n\nassert jonf.format(data) == text\n\nprint(jonf.format(data))\n```\n\nOutput:\n\n```\ncompare =\n  - true\n  = true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhyolet%2Fjonf-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhyolet%2Fjonf-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhyolet%2Fjonf-py/lists"}