Metadata-Version: 1.1
Name: github_timeline_rss
Version: 1.0.0
Summary: Github timeline to RSS translation for easier feed integration
Home-page: https://github.com/narfman0/github_timeline_rss
Author: Jon Robison
Author-email: narfman0@gmail.com
License: MIT license
Description: ===============================
        Github timeline RSS
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/github_timeline_rss.svg
                :target: https://pypi.python.org/pypi/github_timeline_rss
        
        .. image:: https://img.shields.io/travis/narfman0/github_timeline_rss.svg
                :target: https://travis-ci.org/narfman0/github_timeline_rss
        
        
        Github timeline to RSS translation for easier feed integration
        
        
        * Free software: MIT license
        
        
        Features
        --------
        
        * Create RSS feeds from github timelines
        
        Usage
        -----
        
        After installing and configuraing dependencies (in e.g. virtualenv), run and test!
        
        Run flask app, e.g.::
        
            FLASK_APP=github_timeline_rss.py flask run
        
        Test::
        
            http://127.0.0.1:5000/narfman0
        
        Should show rss feed for activity for narfman0
        
Keywords: github_timeline_rss
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
