{ "info": { "author": "D9T GmbH, Daniel Kraft", "author_email": "dk@d9t.de", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nThis lib allows you to query the google direction api from your python code,\ni.e. without a browser.\nThe parser will give you a dict of anything that google knows about the\ndirection: Distance, waypoints, corrected addresses and much more.\n\nAlthough you have direct access to the parser output, you may also use the\nconvenient api as seen in the Usage part below.\n\n\nCopyright / License\n===================\n\nGPLv3\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .\n\n\n\nUsage\n=====\n >>> from google.directions import GoogleDirections\n >>> gd = GoogleDirections('your-google-directions-key')\n >>> res = gd.query('berlin','paris')\n >>> res.distance\n 1055351\n\nYou also have access to the raw parser data:\n\n >>> res.result[\"Directions\"][\"Duration\"]\n {u'seconds': 34329, u'html': u'9 hours 32 mins'}\n\nHave fun!\n\n\nContribution\n============\nIf you extend the gdapi, I'd love to get your extensions. Just mail\nme the code and I'll make a release. See below for the mail address.\n\n\nChangelog\n=========\n\n0.1 - Unreleased\n\n0.2* - JS Parsers, DOM Parser fully working, Google API is working, but minimal.\n\n0.2.1 - Fixed bad description and README.\n\n0.2.2 - Fixed missing README.txt\n\n0.2.3 - Allowed tab as space too\n\n0.3 - splitted of the json parser as d9t.json. Now with tests and a better understanding of json.\n\n----------------\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://d9t.de/os", "keywords": "google directions d9t", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "google.directions", "package_url": "https://pypi.org/project/google.directions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/google.directions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://d9t.de/os" }, "release_url": "https://pypi.org/project/google.directions/0.3/", "requires_dist": null, "requires_python": null, "summary": "A python api to google directions", "version": "0.3" }, "last_serial": 792612, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "c1a92b908ae3e728407426163691fa45", "sha256": "934ed9300f3d84869a58ba28fc4792ea81ebb0c9054e604a84a4577ffec43f0d" }, "downloads": -1, "filename": "google.directions-0.2.tar.gz", "has_sig": false, "md5_digest": "c1a92b908ae3e728407426163691fa45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17695, "upload_time": "2009-01-09T16:54:02", "url": "https://files.pythonhosted.org/packages/f9/17/8a1dddf391d5d4fb31f0ffa61bbee0c4b698c9037cfdea2d107e4cf3bdc7/google.directions-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b6b9bf4933daba6cc124b9c295dea56b", "sha256": "6c1b9dc6942d43ff3fb7cd5dfbf43332f890993345389159e3e0693d7b16e657" }, "downloads": -1, "filename": "google.directions-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b6b9bf4933daba6cc124b9c295dea56b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5358, "upload_time": "2009-01-20T22:19:18", "url": "https://files.pythonhosted.org/packages/57/0f/5ed966a3c51806d0083c0b70f7e87251adacaa0a849fb51f7f1bda64c637/google.directions-0.2.1.tar.gz" } ], "0.2.2": [], "0.2.3": [], "0.3": [ { "comment_text": "", "digests": { "md5": "9ef59b0fa9cc3d145bbb9ba934db22c2", "sha256": "55a8cdbfe297086a96d89d3e47783def9f4cf866c41c08d48d196d00897c469d" }, "downloads": -1, "filename": "google.directions-0.3.tar.gz", "has_sig": false, "md5_digest": "9ef59b0fa9cc3d145bbb9ba934db22c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17131, "upload_time": "2009-03-30T21:28:02", "url": "https://files.pythonhosted.org/packages/f8/4e/ea1464dfa51c3ba746178b7b5012f70d9616aa87928775377d2500b1369a/google.directions-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ef59b0fa9cc3d145bbb9ba934db22c2", "sha256": "55a8cdbfe297086a96d89d3e47783def9f4cf866c41c08d48d196d00897c469d" }, "downloads": -1, "filename": "google.directions-0.3.tar.gz", "has_sig": false, "md5_digest": "9ef59b0fa9cc3d145bbb9ba934db22c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17131, "upload_time": "2009-03-30T21:28:02", "url": "https://files.pythonhosted.org/packages/f8/4e/ea1464dfa51c3ba746178b7b5012f70d9616aa87928775377d2500b1369a/google.directions-0.3.tar.gz" } ] }