Metadata-Version: 1.1
Name: git-webhook
Version: 0.0.6
Summary: 使用 Python Flask + SQLAchemy + Celery + Redis + React 开发的用于迅速搭建并使用 WebHook 进行自动化部署和运维，支持 Github / GitLab / Gogs / GitOsc。
Home-page: https://github.com/hustcc
Author: hustcc
Author-email: vip@hust.edu.cn
License: MIT
Description: 
        git-webhook is a web app base on
            Python Flask + SQLAchemy + Celery + Redis + React.
        
        Aims to deploy a git webhook platform easily,
            now supports  Github / GitLab / Gogs / GitOsc
        
        How to deploy & run ?
        
        > pip install git-webhook
        
        1. gitwebhook config : will init config into HOME dir, then modify it
        
        2. gitwebhook runserver : run web server, with default port 18340
        
        3. gitwebhook celery : run celery task
        
        > then visit ip:18340
        
Keywords: git,webhook,ci,GitHub,GitLab,Gogs,GitOsc
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
