On Tue, Jan 04, 2022 at 11:03:34PM -0500, Jeremy Bowman wrote:
> The cleanest way I've found so far to do this for PyPI packages in general
> is to subscribe to the Atom feeds provided by Libraries.io .  For example,
> https://libraries.io/pypi/flake8/versions.atom ; at work, I subscribed a
> Slack channel to most of the ones we care about so it gets a stream of all
> potentially interesting new releases.  Last I checked, PyPI itself doesn't
> have anything this granular, just a single high-volume feed for all releases
> of all packages (which may be what Libraries.io processes to produce its
> individual package feeds).
> 
> I'd be interested in hearing if anybody else has a different solution that
> works for them.

The "release history" page of every PyPI package has an "RSS feed"
link:

https://pypi.org/project/flake8/#history
https://pypi.org/rss/project/flake8/releases.xml

FWIW this hasn't been there for forever, but I got curious. It got added
some 1.5 years ago: https://github.com/pypa/warehouse/pull/7013

Florian

-- 
            m...@the-compiler.org | https://www.qutebrowser.org 
       https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
       GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
             I love long mails! | https://email.is-not-s.ms/

Attachment: signature.asc
Description: PGP signature

_______________________________________________
code-quality mailing list -- code-quality@python.org
To unsubscribe send an email to code-quality-le...@python.org
https://mail.python.org/mailman3/lists/code-quality.python.org/
Member address: arch...@mail-archive.com

Reply via email to