Metadata-Version: 2.1
Name: cmd-utils
Version: 1.0.0
Summary: Utilities for command line tools.
Home-page: https://github.com/connordelacruz/cmd-utils
Author: Connor de la Cruz
Author-email: connor.c.delacruz@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Software Development
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: blessings (<1.8,>=1.7)

======================
Command Line Utilities
======================

|github|
|pypi|
|license|
|pythonversions|

.. |github| image:: https://img.shields.io/badge/GitHub--green.svg?style=social&logo=github
    :alt: GitHub
    :target: https://github.com/connordelacruz/cmd-utils

.. |pypi| image:: https://img.shields.io/pypi/v/cmd-utils.svg
    :alt: PyPI
    :target: https://pypi.org/project/cmd-utils/

.. |license| image:: https://img.shields.io/pypi/l/cmd-utils.svg
    :alt: License

.. |pythonversions| image:: https://img.shields.io/pypi/pyversions/cmd-utils.svg
    :alt: Python Versions
    :target: https://pypi.org/project/cmd-utils/

Various handy helper functions for printing and input prompting for command line tools.



