{ "info": { "author": "Azat Ibrakov", "author_email": "azatibrakov@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: AsyncIO", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP" ], "description": ".. contents::\n\nMethods\n-------\n\nIn what follows\n\n- \"\u2714\" mark means that method is supported,\n but not covered with tests (or not completely covered),\n- \"\u2718\" mark means that method is supported\n and covered with tests.\n\nACCOUNT\n~~~~~~~\n- `Get Details `__\n- `Get Created Lists `__\n- `Get Favorite Movies `__\n- `Get Favorite TV Shows `__\n- `Mark as Favorite `__\n- `Get Rated Movies `__\n- `Get Rated TV Shows `__\n- `Get Rated TV Episodes `__\n- `Get Movie Watchlist `__\n- `Get TV Show Watchlist `__\n- `Add to Watchlist `__\n\nAUTHENTICATION\n~~~~~~~~~~~~~~\n- \u2718 `Create Request Token `__\n- \u2718 `Create Session `__\n- \u2718 `Create Session With Login (do not use) `__\n- \u2718 `Create Guest Session `__\n\nCERTIFICATIONS\n~~~~~~~~~~~~~~\n- `Get Movie Certifications `__\n- `Get TV Certifications `__\n\nCHANGES\n~~~~~~~\n- `Get Movie Change List `__\n- `Get TV Change List `__\n- `Get Person Change List `__\n\nCOLLECTIONS\n~~~~~~~~~~~\n- `Get Details `__\n- `Get Images `__\n\nCOMPANIES\n~~~~~~~~~\n- `Get Details `__\n- `Get Movies `__\n\nCONFIGURATION\n~~~~~~~~~~~~~\n- `Get API Configuration `__\n\nCREDITS\n~~~~~~~\n- `Get Details `__\n\nDISCOVER\n~~~~~~~~\n- `Movie Discover `__\n- `TV Discover `__\n\nFIND\n~~~~\n- \u2718 `Find by ID `__\n\nGENRES\n~~~~~~\n- \u2718 `Get Movie List `__\n- \u2718 `Get TV List `__\n- `Get Movies `__\n\nGUEST SESSIONS\n~~~~~~~~~~~~~~\n- `Get Rated Movies `__\n- `Get Rated TV Shows `__\n- `Get Rated TV Episodes `__\n\nJOBS\n~~~~\n- `Get Jobs `__\n\nKEYWORDS\n~~~~~~~~\n- `Get Details `__\n- `Get Movies `__\n\nLISTS\n~~~~~\n- `v4 or v3 lists? `__\n- `Get Details `__\n- `Check Item Status `__\n- `Create List `__\n- `Add Movie `__\n- `Remove Movie `__\n- `Clear List `__\n- `Delete List `__\n\nMOVIES\n~~~~~~\n- \u2718 `Get Details `__\n- \u2718 `Get Account States `__\n- \u2718 `Get Alternative Titles `__\n- \u2718 `Get Changes `__\n- \u2718 `Get Credits `__\n- \u2718 `Get Images `__\n- \u2718 `Get Keywords `__\n- \u2718 `Get Release Dates `__\n- \u2718 `Get Videos `__\n- \u2718 `Get Translations `__\n- \u2718 `Get Recommendations `__\n- \u2718 `Get Similar Movies `__\n- \u2718 `Get Reviews `__\n- \u2718 `Get Lists `__\n- \u2718 `Rate Movie `__\n- \u2718 `Delete Rating `__\n- \u2718 `Get Latest `__\n- \u2718 `Get Now Playing `__\n- \u2718 `Get Popular `__\n- \u2718 `Get Top Rated `__\n- \u2718 `Get Upcoming `__\n\nNETWORKS\n~~~~~~~~\n- `Get Details `__\n\nPEOPLE\n~~~~~~\n- `Get Details `__\n- `Get Movie Credits `__\n- `Get TV Credits `__\n- `Get Combined Credits `__\n- `Get External IDs `__\n- `Get Images `__\n- `Get Tagged Images `__\n- `Get Changes `__\n- `Get Latest `__\n- `Get Popular `__\n\nREVIEWS\n~~~~~~~\n- `Get Details `__\n\nSEARCH\n~~~~~~\n- `Search Companies `__\n- `Search Collections `__\n- `Search Keywords `__\n- `Search Movies `__\n- `Multi Search `__\n- `Search People `__\n- `Search TV Shows `__\n\nTIMEZONES\n~~~~~~~~~\n- `Get List `__\n\nTV\n~~\n- `Get Details `__\n- `Get Account States `__\n- `Get Alternative Titles `__\n- `Get Changes `__\n- `Get Content Ratings `__\n- `Get Credits `__\n- `Get External IDs `__\n- `Get Images `__\n- `Get Keywords `__\n- `Get Recommendations `__\n- `Get Similar TV Shows `__\n- `Get Translations `__\n- `Get Videos `__\n- `Rate TV Show `__\n- `Delete Rating `__\n- `Get Latest `__\n- `Get TV Airing Today `__\n- `Get TV On The Air `__\n- `Get Popular `__\n- `Get Top Rated `__\n\nTV SEASONS\n~~~~~~~~~~\n- `Get Details `__\n- `Get Changes `__\n- `Get Account States `__\n- `Get Credits `__\n- `Get External IDs `__\n- `Get Images `__\n- `Get Videos `__\n\nTV EPISODES\n~~~~~~~~~~~\n- `Get Details `__\n- `Get Changes `__\n- `Get Account States `__\n- `Get Credits `__\n- `Get TV Episode External IDs `__\n- `Get Images `__\n- `Rate TV Episode `__\n- `Delete Rating `__\n- `Get Videos `__\n\nRunning tests\n-------------\n\nMake sure that next files are presented in project's directory:\n\n- **key** with ``TMDb`` API key (`instructions `_),\n e.g.\n ::\n\n c15d35806311efebcecd5faabe7eaffc\n\n- **login** with ``TMDb`` login info (user name & password separated by newline),\n e.g.\n ::\n\n johndoe\n youwillneverguess\n\nPlain\n\n.. code-block:: bash\n\n ./set-api-key.sh ./set-login.sh python3.5 setup.py test\n\nInside ``Docker`` container\n\n.. code-block:: bash\n\n ./set-env.sh docker-compose up\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lycantropos/asynctmdb/archive/master.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lycantropos/asynctmdb", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "asynctmdb", "package_url": "https://pypi.org/project/asynctmdb/", "platform": "", "project_url": "https://pypi.org/project/asynctmdb/", "project_urls": { "Download": "https://github.com/lycantropos/asynctmdb/archive/master.tar.gz", "Homepage": "https://github.com/lycantropos/asynctmdb" }, "release_url": "https://pypi.org/project/asynctmdb/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Asynchronous working with TMDB API.", "version": "0.0.2" }, "last_serial": 3173430, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "e86331eb85743e29cbc9e32946341a10", "sha256": "a3b97450180cb7ec0171208f3a3d561af092704280819f7c388483e8a8df6d57" }, "downloads": -1, "filename": "asynctmdb-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e86331eb85743e29cbc9e32946341a10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10626, "upload_time": "2017-09-11T08:18:36", "url": "https://files.pythonhosted.org/packages/68/01/ff9c36d98d9e80e319c1057cfab631b25d7c1823f873b27d3d5e8fd6a18f/asynctmdb-0.0.0.tar.gz" } ], "0.0.1": [ { "comment_text": "", "digests": { "md5": "b2874b07031102d9b2a927b3e83bb067", "sha256": "f885d543a0b0aafd6a01cbad1eb885ed6236e9a8a93763492796e4b5c3c2b49e" }, "downloads": -1, "filename": "asynctmdb-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b2874b07031102d9b2a927b3e83bb067", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12249, "upload_time": "2017-09-13T06:29:53", "url": "https://files.pythonhosted.org/packages/03/17/77f5ba0debd3e5b675ce7ad76d7e76f14152638596688157cd71f74a02de/asynctmdb-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "741416cc101e79da165b983b41bd1d78", "sha256": "ad65e1110813f373983b412c90df69593416f27da1d62ad8db3bdc4c792ae8ee" }, "downloads": -1, "filename": "asynctmdb-0.0.2.tar.gz", "has_sig": false, "md5_digest": "741416cc101e79da165b983b41bd1d78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18184, "upload_time": "2017-09-14T10:15:57", "url": "https://files.pythonhosted.org/packages/3b/9e/68047b52aabc98c80a4d8732d1280cb79d4d0986e68a971890aaebe19452/asynctmdb-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "741416cc101e79da165b983b41bd1d78", "sha256": "ad65e1110813f373983b412c90df69593416f27da1d62ad8db3bdc4c792ae8ee" }, "downloads": -1, "filename": "asynctmdb-0.0.2.tar.gz", "has_sig": false, "md5_digest": "741416cc101e79da165b983b41bd1d78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18184, "upload_time": "2017-09-14T10:15:57", "url": "https://files.pythonhosted.org/packages/3b/9e/68047b52aabc98c80a4d8732d1280cb79d4d0986e68a971890aaebe19452/asynctmdb-0.0.2.tar.gz" } ] }