Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 376 Bytes

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

Run tests

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