{ "info": { "author": "David Garcia Garzon", "author_email": "voki@canvoki.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "python-qgmap\n============\n\nQt Google Map widget for PySide/PyQt4\n\nFeatures:\n---------\n\n- Specify locations either by latitude, longitude pairs or street\n addresses by means of GeoCoding\n- Programatically centering, zooming and manipulate markers\n- Flexible marker properties (ie. draggable, icon, title...)\n- Emits signals on user actions: dragged markers, pans or zooms\n- Easy to extend, thanks to the painless python-qt-javascript interface\n\nInstallation\n------------\n\nBy using pip:\n\n::\n\n $ pip3 install qgmap\n\nFrom source:\n\n::\n\n python3 setup.py --install\n\nUsage\n-----\n\nTwo main classes are provided:\n\n- qgmap.GeoCoder: Retrieves geo-coordinates (latitude, longitude) from\n street addresses\n- qgmap.QGoogleMap: A WebView widget containing a GoogleMap, with some\n convenience accessors to manage center, zoom, markers...\n\nSee the main example code at qgmap-example.py\n\nUsing it with PyQt4\n-------------------\n\nBy default the classes use PySide, but the code works for PyQt4 if you\nset to False the usePySide module variable by hand.\n\nAny suggestion to make this less hacky is welcome.\n\nAcknoledgements\n---------------\n\nThis Python code has been inspired in Henrik Hartz's C++ example code:\n\n::\n\n https://blog.qt.digia.com/blog/2008/07/03/putting-qtwebkit-to-use-with-google-maps/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vokimon/python-qgmap", "keywords": null, "license": "GNU General Public License v3 or later (GPLv3+)", "maintainer": null, "maintainer_email": null, "name": "qgmap", "package_url": "https://pypi.org/project/qgmap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/qgmap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/vokimon/python-qgmap" }, "release_url": "https://pypi.org/project/qgmap/0.2/", "requires_dist": null, "requires_python": null, "summary": "Google Map widget for PySyde/PyQt4", "version": "0.2" }, "last_serial": 1065506, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "167854a84149b76c89d22b17b09b026f", "sha256": "abbb251ce981414808471f2a2229114239be69762d25d3e4eb31fed94069fd32" }, "downloads": -1, "filename": "qgmap-0.1.tar.gz", "has_sig": false, "md5_digest": "167854a84149b76c89d22b17b09b026f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4752, "upload_time": "2014-04-19T17:23:27", "url": "https://files.pythonhosted.org/packages/04/a3/42ae3738946ee0fb1aed547a967c944ca9a2302837cc966dbedcbdc00d28/qgmap-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "92e263a7147e9f349def7e4bb57a2acc", "sha256": "f6c102dfcf8f7458c1a5cfe7e37559fd07f0bea65fecccb092ccfed5941297d0" }, "downloads": -1, "filename": "qgmap-0.2.tar.gz", "has_sig": false, "md5_digest": "92e263a7147e9f349def7e4bb57a2acc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5163, "upload_time": "2014-04-19T21:39:58", "url": "https://files.pythonhosted.org/packages/17/ee/b3cb33b919803712597c9581cb747e6d85a7663fbe0ff04acffc0e0053da/qgmap-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92e263a7147e9f349def7e4bb57a2acc", "sha256": "f6c102dfcf8f7458c1a5cfe7e37559fd07f0bea65fecccb092ccfed5941297d0" }, "downloads": -1, "filename": "qgmap-0.2.tar.gz", "has_sig": false, "md5_digest": "92e263a7147e9f349def7e4bb57a2acc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5163, "upload_time": "2014-04-19T21:39:58", "url": "https://files.pythonhosted.org/packages/17/ee/b3cb33b919803712597c9581cb747e6d85a7663fbe0ff04acffc0e0053da/qgmap-0.2.tar.gz" } ] }