Skip to content

tobinus/python-podgen

 
 

Repository files navigation

PodGen (forked from python-feedgen)

Build Status Documentation Status

This module can be used to generate podcast feeds in RSS format, and is compatible with Python 2.7 and 3.4+.

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.

More details about the project:

See the documentation link above for installation instructions and guides on how to use this module.

Known bugs and limitations

  • The updates to Apple's podcasting guidelines since 2016 have not been implemented. This includes the ability to mark episodes with episode and season number, and the ability to mark the podcast as "serial". It is a goal to implement those changes in a future release.
  • We do not follow the RSS recommendation to encode &, < and > using hexadecimal character reference (eg. &#x3C;), simply because lxml provides no documentation on how to do that when using the text property.

About

Generating podcasts with Python should be easy!

Resources

License

Unknown, LGPL-3.0 licenses found

Licenses found

Unknown
license.bsd
LGPL-3.0
license.lgpl

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%