#RSS reader
##Command-line utility which receives RSS URL and prints results in human-readable format.
###Usage example: python rss_reader.py example_sourse [-h] [--version] [--json] [--verbose] [--limit LIMIT]
positional arguments: source RSS URL
optional arguments:
-h, --help show this help message and exit
--version Print version info
--json Print result as JSON in stdout
--verbose Outputs verbose status messages
--limit LIMIT Limit news topics if this parameter provided
###JSON output structure example:
{
some_feed: {
'Title': some_title,
'Publication Date': some_date,
'Link': some_link,
'Content': [
some_content
]
}
}
Release files for rss-reader-by-Coromilly 2.21
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rss_reader_by_Coromilly-2.21.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rss_reader_by_Coromilly-2.21-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.0 kB
Release files / rss_reader_by_Coromilly-2.21.tar.gz
| Download URL | rss_reader_by_Coromilly-2.21.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2df9582f89fecdc4da5289f8e9bfe414e7671ea956175ae264e374cf5e818bce
|
|
BLAKE2b-256 checksum How to use checksums |
5c46fd7c3b4997782b6ce7b5f368a91425341475c67c10cd05b80156deb67466
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0
|
Release files / rss_reader_by_Coromilly-2.21-py3-none-any.whl
| Download URL | rss_reader_by_Coromilly-2.21-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d2ccef6d02f7b011c3530247191fc54fd65ea6fe51bee966b75eb3c9e528dc2a
|
|
BLAKE2b-256 checksum How to use checksums |
583101bdc237d90301e7bea237efd0bf4677f6bb46235f70645a6c4dc38ed16d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.0
|