Metadata-Version: 1.1
Name: forwarg
Version: 1.0.0
Summary: Parse and forward command-line arguments.
Home-page: https://github.com/kynikos/lib.py.forwarg
Author: Dario Giovannetti
Author-email: dev@dariogiovannetti.net
License: GPLv3+
Description-Content-Type: UNKNOWN
Description: Drop-in replacement for Python's argparse module, used to parse command-line arguments. forwarg is designed to make it easier to forward the arguments to another command, allowing to manipulate them through special objects. forwarg implements the same API as argparse, but it has been written from scratch.
Keywords: commandline parser
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Shells
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
