![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Python interface for Google Geocoding API V3. Can be used to easily geocode, reverse geocode, validate and format addresses.
Xiao Yu
Based on googlemaps 1.0.2 by John Kleint
This is a Python wrapper for Google Geocoding API V3
It allows you to directly convert an address to coordinates or vice versa. It also allows you to validate, format and split addresses into civic number, street name, city etc.
BSD
It has dependency on the json module, included with Python versions 2.6 and later and available for download as simplejson for earlier versions. functools is needed and included in Python 2.5. Requirement for hmac is included with Python 2.2. hashlib depends on Python 2.5. base64 depends on Python 2.4.
requests library is needed and installed by setuptools.
It is developed on Python 2.7 but should work on earlier versions. It is also compatible with Python 3.
You can install this package using pip:
pip install pygeocoder
or download the source from http://code.xster.net/pygeocoder and install
python setup.py install
Please refer to http://code.xster.net/pygeocoder/wiki for help with usage
Author: Xiao Yu Internet: http://code.xster.net/pygeocoder
For comments, issues, requests, please contact via BitBucket at the above website
Version 1.2.5 More business key fix
Version 1.2.4 Business key signing fix
Version 1.2.3.1 Some pep8 cleanup
Version 1.2.3 Fixed business key crypto error Added back simple API authentication method
Version 1.2.2 Added components restrictions in searches and location type getter in result
Version 1.2.1.1 Another dependency fix
Version 1.2.1 Proxy support
Version 1.2.0.3 setup.py dependency fix
Version 1.2.0.2 Minor setup.py Python 3 fix
Version 1.2.0.1 setup.py dependency fix
Version 1.2 Refactor and unit testing Changed license to BSD Python 3 compatibility Business API account support
Version 1.1.4 Fixed UTF-8 and facilitated command line usage
Version 1.1.3 Made Geocoder methods static method while backward compatible
Version 1.1.2 Added address validation
Version 1.1.1 Returns GeocoderResult by default. Result set accessible by iterator or index.
Version 1.1 Added GeocoderResult in order to ease field retrieval/result parsing.
Version 1.0 Working version an API V3.
FAQs
Python interface for Google Geocoding API V3. Can be used to easily geocode, reverse geocode, validate and format addresses.
We found that pygeocoder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.