Metadata-Version: 1.2
Name: podgen
Version: 1.1.0rc1
Summary: Generating podcasts with Python should be easy!
Home-page: http://podgen.readthedocs.io/en/latest/
Author: Thorben W. S. Dahl
Author-email: thorben@sjostrom.no
License: FreeBSD and LGPLv3+
Description: PodGen
        ======
        
        This module can be used to easily generate Podcasts. It is designed so you
        don't need to read up on how RSS and iTunes functions – it just works!
        
        See the documentation at http://podgen.readthedocs.io/en/latest/ for more
        information.
        
        It is licensed under the terms of both the FreeBSD license and the LGPLv3+.
        Choose the one which is more convenient for you. For more details have a look
        at license.bsd and license.lgpl.
        
Keywords: feed,RSS,podcast,iTunes,generator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: XML
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
