Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.14 KB

README.rst

File metadata and controls

56 lines (36 loc) · 1.14 KB

Kio CLI

Build Status Code Coverage PyPI Downloads Latest PyPI version License

Convenience command line tool for Kio application registry.

$ sudo pip3 install --upgrade stups-kio

Usage

$ kio app

You can also run it locally from source:

$ python3 -m kio

Running Unit Tests

$ python3 setup.py test --cov-html=true

Releasing

$ ./release.sh <NEW-VERSION>