You are not logged in.

#1 2014-10-01 19:09:04

migueldvb
Member
Registered: 2013-12-05
Posts: 13
Website

subscribing to PyPI or github releases updates

Is there are any option to have an RSS feed to monitor releases of individual packages in PyPI or github?
Having an email for each new release would also be useful.

Offline

#2 2014-10-01 20:27:33

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: subscribing to PyPI or github releases updates

For Github:

https://github.com/<user>/<projectname>/releases.atom

Pypi

Offline

#3 2014-10-01 20:28:56

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: subscribing to PyPI or github releases updates

For github there are these feeds:
https://github.com/$USER/$REPO/releases.atom
https://github.com/$USER/$REPO/tags.atom

For pypi, you'll have to read the json information and convert it into a feed, e.g. with a cron script.
https://pypi.python.org/pypi/$PACKAGE/json


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#4 2014-10-01 20:36:11

migueldvb
Member
Registered: 2013-12-05
Posts: 13
Website

Re: subscribing to PyPI or github releases updates

Thanks, that is helpful!

Offline

Board footer

Powered by FluxBB