python-feedgen
python-feedgen copied to clipboard
Python module to generate ATOM feeds, RSS feeds and Podcasts.
Hello, this is my first message here. I'm trying to add multiple lines to the description but it's not working. I've tried with , with < ! [ CDATA[Hi Rss...
Bumps [lxml](https://github.com/lxml/lxml) from 4.2.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
First of all, thanks for Feedgenerator! We're using it to provide the feed for the PEPs website at https://peps.python.org! --- Replaces and closes https://github.com/lkiesow/python-feedgen/pull/103. Replaces and closes https://github.com/lkiesow/python-feedgen/pull/113. Travis CI...
(Includes https://github.com/lkiesow/python-feedgen/pull/116 so we can run tests on CI. I can rebase if that's merged first.) Python 2.7-3.6 are EOL and no longer receiving security updates (or any updates) from...
This patch switches to the assert statements provided by Python's unit test framework to assure the statements are always executed and produce proper error messages in case of test failures.
There are small typos in: - feedgen/ext/dc.py - feedgen/ext/geo_entry.py - feedgen/feed.py - feedgen/util.py Fixes: - Should read `default` rather than `deault`. - Should read `already` rather than `alredy`. - Should...
Fixes a few typos in comments and docs. Signed-off-by: Chris Ring
I came across this library searching for something to help generate MRSS feeds, but it appears to be largely abandoned as there are PRs from last year with no movement....