update page with jsonargparse

This commit is contained in:
shadawck
2022-11-25 19:13:05 +01:00
parent c7a1689feb
commit 8d0993e90b
7 changed files with 14 additions and 5 deletions

View File

@@ -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>