A lightweight argparse wrapper inspired by click.
Find a file
2026-05-14 20:48:40 +01:00
.github/workflows tox configuration 2026-05-14 20:48:40 +01:00
docs Documentation 2021-07-09 00:10:37 +01:00
examples password prompt extension 2016-01-26 11:24:13 -08:00
src/climax Improved project structure 2021-07-08 23:55:35 +01:00
tests Improved project structure 2021-07-08 23:55:35 +01:00
.gitignore add zizmor to ci 2026-05-13 20:31:38 +01:00
.readthedocs.yaml Add readthedocs config file 2023-06-20 12:54:35 +01:00
CHANGES.md Release 0.5.0 2021-07-09 00:16:09 +01:00
LICENSE Initial commit 2016-01-25 07:16:58 -08:00
MANIFEST.in Migrate Python package metadata to pyproject.toml 2023-10-15 14:19:49 +01:00
pyproject.toml add zizmor to ci 2026-05-13 20:31:38 +01:00
README.md Updated readme file 2021-07-09 00:14:07 +01:00
tox.ini tox configuration 2026-05-14 20:48:40 +01:00

climax

Build status codecov

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.

Resources