Metadata-Version: 2.1
Name: cly-why
Version: 0.1.1
Summary: A super simple functional cli helper lib
Author: 00il
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# Why?
I wanted a simple library to write small to moderate cli programs

# Why not X?
## X = argparse
Its way more then what I need 99% of the time.

## X = click
I don't particularly like decorators.

## X = typer
I've used typer a bit, but it never clicked with me.

# Feature List
- [ ] Tests
- [X] Colorize and Text Decorate
- [ ] 
- [ ] 

