{"id":20415948,"url":"https://github.com/jnoortheen/xonsh-rd-parser","last_synced_at":"2026-05-29T21:31:08.072Z","repository":{"id":259386527,"uuid":"830369691","full_name":"jnoortheen/xonsh-rd-parser","owner":"jnoortheen","description":"A Rust library that parses Xonsh and provides Python bindings to it.","archived":false,"fork":false,"pushed_at":"2024-12-30T10:42:49.000Z","size":1346,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-15T13:57:23.865Z","etag":null,"topics":["xonsh","xonsh-dev"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jnoortheen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-18T06:28:28.000Z","updated_at":"2024-12-30T10:42:53.000Z","dependencies_parsed_at":"2024-12-24T09:33:56.142Z","dependency_job_id":null,"html_url":"https://github.com/jnoortheen/xonsh-rd-parser","commit_stats":null,"previous_names":["jnoortheen/xonsh-rd-parser"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnoortheen%2Fxonsh-rd-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnoortheen%2Fxonsh-rd-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnoortheen%2Fxonsh-rd-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnoortheen%2Fxonsh-rd-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jnoortheen","download_url":"https://codeload.github.com/jnoortheen/xonsh-rd-parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241960833,"owners_count":20049342,"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":["xonsh","xonsh-dev"],"created_at":"2024-11-15T06:18:10.104Z","updated_at":"2025-12-02T23:04:00.147Z","avatar_url":"https://github.com/jnoortheen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xonsh Recursive Descent Parser\n\n[![PyPI version](https://img.shields.io/pypi/v/xonsh-rd-parser.svg)](https://pypi.org/project/xonsh-rd-parser/)\n[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/jnoortheen/xonsh-rd-parser)\n\nA Rust based, recursive descent parser for [Xonsh](https://xon.sh).\n\n# Usage\n\n- install it with pip\n\n```\npip install xonsh-rd-parser\n```\n\n- Use it to parse Xonsh CFG\n```py\nfrom xonsh_rd_parser import Parse\nParse(\"print($HOME)\").parse()\n```\n\n- Run `xonsh` with `env XONSH_RD_PARSER=1 xonsh` to use the new parser.\n\n# Credits\n\nThis library is based on [ruff](https://github.com/charliermarsh/ruff)'s own [Python parser](https://github.com/astral-sh/ruff/tree/main/crates/ruff_python_parser).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnoortheen%2Fxonsh-rd-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnoortheen%2Fxonsh-rd-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnoortheen%2Fxonsh-rd-parser/lists"}