A lightweight argparse wrapper inspired by click.
- Python 100%
| .github/workflows | ||
| docs | ||
| examples | ||
| src/climax | ||
| tests | ||
| .gitignore | ||
| .readthedocs.yaml | ||
| CHANGES.md | ||
| LICENSE | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.md | ||
| tox.ini | ||
climax
A lightweight argparse wrapper inspired by click.
Climax is a little argparse wrapper, with a decorator based syntax heavily inspired by Armin Ronacher's click. Climax can import native argparse parsers as sub-commands, and can also export itself as a native parser, providing full interoperability with existing argparse based solutions.