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.
- Host: GitHub
- URL: https://github.com/pyrates/minicli
- Owner: pyrates
- Created: 2017-09-21T22:18:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T07:15:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T14:02:06.807Z (over 1 year ago)
- Topics: cli, python3
- Language: Python
- Homepage: http://minicli.readthedocs.io/
- Size: 45.9 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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