Metadata-Version: 2.1
Name: argparse-pydantic
Version: 0.0.1
Summary: argparse config with pydantic model.
Home-page: https://github.com/ayasyrev/argparse_pydantic
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
License-File: LICENSE
Provides-Extra: test

# ArgparsePydantic

Config for argparse with pydantic model.

WIP  

Simple wrapper for python argparse.  
Use pydantic model 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.  

