qinvoke

A web gui for running invoke commands.


Keywords
analytics, automation, flask, frontend, gui, invoke, pyinvoke, python
License
MIT
Install
pip install qinvoke==0.1.6

Documentation

qinvoke

CircleCI PyPi

qinvoke - q stands for nothing particular.

summary

A web gui for running invoke commands.

install

pip install qinvoke

usage

use qinvoke in place of invoke or import Program from qinvoke instead of invoke.

develop

to release make a tag like v0.1.0 that matches package version.

python3 setup.py sdist
python3 -m twine upload dist/*