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'])
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 details)
File details
Details for the file pypi-rss-2020.12.3.tar.gz.
File metadata
- Download URL: pypi-rss-2020.12.3.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27d2fbb2b040eafe156cab7555b09b924e6d7575aafca0a6f00c2a683d4ae679
|
|
| MD5 |
1c6eaeb8eeca345551c2054a60958c0d
|
|
| BLAKE2b-256 |
cab96919806bb814447bcb52c65a63b66f218e0ade33551c251cb945e9b2198e
|