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
Description: 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/*
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Requires-Python: >=3.8
Description-Content-Type: text/markdown
