Metadata-Version: 1.1
Name: GitLabPy
Version: 0.4
Summary: A Python library to sort GitLab's Webhooks
Home-page: https://github.com/dixon13/GitLabPy
Author: William Tisäter
Author-email: dixonbegay@gmail.com
License: MIT
Description: # GitLabPy
        A Python library to sort GitLab's Webhooks
        
        Some of the JSON data coming from GitLab's webhooks are set as attributes to the GitLab class. Their are functions within the GitLab class that allow for easy handling of the JSON data.
        
        ## Requirements
        * Python3 (has only been tested with Python 3.5.2)
        
        
        ## Install
        * `pip install GitLabPy`
        
Keywords: gitlabpy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3.5
