rss-parser icon indicating copy to clipboard operation
rss-parser copied to clipboard

typed python RSS parsing module built using xmltodict and pydantic

Results 3 rss-parser issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 22.12.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

How can we apply custom tags to an item in the rss channel? For instance I'd like to be able to parse `00:03:48` into a new field.

Pydantic V1 won't work on Python 3.14, as you can see [here](https://pydantic.dev/articles/pydantic-v2-12-release). TLDR: due to the changes that Python 3.14 introduces, Pydantic V1 crashes on type evaluation and so does...