Metadata-Version: 1.2
Name: GitLabPy
Version: 0.6
Summary: A Python module to sort GitLab's Webhooks
Home-page: https://github.com/shadez95/GitLabPy
Author: Dixon Begay
Author-email: dixonbegay@gmail.com
Maintainer: Dixon Begay
License: MIT
Description: # GitLabPy
        A Python module to help sort GitLab's Webhooks
        
        Some of the JSON data coming from GitLab's webhooks are set as attributes to the GitLab class. There 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`
        
        ## How to use
        Check out the [wiki](https://github.com/shadez95/GitLabPy/wiki) for information.
        
        ### Example
        An example of how to utilize this can be found [here](https://github.com/shadez95/GitLabPy/tree/master/examples/Django-App)
        
Keywords: gitlabpy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3.5
