Metadata-Version: 2.1
Name: argparsex
Version: 0.0.1
Summary: Extension to argparse to handle default values supplied & not supplied
Home-page: https://github.com/J-A-M-E-5/argparsex
Author: James Martin
Author-email: jimpub@gmail.com
License: MIT
Keywords: argparse extension argument parser defaults
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# argparsex - Extension to argparse to better handle default values

## Installation

This package requires Python >= 3.7 and can be installed with `pip`:
```
pip install argparsex
```


