Metadata-Version: 2.1
Name: clavier
Version: 0.1.3a2
Summary: A light and not-so-bright CLI framework for Python
Home-page: https://github.com/nrser/clavier
Author: Neil Souza, Expanded Performance Inc
Author-email: neil@neilsouza.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rich (<10,>=9.13.0)
Requires-Dist: argcomplete (<2,>=1.12.1)
Requires-Dist: mdutils (<2,>=1.3.0)
Requires-Dist: sortedcontainers (<3,>=2.3.0)
Requires-Dist: splatlog (==0.1.0)

clavier
==============================================================================

A light and not-so-bright CLI framework for Python.

Release
------------------------------------------------------------------------------

To release to PyPi, 'cause I always forget...

```shell
rm -rf ./dist/*
python setup.py sdist bdist_wheel
python -m twine upload ./dist/*
```


