{ "info": { "author": "Didier Rano", "author_email": "didier.rano@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# python-topicsio\r\n\r\nThe Python interface to the Topics.io backend. \r\nTopics.io is a free API used to add relevant news from topics into your apps.\r\n\r\n## Installation\r\n\r\n $ sudo pip install python-topicsio\r\n\r\nor alternatively (you really should be using pip though):\r\n\r\n $ sudo easy_install python-topicsio\r\n\r\nFrom source:\r\n\r\n $ sudo python setup.py install\r\n\r\n\r\n## Getting Started\r\n\r\n >>> import topicsio\r\n >>> client = topicsio.Topicsio(auth_api_key='Your api key')\r\n >>> all_last_news = client.get_last_news()\r\n \r\nAuthor\r\n------\r\n\r\npython-topicsio is developed and maintained by Didier Rano (didier.rano@gmail.com).\r\nIt can be found here: http://github.com/drano/python-topicsio\r\n\r\nSpecial thanks to:\r\n\r\n* Wesley Bouarab, topics.io co-founder.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/drano/python-topicsio/tarball/mastertarball/master#egg=python-topicsio-v0.1.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/drano/python-topicsio", "keywords": "Topics.io,news,topics", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-topicsio", "package_url": "https://pypi.org/project/python-topicsio/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-topicsio/", "project_urls": { "Download": "http://github.com/drano/python-topicsio/tarball/mastertarball/master#egg=python-topicsio-v0.1.1", "Homepage": "http://github.com/drano/python-topicsio" }, "release_url": "https://pypi.org/project/python-topicsio/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python client for Topics.io web service", "version": "0.1.1" }, "last_serial": 803281, "releases": { "0.1.1": [] }, "urls": [] }