Metadata-Version: 1.1
Name: GitAgent
Version: 0.0.16
Summary: A web server receive HTTP request to pull local repository
Home-page: https://github.com/alexazhou/GitAgent
Author: AlexaZhou
Author-email: AlexaZhou@163.com
License: LGPL
Description: GitAgent
        ========
        
        A web server receive HTTP request to pull local repository
        
        install
        -------
        
        python3 -m pip install gitagent
        
        require
        -------
        
        GitAgent based on python3, and those libs was required.
        
        -  Tornado
        -  GitPython
        
        if you use pip install GitAgent, the requirements will be install
        automatic.
        
        Desc
        ----
        
        GitAgent run as a webserver. It receive command from http requests and
        do operation to local git repositorys.
        
        So GitAgent let you can do git operation over http request.
        
        With GitAgent, you can a git repository on other machine to:
        
        -  get current status
        -  pull latest code
        -  checkout branch …
        
        GitAgent also support execute some commant after pull success, and use a
        password to protect http request.
        
        You can see detail documents over https://github.com/alexazhou/GitAgent
Keywords: git pull hook
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
