Metadata-Version: 2.1
Name: cleez
Version: 0.1.10
Summary: Simple class-based CLI framework.
Home-page: https://github.com/abilian/cleez
Author: Abilian SAS
Author-email: sf@abilian.com
Requires-Python: >=3.9,<4
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: snoop (>=0.4.3,<0.5.0)
Requires-Dist: termcolor (>=2.2.0,<3.0.0)
Description-Content-Type: text/x-rst

=====
Cleez
=====


.. image:: https://img.shields.io/pypi/v/cleez.svg
        :target: https://pypi.python.org/pypi/cleez

.. image:: https://readthedocs.org/projects/cleez/badge/?version=latest
        :target: https://cleez.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


Abilian Cleez
=============

Simple framework for building command line applications with multiple
commands and subcommands.

Similar to Cleo, but based on the stdlib's argparse module.


* Free / open source software: Apache Software License 2.0
* Documentation: https://cleez.readthedocs.io. (nope!)


Features
--------

* TODO

Credits
-------

This package was created with Cruft_ and the `abilian/cookiecutter-abilian-python`_ project template.

.. _Cruft: https://cruft.github.io/cruft/
.. _`abilian/cookiecutter-abilian-python`: https://github.com/abilian/cookiecutter-abilian-python

