{ "info": { "author": "Marco Schanz", "author_email": "mschanz1210@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# IMDbDump\nIMDbDump is a small library that provides the functionality to parse imdb.com for all single episode ratings for TV shows. It's easily possible to dump this information to a JSON or CSV file. You can use the command line interface or import it in your own code.\n\n## Installation\n```\npip install imdbdump\n```\n\n## Usage\n### CLI\n```\npython imdb_fetcher.py --json --csv tt0944947\n```\n\n### Importing\n```python\nfrom imdbdump.imdb_fetcher import ImdbFetcher\n\nimdb = ImdbFetcher('tt0944947')\nimdb.save_csv()\nimdb.save_json()\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/fuuman/imdbdump", "keywords": "", "license": "GNU GPLv3", "maintainer": "", "maintainer_email": "", "name": "imdbdump", "package_url": "https://pypi.org/project/imdbdump/", "platform": "", "project_url": "https://pypi.org/project/imdbdump/", "project_urls": { "Homepage": "http://github.com/fuuman/imdbdump" }, "release_url": "https://pypi.org/project/imdbdump/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Helps you to dump TV show IMDb ratings in machine-readable formats.", "version": "0.1.2" }, "last_serial": 5279551, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9b98315c0f858a087968240117192b82", "sha256": "0c323dd020bc5f994d59e61b9ebcb75bb564bfe6211185c239e033064c09294f" }, "downloads": -1, "filename": "imdbdump-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9b98315c0f858a087968240117192b82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1990, "upload_time": "2019-05-16T20:20:01", "url": "https://files.pythonhosted.org/packages/26/84/e78b6702923c21b578353188a98dce9ed47f791c37491e1457e5f92bef73/imdbdump-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "016e6c9a518bde0447b05728cf7df8a7", "sha256": "b25014931c83a6c50ce7ad80a577e5ab3497b3c70cb62a34f8502776bde056b0" }, "downloads": -1, "filename": "imdbdump-0.1.1.tar.gz", "has_sig": false, "md5_digest": "016e6c9a518bde0447b05728cf7df8a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2030, "upload_time": "2019-05-16T20:38:12", "url": "https://files.pythonhosted.org/packages/74/c2/551ce80d4e341d1d5df620e87e73f4b4cbb1a5c7faa60b06f7fdff879489/imdbdump-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a82b8a7380da01de7463888907ac36bc", "sha256": "6026fd88d128f661adbb9a24dda3b02575364780678f704b39b23b56dc59bb12" }, "downloads": -1, "filename": "imdbdump-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a82b8a7380da01de7463888907ac36bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2592, "upload_time": "2019-05-16T22:17:06", "url": "https://files.pythonhosted.org/packages/06/f9/efebb57a206a7f4cde272ec50b20bf6b163320663deb6c87cbd1436ac9dd/imdbdump-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a82b8a7380da01de7463888907ac36bc", "sha256": "6026fd88d128f661adbb9a24dda3b02575364780678f704b39b23b56dc59bb12" }, "downloads": -1, "filename": "imdbdump-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a82b8a7380da01de7463888907ac36bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2592, "upload_time": "2019-05-16T22:17:06", "url": "https://files.pythonhosted.org/packages/06/f9/efebb57a206a7f4cde272ec50b20bf6b163320663deb6c87cbd1436ac9dd/imdbdump-0.1.2.tar.gz" } ] }