lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
723 stars 123 forks source link

Add support for html summaries for Atom feeds #88

Closed pR0Ps closed 4 years ago

pR0Ps commented 4 years ago

Refactors out the code that was used to process the Atom content and uses it for both the content and the summary. Also adds a type param to the summary function.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.2%) to 93.486% when pulling d1e77c78ee43d4ade0a3aebe3183eb132137c82b on pR0Ps:atom-summary-html into edd988f8a6d0ba693a5ea494dae7311fdc7f1019 on lkiesow:master.

lkiesow commented 4 years ago

Hi @pR0Ps, thanks for the contribution. It might take me a few days to take a look at this, but I sure will and will – assuming everything works as expected – include this in a new release soon after.