{ "info": { "author": "David Francos Cuartero", "author_email": "opensource@davidfrancos.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Trakt.tv Python3 API\n--------------------\n\n.. image:: https://img.shields.io/pypi/trakt_aiohttp.svg\n :target: https://pypi.python.org/pypi/trakt_aiohttp/\n\n.. image:: https://img.shields.io/travis/XayOn/trakt_aiohttp.svg\n :target: https://travis-ci.org/XayOn/trakt_aiohttp\n\n\nThis project covers a basic python3 Trakt API with *device* auth\nusing aiohttp.\n\nTo use it, have a look at __init__.py's Trakt class.\n\n::\n\n async def foo():\n trakt = Trakt(CID, CSECRET)\n watchlist = await trakt.watchlist()\n calendar_mine = await trakt.calendars_shows('my', 'new',\n '2015-10-20', 7)\n\nHave a look at the Trakt API docs at http://docs.trakt.apiary.io/#reference\n\n\nFeatures\n++++++++\n\n- Unit tests using mockup apiary server\n- Aiohttp\n- Python3.5 style coroutines\n- Implemented methods:\n - Calendar show query\n - Calendar movie query\n - Checkin API\n - Genre listing\n - Translations API\n - Movies listing by sorting\n - Shows listing by sorting\n - Seasons and episodes listing\n - Single episode info\n\nTODO\n++++\n\n- Proper narrative documentation\n- Search API", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/XayOn/trakt_aiohttp", "keywords": "trakt", "license": "GPL3+", "maintainer": null, "maintainer_email": null, "name": "trakt_aiohttp", "package_url": "https://pypi.org/project/trakt_aiohttp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/trakt_aiohttp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/XayOn/trakt_aiohttp" }, "release_url": "https://pypi.org/project/trakt_aiohttp/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Trakt.tv python3.5+ library", "version": "1.0.1" }, "last_serial": 2127786, "releases": { "1.0.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7efa201101789698257b0eb5aca7f3e6", "sha256": "8401664b2321022f274cf2e189f98d6a3e5af564db60058d69ec48cfae9d66ad" }, "downloads": -1, "filename": "trakt_aiohttp-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7efa201101789698257b0eb5aca7f3e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6586, "upload_time": "2016-05-22T15:54:41", "url": "https://files.pythonhosted.org/packages/34/57/0a62b2a1bdd54e7d687b6323286b148d7564490007ab9a91f56dfe153156/trakt_aiohttp-1.0.1.tar.gz" } ], "1.0.2.dev1": [ { "comment_text": "", "digests": { "md5": "e27fc2da2efe89d04b210dcd4bed05ce", "sha256": "bcd88c3a03354f9c9fe48e555fdca2d7c8b48719fd46c69e859b13af07645cc9" }, "downloads": -1, "filename": "trakt_aiohttp-1.0.2.dev1.tar.gz", "has_sig": false, "md5_digest": "e27fc2da2efe89d04b210dcd4bed05ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6599, "upload_time": "2016-05-22T15:54:33", "url": "https://files.pythonhosted.org/packages/5c/21/3e87cc4cde020dfcfb6bd3efb902107472a820f6c6830429451d5c612aa6/trakt_aiohttp-1.0.2.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7efa201101789698257b0eb5aca7f3e6", "sha256": "8401664b2321022f274cf2e189f98d6a3e5af564db60058d69ec48cfae9d66ad" }, "downloads": -1, "filename": "trakt_aiohttp-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7efa201101789698257b0eb5aca7f3e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6586, "upload_time": "2016-05-22T15:54:41", "url": "https://files.pythonhosted.org/packages/34/57/0a62b2a1bdd54e7d687b6323286b148d7564490007ab9a91f56dfe153156/trakt_aiohttp-1.0.1.tar.gz" } ] }