Metadata-Version: 2.1
Name: qinvoke
Version: 0.1.5
Summary: A web gui for running invoke commands.
Home-page: https://github.com/hydiant/qinvoke
Author: Shaoqing Tan
Author-email: tansq7@gmail.com
License: MIT
Description: # qinvoke
        [![CircleCI](https://circleci.com/gh/hydiant/qinvoke.svg?style=shield)](https://circleci.com/gh/hydiant/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/*
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
