{"id":21369131,"url":"https://github.com/darthwalsh/justanotheryamlparser","last_synced_at":"2026-05-18T08:33:23.020Z","repository":{"id":43759775,"uuid":"283357211","full_name":"darthwalsh/JustAnotherYamlParser","owner":"darthwalsh","description":"Parse YAML using the official BNF grammar","archived":false,"fork":false,"pushed_at":"2025-02-14T20:51:37.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-14T21:32:29.013Z","etag":null,"topics":["bnf","yaml"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darthwalsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-29T00:22:40.000Z","updated_at":"2025-02-14T20:51:40.000Z","dependencies_parsed_at":"2022-09-06T08:51:38.218Z","dependency_job_id":null,"html_url":"https://github.com/darthwalsh/JustAnotherYamlParser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthwalsh%2FJustAnotherYamlParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthwalsh%2FJustAnotherYamlParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthwalsh%2FJustAnotherYamlParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darthwalsh%2FJustAnotherYamlParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darthwalsh","download_url":"https://codeload.github.com/darthwalsh/JustAnotherYamlParser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243842692,"owners_count":20356701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bnf","yaml"],"created_at":"2024-11-22T07:30:37.587Z","updated_at":"2026-05-18T08:33:17.995Z","avatar_url":"https://github.com/darthwalsh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Just Another YAML Parser\n\nClone like `git clone --recurse-submodules ...`\n\n## Running tests\n\nSet up a virtual environment:\n\n    python3 -m venv env\n\nOn macOS and Linux:\n\n    source env/bin/activate\n\nOr on Windows:\n\n    .\\env\\Scripts\\activate\n\nInstall dependencies:\n\n    pip install -r requirements.txt\n\nRun tets:\n\n    pytest\n\n## Roadmap\n\n- [ ] Debug parsing showing how each rule is applied\n- [ ] Parsing *presentation* (text) into *serialization* tree\n- [ ] Composing *serialization* into *representation* JSON\n\n## Regenerating 1.2.2 productions.bnf\n\nhttps://yaml.org/spec/1.2.2/ contains HTML for the spec, but [yaml/yaml-spec](https://github.com/yaml/yaml-spec.git) has the markdown source.\n\nRun script `produce_bnf.py` which uses yaml-spec as a submodule to produce `productions.bnf`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarthwalsh%2Fjustanotheryamlparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarthwalsh%2Fjustanotheryamlparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarthwalsh%2Fjustanotheryamlparser/lists"}