Skip to content

Commit

Permalink
Merge pull request #15 from 5j9/patch-1
Browse files Browse the repository at this point in the history
add Cyclopts
  • Loading branch information
shadawck committed Jun 21, 2024
2 parents b6cb1a0 + b21d135 commit d82d7f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ etc.

- [Clize](https://github.com/epsy/clize) : An argument parser for Python. You can use Clize as an alternative to argparse if you want an even easier way to create command-line interfaces.

- [Cyclopts](https://github.com/BrianPugh/cyclopts) : Intuitive, easy CLIs based on python type hints.

- [Docopt](https://github.com/docopt/docopt) / [Docopt-NG](https://github.com/jazzband/docopt-ng) : Pythonic command line arguments parser, that will make you smile. docopt parses command-line arguments based on a help message. Don't write parser code: a good help message already has all the necessary information in it.

- [jsonargparse](https://jsonargparse.readthedocs.io/) : Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.
Expand Down

0 comments on commit d82d7f2

Please sign in to comment.