{ "info": { "author": "Damjan Krstevski", "author_email": "krstevsky@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup :: XML" ], "description": "| RssLib Python Library\r\n| This module will help you to read the RSS feeds from some of your favourite websites!\r\n|\r\n| This module is based on GNU General Public License (GPL)!\r\n| http://www.gnu.org/licenses/gpl.html\r\n|\r\n| Also this module has been created according to the standards of the RSS 2.0!\r\n| http://cyber.law.harvard.edu/rss/rss.html\r\n|\r\n| This module is freeware, you can use, copy, edit, redistribute...\r\n| You can send FeedBack, comment, suggestion or etc on krstevsky[at]gmail[dot]com\r\n| \r\n| Usage:\r\n|\r\n| try:\r\n|\t\timport RssLib\r\n|\t\turl = '' # Feed URL\r\n|\t\trss = RssLib.RssLib(url).read()\r\n| # rss['title'], rss['link'], rss['description']...\r\n|\t\tfor r in rss['title']:\r\n|\t\t\tprint r\r\n| except RssLibException as ex:\r\n| print ex", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "rss, library", "license": "GNU General Public License (GPL)", "maintainer": "", "maintainer_email": "", "name": "RssLib", "package_url": "https://pypi.org/project/RssLib/", "platform": "", "project_url": "https://pypi.org/project/RssLib/", "project_urls": null, "release_url": "https://pypi.org/project/RssLib/1.0.0.0/", "requires_dist": null, "requires_python": null, "summary": "RSS Reader, RssLib Library", "version": "1.0.0.0" }, "last_serial": 785552, "releases": { "1.0.0.0": [ { "comment_text": "RssLib Library", "digests": { "md5": "7645b14c5779518fbd6f9108e2e34909", "sha256": "988a330f34251cc2be87088d1e685844e25f496f59d408630c95e2370420240c" }, "downloads": -1, "filename": "rsslib.zip", "has_sig": false, "md5_digest": "7645b14c5779518fbd6f9108e2e34909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7932, "upload_time": "2011-01-09T08:56:33", "url": "https://files.pythonhosted.org/packages/d6/91/481eb6b5931b2c79f351dc662273e46f69158229b2cd0ff25fe9a7a8cd16/rsslib.zip" } ] }, "urls": [ { "comment_text": "RssLib Library", "digests": { "md5": "7645b14c5779518fbd6f9108e2e34909", "sha256": "988a330f34251cc2be87088d1e685844e25f496f59d408630c95e2370420240c" }, "downloads": -1, "filename": "rsslib.zip", "has_sig": false, "md5_digest": "7645b14c5779518fbd6f9108e2e34909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7932, "upload_time": "2011-01-09T08:56:33", "url": "https://files.pythonhosted.org/packages/d6/91/481eb6b5931b2c79f351dc662273e46f69158229b2cd0ff25fe9a7a8cd16/rsslib.zip" } ] }