Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bettercallshao/qinvoke

A web gui for running invoke commands.
https://github.com/bettercallshao/qinvoke

analytics automation flask frontend gui invoke pyinvoke python

Last synced: 2 days ago
JSON representation

A web gui for running invoke commands.

Awesome Lists containing this project

README

        

# qinvoke
[![CircleCI](https://circleci.com/gh/bettercallshao/qinvoke.svg?style=shield)](https://circleci.com/gh/bettercallshao/qinvoke)
[![PyPi](https://badge.fury.io/py/qinvoke.svg)](https://badge.fury.io/py/qinvoke)

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/*