mirror of
https://github.com/shadawck/awesome-cli-frameworks.git
synced 2026-07-10 16:42:15 -05:00
update page with jsonargparse
This commit is contained in:
@@ -361,6 +361,9 @@ etc.</p>
|
||||
<p><a href="https://github.com/docopt/docopt">Docopt</a> / <a href="https://github.com/jazzband/docopt-ng">Docopt-NG</a> : 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.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://jsonargparse.readthedocs.io/">jsonargparse</a> : Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="https://github.com/google/python-fire">Python-Fire</a> : Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.</p>
|
||||
</li>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user