Skip to main content

pypi.org rss utils

Project description

Installation

$ [sudo] pip install pypi-rss

Pros

Batteries included:

  • xml and datetime parser
  • requests/xml exceptions catch. ready for production usage! :)

Examples

import pypi_rss

for p in pypi_rss.get_newest_packages():
    print(p['pubdate'], p['name'], p['description'])

for p in pypi_rss.get_latest_updates():
    print(p['pubdate'], p['name'], p['version'], p['description'])

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypi-rss-2020.12.3.tar.gz (1.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page