{ "info": { "author": "Alex Stephen", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "# amusement\n\namusement is a Python package and CLI (command-line interface) to get the current wait times and show times of attractions at many popular theme parks. We currently support:\n\n* All Disney parks in USA, plus Paris\n* All Universal parks worldwide (with the exception of Singapore)\n* All Seaworld parks\n* Hersheypark\n\n## Example\n### CLI\nGet wait times right from your terminal\n```\namusement islands-adventure --rides\n```\n\n### Library\n```\nfrom amusement.parks.universal.IslandsOfAdventure import IslandsOfAdventure\n\nioa = IslandsOfAdventure()\nprint ioa.rides()\n# or print ioa.shows() if you want show times instead\n```\nA full list of the rides and shows in the park will be displayed!\n\n## Getting Started\n```\npip install amusement\n```\nThat's it!\n\n## Parks\namusement supports a lot of parks. Here's a breakdown of which parks are supported and which features have been implemented.\n\n| Park Name | Rides | Shows |\n| ------------------------------|-------------|-------------|\n| Magic Kingdom |x | |\n| Epcot |x | |\n| Hollywood Studios |x | |\n| Animal Kingdom |x | |\n| Disneyland |x | |\n| Disney's California Adventure |x | |\n| Universal Studios Florida |x1|x1|\n| Islands of Adventure |x1|x1|\n| Universal Studios Hollywood |x2|x2|\n| Universal Studios Japan |x3|x3|\n| Hersheypark |x | |\n| Seaworld Orlando |x |x |\n| Seaworld San Diego |x |x |\n| Seaworld San Antonio |x |x |\n| Busch Gardens Williamsburg |x |x |\n| Busch Gardens Tampa |x |x |\n\n1 USF/IOA currently only show a subset of attractions in the park. We are looking to address this in a future release.\n\n2 USH uses the official times based off of the USH website. Because this is a website that does not consistently present times in a predictable format, this may fail from time to time.\n\n3 If the park is closed, nothing will appear. We hope to address this in a future release.\n\n## Contributors\nI welcome any and all contributions! Please view CONTRIBUTING.md for more information.I'm more than happy to help first-timers and anybody else, so don't be shy and respond on the issues if you're interested in helping out.\n \n## Tests\n```\nnosetests\n```\nRun this from the root directory to run tests.\n\n## License\nMIT\n", "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/astephen2/amusement", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "amusement", "package_url": "https://pypi.org/project/amusement/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/amusement/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/astephen2/amusement" }, "release_url": "https://pypi.org/project/amusement/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A python package and CLI to get wait times for rides at various theme parks", "version": "0.1.2" }, "last_serial": 1912842, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "28f76007c0cae3d55371ac91636b24f0", "sha256": "6bd76e43472a8712b37996e0c7a2e6d243b4f451dcbaac3bb3be89f0c7646a6f" }, "downloads": -1, "filename": "amusement-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "28f76007c0cae3d55371ac91636b24f0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3971, "upload_time": "2016-01-11T06:26:34", "url": "https://files.pythonhosted.org/packages/5f/84/cff5c0844775f31a1486b59a51f6b7fa540ca52865424a85bd0b7c41b8f1/amusement-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ac7e4f5ca9dac4dd845dfa381eda7ec", "sha256": "3fe07b6bce34f0a2a95320506da3a3e045a75042b7a7400df95247b73828e9bb" }, "downloads": -1, "filename": "amusement-0.1.tar.gz", "has_sig": false, "md5_digest": "9ac7e4f5ca9dac4dd845dfa381eda7ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2930, "upload_time": "2016-01-11T06:26:26", "url": "https://files.pythonhosted.org/packages/10/cc/5857050444e5958c4dbf075acb032cdf37db2f79d7c8ff28095bdf14786d/amusement-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3a8ab82bc81eba3bb94a3e773ecfb15c", "sha256": "0f71e901e567f3af0c053d156f465f004aac76e6d06afd1113de4d90bd443ce5" }, "downloads": -1, "filename": "amusement-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3a8ab82bc81eba3bb94a3e773ecfb15c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13490, "upload_time": "2016-01-16T23:41:10", "url": "https://files.pythonhosted.org/packages/64/ca/5884320e2f8e9be9af55bb1af4526f789fc6c0107db3a9115ffbe78caff6/amusement-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "bfd568d8fdca2cbc495ca867e6b85c0f", "sha256": "9333b22a64eee9a440cea83b9a59c2723546121446c5869ee32d00b0cbe05ddd" }, "downloads": -1, "filename": "amusement-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bfd568d8fdca2cbc495ca867e6b85c0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13586, "upload_time": "2016-01-20T04:55:28", "url": "https://files.pythonhosted.org/packages/9c/42/1bfa4897f250f34968e976441817fd7f6defd85ad0297bab4473656a6948/amusement-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bfd568d8fdca2cbc495ca867e6b85c0f", "sha256": "9333b22a64eee9a440cea83b9a59c2723546121446c5869ee32d00b0cbe05ddd" }, "downloads": -1, "filename": "amusement-0.1.2.tar.gz", "has_sig": false, "md5_digest": "bfd568d8fdca2cbc495ca867e6b85c0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13586, "upload_time": "2016-01-20T04:55:28", "url": "https://files.pythonhosted.org/packages/9c/42/1bfa4897f250f34968e976441817fd7f6defd85ad0297bab4473656a6948/amusement-0.1.2.tar.gz" } ] }