Metadata-Version: 2.1
Name: py-cmd-tool
Version: 1.0.1
Summary: Python command-line tool helper library
Home-page: https://gitlab.com/bredbeddle-open/cmd-tool
Author: Curtis Forrester
License: MIT
Keywords: argparse tools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Requires-Dist: pkg-version-mgr

This library is an class-based abstraction for the `argparse` abstraction to easily create
Python command-line tools. It supports Python 3.7+.

Features include:

* Abstraction classes for a variety of argparse cmd-line arguments
* Easy registration of the tool entry point for the "setup.py"

Currently I've only implemented the argparse types for my most-used activities. For adding
cmd-line options that are not abstracted the `RawArg` cmd, or define your own custom types.



