Create podcast RSS feeds.
Project description
feedwriter
A Python library to generate podcast RSS feeds.
Supports all the tags for Apple Podcasts as well as any player with a PSP Certification.
Docs
The main documentation for the project lies in the docs/build/markdown/ directory. From there you can find the api documentation as well as the list of post and episode tags. I would recommend starting on the tags page, and going to the api page for information on the specific functions.
Quickstart
Install feedwriter from pypi.
pip install feedwriter
Below is a code snippet with a simple example of how to use the library. The comments should serve as a short explanation of what is being run.
# import class from library
from feedwriter import PodcastFeed
# create PodcastFeed object
feed = PodcastFeed()
# add title of show
feed.title("Example")
# create post with title and guid
feed.new_post(title="Lorem ipsum", guid="1234")
# create empty post and add tags later
feed.new_post()
feed.post_title("Lorem ipsum dolor")
feed.post_duration(1800)
# write object to file
feed.write("feed.xml")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file feedwriter-0.2.0.tar.gz.
File metadata
- Download URL: feedwriter-0.2.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e86222d1c3fb99b70885de81909d55452da330205290f1aae3982e5bc6cd9d7
|
|
| MD5 |
208578f5dcd975395df99acecd51f837
|
|
| BLAKE2b-256 |
bf88b0933c730917362abb6e3996d0d617f0f524de3abb27fffc9c9d63fc80ec
|
File details
Details for the file feedwriter-0.2.0-py3-none-any.whl.
File metadata
- Download URL: feedwriter-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb797e1de7da32bb3d8683fb5e201c7e029decbad59eef1aa92bc42220f957bb
|
|
| MD5 |
25959aa510e7ec7d801a98c546cfb728
|
|
| BLAKE2b-256 |
18cc7c83949ccb00a277644785017d83470b6779bbeb9ce5b90c30889e70a5a6
|