{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# Seatfinder Python API (inofficial)\n\nEasy access to https://seatfinder.de data.\nCaches data in the background, nothing will be downloaded twice.\n\n## Installation\n\n pip install seatfinder\n\n## Usage\n\n from seatfinder import Seatfinder\n seatfinder = Seatfinder('Kassel') # optional parameter data_dir. Default ~/.seatfinder/data\n seatfinder.seat_estimate['2018-09-29']\n \n # Slicing is also possible\n data = seatfinder.manual_count['2018-09-01':'2018-10-30']\n \n # `data` is a dict, access locations via key\n data['LeoEG']\n \n # More information about the location\n seatfinder.locations['LeoEG']\n \n # Convert to pandas dataframe\n df = data.to_dataframe()", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/soerface/py_seatfinder", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "seatfinder", "package_url": "https://pypi.org/project/seatfinder/", "platform": "", "project_url": "https://pypi.org/project/seatfinder/", "project_urls": { "Homepage": "https://github.com/soerface/py_seatfinder" }, "release_url": "https://pypi.org/project/seatfinder/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Easy access to the data of the KIT seatfinder. This project is not affiliated in any way with the original author of https://www.seatfinder.de/", "version": "1.0.1" }, "last_serial": 4428785, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3a0c2893edfe39f76d64d63435965f50", "sha256": "f9572a3afaee586a83b754df7b8d81c3cfa449d1cea8f6c484661913e7479d93" }, "downloads": -1, "filename": "seatfinder-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3a0c2893edfe39f76d64d63435965f50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3214, "upload_time": "2018-10-26T00:33:02", "url": "https://files.pythonhosted.org/packages/54/51/70299eea010f2d28d60c550458056602551d457a8befbe53436c377050be/seatfinder-0.0.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d866ce9d94ece428ea12a90d55f3973c", "sha256": "d5820f607b0acebf4e6dddd40e06ce9a4465667dbd26874571c50f8d09c2f40b" }, "downloads": -1, "filename": "seatfinder-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d866ce9d94ece428ea12a90d55f3973c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3833, "upload_time": "2018-10-29T19:01:49", "url": "https://files.pythonhosted.org/packages/17/26/5c4655ab135e58a22adfbb19f89e0493373bca2d8c2c7314b135ce09ba1b/seatfinder-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "18d2180658bc017616f6c61ba69417e8", "sha256": "6c5db535c38df0e1054aa8f3e22b9254d564b4bdeb3bf6398522d6f1d63f27c3" }, "downloads": -1, "filename": "seatfinder-1.0.1.tar.gz", "has_sig": false, "md5_digest": "18d2180658bc017616f6c61ba69417e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3851, "upload_time": "2018-10-29T19:13:31", "url": "https://files.pythonhosted.org/packages/7b/db/c62b265830473e941b113cec4a2321b4d9071219c3648bc81ef0b56cc2ff/seatfinder-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18d2180658bc017616f6c61ba69417e8", "sha256": "6c5db535c38df0e1054aa8f3e22b9254d564b4bdeb3bf6398522d6f1d63f27c3" }, "downloads": -1, "filename": "seatfinder-1.0.1.tar.gz", "has_sig": false, "md5_digest": "18d2180658bc017616f6c61ba69417e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3851, "upload_time": "2018-10-29T19:13:31", "url": "https://files.pythonhosted.org/packages/7b/db/c62b265830473e941b113cec4a2321b4d9071219c3648bc81ef0b56cc2ff/seatfinder-1.0.1.tar.gz" } ] }