{ "info": { "author": "Andrea De Marco", "author_email": "24erre@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries" ], "description": "================================\nPython interface to trakt.tv API\n================================\n\n.. image:: https://api.travis-ci.org/z4r/python-trakt.png?branch=master\n :target: http://travis-ci.org/z4r/python-trakt\n\n.. image:: https://coveralls.io/repos/z4r/python-trakt/badge.png?branch=master\n :target: https://coveralls.io/r/z4r/python-trakt\n \n.. image:: https://pypip.in/v/python-trakt/badge.png\n :target: https://crate.io/packages/python-trakt/\n\n.. image:: https://pypip.in/d/python-trakt/badge.png\n :target: https://crate.io/packages/python-trakt/\n\nThis package provides a module to interface with the `trakt.tv`_ `API`_.\n\n.. contents::\n :local:\n\n.. _installation:\n\nInstallation\n============\nUsing pip::\n\n $ pip install git+https://github.com/z4r/python-trakt\n\n.. _usage:\n\ntrakt API usage\n===============\n::\n\n import trakt.tv\n trakt.tv.setup(apikey=)\n trakt.tv.search.shows('walking dead')\n\nYou can perform auth request\n::\n\n import trakt.tv\n trakt.tv.setup(apikey=, username=, password=)\n trakt.tv.show.episode('the-walking-dead', 1, 1)\n\n.. _license:\n\nLicense\n=======\n\nThis software is licensed under the ``Apache License 2.0``. See the ``LICENSE``\nfile in the top distribution directory for the full license text.\n\n.. _references:\n\nReferences\n==========\n* `trakt.tv`_\n* `API`_\n\n.. _trakt.tv: http://trakt.tv\n.. _API: http://trakt.tv/api-docs", "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/z4r/python-trakt", "keywords": "trakt.tv API client", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "python-trakt", "package_url": "https://pypi.org/project/python-trakt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-trakt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/z4r/python-trakt" }, "release_url": "https://pypi.org/project/python-trakt/1.0/", "requires_dist": null, "requires_python": null, "summary": "Python interface to trakt.tv API", "version": "1.0" }, "last_serial": 1228772, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4d31ec73b657efdb5f11c72292e14c4a", "sha256": "b344d1f96fc145b72a1d4d099f100f527940a5e1c0a9be37934a3998ecabe4d4" }, "downloads": -1, "filename": "python-trakt-0.1.tar.gz", "has_sig": false, "md5_digest": "4d31ec73b657efdb5f11c72292e14c4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5640, "upload_time": "2013-04-09T08:47:02", "url": "https://files.pythonhosted.org/packages/49/d7/4219290097bd3648cf623c4a2504fdc7f23a3086db0f8f25661211c3aea2/python-trakt-0.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "35e07017574e8d3283e54e9fa0dfed42", "sha256": "10334cbe071875dc7f9de8e7121381fc96ff0348ff9de8a1def71657355a585a" }, "downloads": -1, "filename": "python-trakt-1.0.tar.gz", "has_sig": false, "md5_digest": "35e07017574e8d3283e54e9fa0dfed42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5627, "upload_time": "2014-09-18T06:08:02", "url": "https://files.pythonhosted.org/packages/a1/dc/246396ea382d26452e7d56d8ea36465b5c85443b7859d885fa9a708b6464/python-trakt-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35e07017574e8d3283e54e9fa0dfed42", "sha256": "10334cbe071875dc7f9de8e7121381fc96ff0348ff9de8a1def71657355a585a" }, "downloads": -1, "filename": "python-trakt-1.0.tar.gz", "has_sig": false, "md5_digest": "35e07017574e8d3283e54e9fa0dfed42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5627, "upload_time": "2014-09-18T06:08:02", "url": "https://files.pythonhosted.org/packages/a1/dc/246396ea382d26452e7d56d8ea36465b5c85443b7859d885fa9a708b6464/python-trakt-1.0.tar.gz" } ] }