Metadata-Version: 1.1
Name: gitnotus
Version: 0.1.0
Summary: A high-level Python  CLI for github event management
Home-page: http://dineshappavoo.github.io/gitnotus/
Author: Dinesh Appavoo
Author-email: dinesha.cit@gmail.com
License: MIT
Description: vmonere : github notification
        ====================================
        
        .. image:: https://drone.io/github.com/dineshappavoo/gitnotus/status.png
           :target: https://drone.io/github.com/dineshappavoo/gitnotus
           :alt: drone.io CI build status
        
        .. image:: https://pypip.in/v/gitnotus/badge.png
           :target: https://pypi.python.org/pypi/gitnotus/
           :alt: Latest PyPI version
        
        .. image:: https://pypip.in/d/gitnotus/badge.png
           :target: https://pypi.python.org/pypi/gitnotus/
           :alt: Number of PyPI downloads
        
        `gitnotus` is a set of API's/tools written to manage github events. Event updates will be notified through web hooks.
        
        ```
        
        Confiduration:
        1.Make apache tomcat web server up and running
        2.Make an public URl to post the hook
        3.In local use ngrok.com to make an URL () This step is required in case if you do not have an public domain
        3.1.download and install grok
        3.2./ngrok 8080
        4.Add the webhook URL to the git repo
        4.Start the webhook_handler to recieve json ./weghook_handler.py
        6.Start the local smtp server on port 1025 using the following command 'python -m smtpd -n -c DebuggingServer localhost:1025' to send emails
        
        ```
        
        Features
        ========
        * CLI to manage and effetively utilize github events.
        
        Requirements
        ============
        * Python 2.6, 2.7, 3.2, 3.3, 3.4
        * Flask
        * json
        * pickle
        
        License
        =======
        MIT
        
Keywords: event manager
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
