Metadata-Version: 1.0
Name: django-podcasting
Version: 0.9.1
Summary: Audio podcasting functionality for django sites.
Home-page: http://django-podcasting.readthedocs.org/
Author: Thomas Schreiber
Author-email: tom@insatsu.us
License: BSD
Description: Django Podcasting
        =================
        
        Django Podcasting is a reusable application which provides audio
        podcasting functionality for websites running on the Django Web
        framework.
        
        More documentation about the usage and installation of Django Podcasting
        can be found on `django-podcasting.readthedocs.org`_.
        
        The source code for Django Podcasting can be found and contributed to on
        `github.com/rizumu/django-podcasting`_. There you can also `file issues`_.
        
        To find out what's new in this version of django-podcasting, please see 
        `the changelog`_
        
        The `in-development version`_ of Django Podcasting can be installed with::
        
            pip install django-podcasting==dev
        
        .. _github.com/rizumu/django-podcasting: https://github.com/rizumu/django-podcasting/
        .. _django-podcasting.readthedocs.org: http://django-podcasting.readthedocs.org/
        .. _file issues: https://github.com/rizumu/django-podcasting/issues/
        .. _in-development version: https://github.com/rizumu/django-podcasting/tarball/master#egg=django-podcasting-dev
        .. _the changelog: http://django-podcasting.readthedocs.org/en/latest/changelog.html
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
