Metadata-Version: 2.1
Name: argparsecfg
Version: 0.2.3
Summary: argparse config.
Home-page: https://github.com/ayasyrev/argparsecfg
Author: Yasyrev Andrei
Author-email: a.yasyrev@gmail.com
License: apache2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# ArgparseCfg

Config for argparse.

WIP  

Simple wrapper for python argparse.  
Use dataclass for you app config.  
It gives you typed config instead of default Namespace from argparse.

You can see examples at `examples` folder - Same examples as ad python docs and tutorial for argparse.  

