Metadata-Version: 1.1
Name: podhub.follower
Version: 0.0.3
Summary: RSS client for PodHub
Home-page: https://github.com/podhub/follower
Author: Jon Chen
Author-email: bsd@voltaire.sh
License: BSD 3-Clause License
Description: # podhub.follower
        
        HTTP service to find audio.
        
        ## Installation
        
        Point your favorite wsgi server at `podhub.follower.app` otherwise install
        `gevent` from PyPI and `libevent` from your favorite OS's package manager.
        
        ## API
        * `/audio` [`GET`]: `feed_url` is the url to the podcast rss feed.
          `index` is the index representing the episode in the feed.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
