{ "info": { "author": "Juliana Borst", "author_email": "j_borst1@pacific.edu", "bugtrack_url": null, "classifiers": [ "Natural Language :: English", "Programming Language :: Python :: 3.5" ], "description": "\n# movie collection package\n\n---\nCreates class object to hold your collection of DVDs\nIt keeps track of the title, length in minutes, and year\nreleased on DVD\n\n# calculations\n\ngetHoursOrMins function allows you to calculate the total amount\nof time your movies add up to in either minutes or\nhours (decimal form)\nInput is either 'minute', 'minutes', 'hour', 'hours'\nNot case-sensitive\nMinutes are returned in integer, hours are returned in decimal\n\ntotalTime function allows you to get the total amount of time in\nboth hours and minutes\nFor example, getHourOrMins could return 72 minutes or 1.2 hours\ntotalTime will return \"All movies in my collection add up to 1 hours \nand 12 minutes long\"\n\"\"\"", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "movie library dvd length", "license": "", "maintainer": "", "maintainer_email": "", "name": "movie_collection", "package_url": "https://pypi.org/project/movie_collection/", "platform": "", "project_url": "https://pypi.org/project/movie_collection/", "project_urls": null, "release_url": "https://pypi.org/project/movie_collection/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Create dvd collection and calculate runtime", "version": "0.1.1" }, "last_serial": 2855131, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "4c77bfd090e71223bf56b26eed063cda", "sha256": "3f577c30cb5892e5041af3100bb265465e51fd33c7167fbf722b1f5d7af56b79" }, "downloads": -1, "filename": "movie_collection-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4c77bfd090e71223bf56b26eed063cda", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3996, "upload_time": "2017-05-06T00:37:37", "url": "https://files.pythonhosted.org/packages/cd/6b/ad7c7cdc753bfbff8da04bdec7155e8294f0de8cf196c4e19b87b6481532/movie_collection-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6016b125befa425c022eb919226abc0c", "sha256": "b5b2b3279b4c583c3294e4735b25e9f04698d1d635620ae288002d2f7c316e3b" }, "downloads": -1, "filename": "movie_collection-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6016b125befa425c022eb919226abc0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2107, "upload_time": "2017-05-06T00:37:36", "url": "https://files.pythonhosted.org/packages/e6/0b/e972bf88a3efc321ab0469bc7fff26542b394de39fa407cbc545b546d078/movie_collection-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4c77bfd090e71223bf56b26eed063cda", "sha256": "3f577c30cb5892e5041af3100bb265465e51fd33c7167fbf722b1f5d7af56b79" }, "downloads": -1, "filename": "movie_collection-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4c77bfd090e71223bf56b26eed063cda", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3996, "upload_time": "2017-05-06T00:37:37", "url": "https://files.pythonhosted.org/packages/cd/6b/ad7c7cdc753bfbff8da04bdec7155e8294f0de8cf196c4e19b87b6481532/movie_collection-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6016b125befa425c022eb919226abc0c", "sha256": "b5b2b3279b4c583c3294e4735b25e9f04698d1d635620ae288002d2f7c316e3b" }, "downloads": -1, "filename": "movie_collection-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6016b125befa425c022eb919226abc0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2107, "upload_time": "2017-05-06T00:37:36", "url": "https://files.pythonhosted.org/packages/e6/0b/e972bf88a3efc321ab0469bc7fff26542b394de39fa407cbc545b546d078/movie_collection-0.1.1.tar.gz" } ] }