{ "info": { "author": "Dawoud Tabboush", "author_email": "dtabboush@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# JustWatchAPI\n\nJustWatch.com Python 3 API\n\nHow To \n----------------------------------------------------------\nsearch for an item\n----------------------------------------------------------\nfrom justwatchapi import JustWatch\n\njust_watch = JustWatch()\n\nresults = just_watch.search_for_item(query='the matrix')\n----------------------------------------------------------\nor search for combination of genres\n----------------------------------------------------------\njust_watch = JustWatch(genres=['act', 'scf', 'hrr'])\n\nresults_by_genres = just_watch.search_for_item()\n----------------------------------------------------------\nor maybe search by provider\n----------------------------------------------------------\njust_watch = JustWatch()\n\nresults_by_providers = just_watch.search_for_item(providers=['nfx', 'stn'])\n----------------------------------------------------------\nor possibly a combination of the above \n----------------------------------------------------------\njust_watch = JustWatch()\n\nresults_by_multiple = just_watch.search_for_item(\n providers=['nfx', 'stn'], \n content_types=['movie'], \n monetization_types=['free'])\n----------------------------------------------------------\nRead api_payload.txt for more information", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dawoudt/JustWatchAPI", "keywords": "movies tv api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "JustWatch", "package_url": "https://pypi.org/project/JustWatch/", "platform": "any", "project_url": "https://pypi.org/project/JustWatch/", "project_urls": { "Homepage": "https://github.com/dawoudt/JustWatchAPI" }, "release_url": "https://pypi.org/project/JustWatch/0.5.1/", "requires_dist": null, "requires_python": "", "summary": "A simple api for justwatch.com", "version": "0.5.1" }, "last_serial": 5257777, "releases": { "0.4.1": [ { "comment_text": "", "digests": { "md5": "97bf2c806e6274704e38a9047cdd7afd", "sha256": "f26a2b1cb18b33b5e064fda998a39885fef81d14d79b9937ed2d7c3be3d2b818" }, "downloads": -1, "filename": "JustWatch-0.4.1.tar.gz", "has_sig": false, "md5_digest": "97bf2c806e6274704e38a9047cdd7afd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1999, "upload_time": "2016-11-03T13:41:15", "url": "https://files.pythonhosted.org/packages/d5/6f/f3d089de558a43c6595a3c33b81f18853320f317f88f65af3dd4b6da1fff/JustWatch-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "da800b4fa9c914b0d34d9d045e1c0b85", "sha256": "71c16804273d133b2256a0297387ed205e52cc067eca6b0856429543bbe5f48c" }, "downloads": -1, "filename": "JustWatch-0.5.0.tar.gz", "has_sig": false, "md5_digest": "da800b4fa9c914b0d34d9d045e1c0b85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3692, "upload_time": "2018-11-26T02:16:13", "url": "https://files.pythonhosted.org/packages/d5/59/b99a9b169049a2edefafe1857a6bca6c20cc67fd982c73fe402109c3c4cd/JustWatch-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "6fc116bd69c55749f6daeb11ccc5c622", "sha256": "5072aeb320c4066292e94667d758c5c39bb8dbc059d68e536391d7c62804ab18" }, "downloads": -1, "filename": "JustWatch-0.5.1.tar.gz", "has_sig": false, "md5_digest": "6fc116bd69c55749f6daeb11ccc5c622", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4220, "upload_time": "2019-05-12T01:50:31", "url": "https://files.pythonhosted.org/packages/2d/31/54c11c1e4f8beffab32e842d39c8d89e1ab97e7f4ec516aaba374fd66aea/JustWatch-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6fc116bd69c55749f6daeb11ccc5c622", "sha256": "5072aeb320c4066292e94667d758c5c39bb8dbc059d68e536391d7c62804ab18" }, "downloads": -1, "filename": "JustWatch-0.5.1.tar.gz", "has_sig": false, "md5_digest": "6fc116bd69c55749f6daeb11ccc5c622", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4220, "upload_time": "2019-05-12T01:50:31", "url": "https://files.pythonhosted.org/packages/2d/31/54c11c1e4f8beffab32e842d39c8d89e1ab97e7f4ec516aaba374fd66aea/JustWatch-0.5.1.tar.gz" } ] }