Metadata-Version: 2.1
Name: argparse-enh
Version: 0.0.3
Summary: Adds additional functionality to Argparse python library
Author-email: Vijaya Krishna Kasula <krishna.vijay4444@gmail.com>
Project-URL: Source Code, https://gitlab.com/argparse-enh/argparse-enh
Project-URL: Issues, https://gitlab.com/argparse-enh/argparse-enh/-/issues
Project-URL: Docs, https://argparse-enh.readthedocs.io/en/latest/
Keywords: argparse-api,argparse-gui,argparse-shell,argparse-dumper,argparse-bash,argparse-tcsh,argparse-zsh,argparse-sh
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# ARGPARSE ENHANCEMENTS

## Description

This library adds the following additional functionalities to Python's argparse.

* Argparse-API: Use the argparse script as a importable module in another Python script.
* Argparse-Dumper: Use Python's argparse as the argument parser in other shell scripts.
* Argparse-GUI: Automatically create a GUI interface for the argparse script using Streamlit.

Please refer the documentation for more details.

## Installation

    pip install argparse-enh
