{ "info": { "author": "Frank Lu, Aadhithya Sankar", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Topic :: Utilities" ], "description": "# A console program to request the departure time from the MVG\n\nThis python script is a Command Line wrapper to get the departures from any station/stop in the MVG(M\u00fcnchner Verkehrsgesellschaft) network.\n\n## Getting started\nWe're on PyPi! Installing using pip.\n\n`pip install mvg-console`\n\n## Usage\n```\nusage: mvg [-h] [--version] [--recent]\n [--departures DEPARTURES [DEPARTURES ...]] [--limit LIMIT]\n [--mode MODE] [--search SEARCH [SEARCH ...]]\n\noptional arguments:\n -h, --help show this help message and exit\n --version, -v Version Info.\n --recent, -r fetch the most recent search.\n --departures DEPARTURES [DEPARTURES ...], -d DEPARTURES [DEPARTURES ...]\n Departures at Station/Stop\n --limit LIMIT, -l LIMIT\n # results to fetch\n --mode MODE, -m MODE Transportation Mode: bus, ubahn, sbahn, tram.\n --search SEARCH [SEARCH ...], -s SEARCH [SEARCH ...]\n Gets stations closest to the address.\n```\n\n## Demo\n![screenshot](demo.png)\n\n## Changelog\n#### 12.11.2018\n* We're on PyPi! Now you can easily install the script using pip!\n* You can now search for the nearest station/stop from an address! Use the --search/-s [adress]\n* You can choose the Transportation mode to be displayed using the --mode/-m arguement. Available modes: bus, ubahn, sbahn, tram.\n* A lot of Bug Fixes.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/frankzl/python_mvg_console_program.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "mvg-console", "package_url": "https://pypi.org/project/mvg-console/", "platform": "", "project_url": "https://pypi.org/project/mvg-console/", "project_urls": { "Homepage": "https://github.com/frankzl/python_mvg_console_program.git" }, "release_url": "https://pypi.org/project/mvg-console/2018.11.2/", "requires_dist": [ "requests", "colr", "texttable", "pprint" ], "requires_python": ">=3.6", "summary": "A Command Line Tool to get the MVG departures for a station.", "version": "2018.11.2" }, "last_serial": 4489542, "releases": { "2018.11.2": [ { "comment_text": "", "digests": { "md5": "c9b1eb7deb0956f6865d2d3fe8cbe726", "sha256": "2f21a9b56b604d2036f8aa28b8fc12e913575993dcaf02a17f03e1601f32b124" }, "downloads": -1, "filename": "mvg_console-2018.11.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c9b1eb7deb0956f6865d2d3fe8cbe726", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 18511, "upload_time": "2018-11-15T12:42:42", "url": "https://files.pythonhosted.org/packages/5a/58/431cbde65b8ccc8a9670f79a478d9023ee4e4b71ae2c7866ba5a84d39986/mvg_console-2018.11.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9b1eb7deb0956f6865d2d3fe8cbe726", "sha256": "2f21a9b56b604d2036f8aa28b8fc12e913575993dcaf02a17f03e1601f32b124" }, "downloads": -1, "filename": "mvg_console-2018.11.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c9b1eb7deb0956f6865d2d3fe8cbe726", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 18511, "upload_time": "2018-11-15T12:42:42", "url": "https://files.pythonhosted.org/packages/5a/58/431cbde65b8ccc8a9670f79a478d9023ee4e4b71ae2c7866ba5a84d39986/mvg_console-2018.11.2-py3-none-any.whl" } ] }