{"id":25404985,"url":"https://github.com/trag1c/paperbush","last_synced_at":"2025-08-16T17:07:53.559Z","repository":{"id":65623580,"uuid":"582503418","full_name":"trag1c/paperbush","owner":"trag1c","description":"🌿 Paperbush - a super concise argument parsing tool for Python","archived":false,"fork":false,"pushed_at":"2023-08-13T15:05:26.000Z","size":745,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T14:56:54.616Z","etag":null,"topics":["argparse","argument-parsing","cli","parsing","python"],"latest_commit_sha":null,"homepage":"https://trag1c.github.io/paperbush","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/trag1c.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}},"created_at":"2022-12-27T03:26:36.000Z","updated_at":"2024-09-12T09:52:41.000Z","dependencies_parsed_at":"2023-02-17T03:45:29.808Z","dependency_job_id":null,"html_url":"https://github.com/trag1c/paperbush","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/trag1c/paperbush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fpaperbush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fpaperbush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fpaperbush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fpaperbush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trag1c","download_url":"https://codeload.github.com/trag1c/paperbush/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trag1c%2Fpaperbush/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270742043,"owners_count":24637504,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["argparse","argument-parsing","cli","parsing","python"],"created_at":"2025-02-16T04:29:47.841Z","updated_at":"2025-08-16T17:07:53.529Z","avatar_url":"https://github.com/trag1c.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paperbush 🌿\n\nPaperbush is a super concise argument parsing tool that simplifies the process of creating command-line argument parsers in Python. With Paperbush, you can define your parser in just a single line of code using a custom built-in language, which is then translated directly into the built-in `argparse` module equivalent. This means that in most cases, moving to Paperbush is just a matter of changing the parser definition, as `Paperbush.parse_args()` returns an `argparse.Namespace` object.\n\n## Installation\nPaperbush is available on PyPI and can be installed with `pip`, or any other Python package manager:\n```sh\n$ pip install paperbush\n```\n(Some systems may require you to use `pip3`, `python -m pip`, or `py -m pip`)\n\n## [Examples](https://trag1c.github.io/paperbush/examples/)\n\n## Features\n- short name inferrence\n- mutually exclusive groups\n- choices and the count action\n- default values\n- required arguments\n- type conversion\n- help messages\n\n## Known Limitations\nCurrently Paperbush has no support for:\n- aliases\n- subparsers\n\n## License\nPaperbush is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrag1c%2Fpaperbush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrag1c%2Fpaperbush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrag1c%2Fpaperbush/lists"}