Metadata-Version: 2.1
Name: python-googlegeocoder
Version: 0.5.3.dev1651492604
Summary: A simple Python wrapper for Google’s geocoder API
Home-page: http://palewi.re/docs/python-googlegeocoder
Author: Ben Welsh
Author-email: b@palewi.re
License: GPL
Project-URL: Documentation, http://palewi.re/docs/python-googlegeocoder
Project-URL: Source, https://github.com/palewire/python-googlegeocoder
Project-URL: Tracker, https://github.com/palewire/python-googlegeocoder/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE

## Features

* Submit an address and have it geocoded
* Submit a lat/lng pair and have it reverse-geocoded
* Results include all data returned by Google, including formatted address, location, viewport, bounds, address type and address components
* Results automatically converted to WKT format
* Bias results to a bounding box you provide
* Bias results to a region you specify by country code
* Specify a language code

## Links

* Docs: [python-googlegeocoder.rtfd.org](http://python-googlegeocoder.rtfd.org)
* Issues: [github.com/datadesk/python-googlegeocoder/issues](https://github.com/datadesk/python-googlegeocoder/issues)
* Packaging: [pypi.python.org/pypi/python-googlegeocoder](https://pypi.python.org/pypi/python-googlegeocoder)
* Testing: [travis-ci.org/datadesk/python-googlegeocoder](https://travis-ci.org/datadesk/python-googlegeocoder)
* Coverage: [coveralls.io/r/datadesk/python-googlegeocoder](https://coveralls.io/r/datadesk/python-googlegeocoder)


