An open API service indexing awesome lists of open source software.

https://github.com/pyrates/minicli

CLI as simple as it should be.
https://github.com/pyrates/minicli

cli python3

Last synced: 8 months ago
JSON representation

CLI as simple as it should be.

Awesome Lists containing this project

README

          

# 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