Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days ago
JSON representation
A web gui for running invoke commands.
- Host: GitHub
- URL: https://github.com/bettercallshao/qinvoke
- Owner: bettercallshao
- License: mit
- Created: 2019-08-26T07:01:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T22:15:14.000Z (over 4 years ago)
- Last Synced: 2024-10-02T09:16:19.846Z (about 1 month ago)
- Topics: analytics, automation, flask, frontend, gui, invoke, pyinvoke, python
- Language: Python
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/*