Skip to content

Commit

Permalink
Merge pull request #221 from harkabeeparolus/harkabeeparolus/docs
Browse files Browse the repository at this point in the history
Docs update in similar.rst
  • Loading branch information
neithere committed Feb 18, 2024
2 parents 80f71e5 + da33b07 commit 7892547
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/similar.rst
Expand Up @@ -50,6 +50,10 @@ supports Python3. Not every "yes" in this table would count as pro.
questionable practice); it does not derive the CLI arguments from the
function signature but entirely relies on additional decorators, while Argh
strives for the opposite.
* typer_ is a wrapper on top of `click`, which works with type hints instead
of decorators. This is very similar to argh's new 2024 design. Typer also
adds a lot of bells and whistles, and optional color support with `rich`,
so it is a full-featured package with several dependencies.

.. _argdeclare: http://code.activestate.com/recipes/576935-argdeclare-declarative-interface-to-argparse/
.. _argparse-cli: http://code.google.com/p/argparse-cli/
Expand All @@ -69,3 +73,4 @@ supports Python3. Not every "yes" in this table would count as pro.
.. _cement: http://builtoncement.com/2.0/
.. _autocommand: https://pypi.python.org/pypi/autocommand/
.. _click: https://click.palletsprojects.com
.. _typer: https://typer.tiangolo.com

0 comments on commit 7892547

Please sign in to comment.