{ "info": { "author": "Saito Tsutomu", "author_email": "tsutomu.saito@beproud.jp", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "`osm-graph` is a package for NetworkX and OpenStreetMap.\n::\n\n %matplotlib inline\n import networkx as nx\n from osm_graph import OsmGraph\n og = OsmGraph(35.7158, 139.8741)\n nd1 = og.find_node(35.7165, 139.8738)\n nd2 = og.find_node(35.7153, 139.8752)\n path = nx.dijkstra_path(og.graph, nd1, nd2)\n g = nx.subgraph(og.graph, path)\n ax = og.draw_graph()\n og.draw_graph(graph=g, ax=ax, edge_color='r', width=2);\n\nRequirements\n------------\n* Python 3, networkx, matplotlib, overpy\n\nFeatures\n--------\n* This is a sample. So it may not be efficient.\n\nSetup\n-----\n::\n\n $ pip install osm-graph\n\nHistory\n-------\n0.0.1 (2018-6-9)\n~~~~~~~~~~~~~~~~~~\n* first release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/osm-graph", "keywords": "osm-graph", "license": "PSFL", "maintainer": "", "maintainer_email": "", "name": "osm-graph", "package_url": "https://pypi.org/project/osm-graph/", "platform": "", "project_url": "https://pypi.org/project/osm-graph/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/osm-graph" }, "release_url": "https://pypi.org/project/osm-graph/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "`osm-graph` is a package for NetworkX and OpenStreetMap.", "version": "0.0.3" }, "last_serial": 3944904, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "715de0d2a405264f529203203e3f3331", "sha256": "89dba1e6bbcdca2e91f26f9308165f4936782a28d549f2001558ea6444fdc033" }, "downloads": -1, "filename": "osm-graph-0.0.1.tar.gz", "has_sig": false, "md5_digest": "715de0d2a405264f529203203e3f3331", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2722, "upload_time": "2018-06-09T08:22:11", "url": "https://files.pythonhosted.org/packages/85/8e/7c153cbc59e4218ac72c0610f514618f7620d5d35f5a974051e21fbf6323/osm-graph-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7f38d3bf4ed1d0690ed2e625f315c629", "sha256": "d950295950d65693f74255836aacaeec72d04b075ff8d417df3343d098151adb" }, "downloads": -1, "filename": "osm-graph-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7f38d3bf4ed1d0690ed2e625f315c629", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2752, "upload_time": "2018-06-09T08:38:06", "url": "https://files.pythonhosted.org/packages/af/89/bbe90b42551b6fffc95f2f5cc805a099c9c610c67514985c1f79354e843e/osm-graph-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ac6180cfd6bea27cd527ab94899dbed6", "sha256": "81576ea3de18542595511c365bf28f11dcafb45ded6cbdce4f2681ff53e2d702" }, "downloads": -1, "filename": "osm-graph-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ac6180cfd6bea27cd527ab94899dbed6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2769, "upload_time": "2018-06-09T09:01:54", "url": "https://files.pythonhosted.org/packages/a1/f4/388d3d503a142cbcb7df21547abbd973df077519a4125cbe7925a47c5cf1/osm-graph-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ac6180cfd6bea27cd527ab94899dbed6", "sha256": "81576ea3de18542595511c365bf28f11dcafb45ded6cbdce4f2681ff53e2d702" }, "downloads": -1, "filename": "osm-graph-0.0.3.tar.gz", "has_sig": false, "md5_digest": "ac6180cfd6bea27cd527ab94899dbed6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2769, "upload_time": "2018-06-09T09:01:54", "url": "https://files.pythonhosted.org/packages/a1/f4/388d3d503a142cbcb7df21547abbd973df077519a4125cbe7925a47c5cf1/osm-graph-0.0.3.tar.gz" } ] }