Metadata-Version: 2.1
Name: minicli
Version: 0.4.1
Summary: Minimalist CLI.
Home-page: https://github.com/pyrates/minicli
Author: Pyrates Team
Author-email: yohan.boniface@data.gouv.fr
License: WTFPL
Keywords: cli command line interface
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: docs
Requires-Dist: mkdocs; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

# Minicli

Expose functions in the command line. Minimalist and pythonic.

Supports annotations and async functions.

## Requirements

- Python >= 3.6


## Install

    pip install minicli


## Documentation

See [https://minicli.readthedocs.org](https://minicli.readthedocs.org)


## Run tests

    pip install -r requirements-dev.txt
    python setup.py develop
    py.test


