{ "info": { "author": "Marc Ford", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# aiorss\n\nAsyncio client for interacting with rss feeds\n\nInstallation instructions:\n\n```bash\npip install aiorss\n```\n\nUsage:\n```python\nfrom aiorss import RSSFeed\n\nasync def main():\n\turl = 'http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml'\n\tfeed = RSSFeed(url)\n\treturn await feed.parse()\n\n```\n\nNote\n---------\naiorss is not affiliated or endorsed by any of the web services it interacts with.\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mfdeux/aiorss", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aiorss", "package_url": "https://pypi.org/project/aiorss/", "platform": "", "project_url": "https://pypi.org/project/aiorss/", "project_urls": { "Homepage": "https://github.com/mfdeux/aiorss" }, "release_url": "https://pypi.org/project/aiorss/0.1.0/", "requires_dist": [ "aiohttp", "feedparser" ], "requires_python": "", "summary": "Asyncio client for interacting with rss feeds", "version": "0.1.0" }, "last_serial": 4237373, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a549b00e7ad973b46039ea0001545881", "sha256": "ee8253147a1b3a9a9fb9be14c80874efad9c0805664c007fcf04e47ff3067ba3" }, "downloads": -1, "filename": "aiorss-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a549b00e7ad973b46039ea0001545881", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4291, "upload_time": "2018-09-04T12:09:05", "url": "https://files.pythonhosted.org/packages/81/3d/bc80d7e021d53309d9069a3eda0daee1c8349715f87cdd93eb27dfe0c3cd/aiorss-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d980bf60fca56e3141a8023a206fb120", "sha256": "4edf84ddb028999446e006060dbe190d9cad36501294ff747b574d57816177fe" }, "downloads": -1, "filename": "aiorss-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d980bf60fca56e3141a8023a206fb120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7216, "upload_time": "2018-09-04T12:09:06", "url": "https://files.pythonhosted.org/packages/63/95/4de9175b463690acdb621209ed28b4a040b1963a53ceaf0d77ad90007611/aiorss-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a549b00e7ad973b46039ea0001545881", "sha256": "ee8253147a1b3a9a9fb9be14c80874efad9c0805664c007fcf04e47ff3067ba3" }, "downloads": -1, "filename": "aiorss-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a549b00e7ad973b46039ea0001545881", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4291, "upload_time": "2018-09-04T12:09:05", "url": "https://files.pythonhosted.org/packages/81/3d/bc80d7e021d53309d9069a3eda0daee1c8349715f87cdd93eb27dfe0c3cd/aiorss-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d980bf60fca56e3141a8023a206fb120", "sha256": "4edf84ddb028999446e006060dbe190d9cad36501294ff747b574d57816177fe" }, "downloads": -1, "filename": "aiorss-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d980bf60fca56e3141a8023a206fb120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7216, "upload_time": "2018-09-04T12:09:06", "url": "https://files.pythonhosted.org/packages/63/95/4de9175b463690acdb621209ed28b4a040b1963a53ceaf0d77ad90007611/aiorss-0.1.0.tar.gz" } ] }