Metadata-Version: 2.1
Name: argtyper
Version: 0.1.0
Summary: Argparser on TypeHints and Decorators
Home-page: https://argtyper.readthedocs.io/
License: MIT
Author: Georg Merzdovnik
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/gmerz/ArgTyper
Description-Content-Type: text/markdown

# ArgTyper

**-- ArgumentParser on Typehints and Decorators**

ArgTyper let's you build command line applications from python functions.
It is similar to [Typer](https://github.com/tiangolo/typer) (which has more
features), Contrary to Typer, which is based on [click](https://click.palletsprojects.com/en/7.x/),
ArgTyper is based on standard argparse.ArgumentParser (for better or for
worse).

You can find the documentation at https://argtyper.readthedocs.io/

