Metadata-Version: 2.1
Name: vkostyanetsky.cliutils
Version: 0.2.0
Summary: A tiny library that makes CLI apps development a bit faster.
Home-page: https://github.com/vkostyanetsky/CLIUtils
Author: Vlad Kostyanetsky
Author-email: vlad@kostyanetsky.me
License: MIT
Keywords: cli console menu progressbar
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 🛠️️ ⚙ 🔧 CLI Utils

[![PyPi](https://img.shields.io/pypi/v/vkostyanetsky.cliutils)](https://pypi.org/project/vkostyanetsky.cliutils/) [![flake8](https://github.com/vkostyanetsky/CLIUtils/actions/workflows/flake8.yml/badge.svg)](https://github.com/vkostyanetsky/CLIUtils/actions/workflows/flake8.yml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)   

A tiny library of functions intended to make console applications development a bit faster for me.

No rocket science; to come clear, I occasionally prefer to use it instead of a some huge third-party package which can do everything for me, including making a cup of coffee.
