Metadata-Version: 1.1
Name: podcats
Version: 0.2.0
Summary: UNKNOWN
Home-page: https://github.com/jakubroztocil/podcats
Author: Jakub Roztocil
Author-email: jakub@subtleapps.com
License: BSD
Download-URL: https://github.com/jakubroztocil/podcats
Description: Podcats
        =======
        
        Podcats generates RSS feeds for podcast episodes from local audio files and,
        optionally, exposes both the feed and episodes via a built in web server,
        so that they can be imported into iTunes or another podcast client.
        
        
        Installation
        ------------
        ::
        
            $ pip install --upgrade https://github.com/jkbr/podcats/tarball/master
        
        
        Usage
        -----
        
        Generate a podcast RSS from audio files stored in `my/offline/podcasts`::
        
            $ podcats generate my/offline/podcasts
        
        
        Generate & serve the feed as well as the files at http://localhost:5000. ::
        
            $ podcats serve my/offline/podcasts
        
        
        For more options see ``podcats --help``.
        
        
        Contact
        -------
        
        Jakub Roztočil
        
        * http://github.com/jakubroztocil
        * http://twitter.com/jakubroztocil
        * jakub@subtleapps.com
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Multimedia :: Sound/Audio
