Geocoding, reverse geocoding, driving directions, and local search in
Python via Google.
Provides
Requires
License
Apache-2.0
Changelog
* Thu Sep 03 2026 Martin Pluskal <mpluskal@suse.com>
- Update to 4.10.0:
* Place Details gained new fields: wheelchair_accessible_entrance
(basic), current_opening_hours and secondary_opening_hours
(contact), and curbside_pickup, delivery, dine_in,
editorial_summary, reservable, reviews, serves_beer,
serves_breakfast, serves_brunch, serves_dinner, serves_lunch,
serves_vegetarian_food, serves_wine and takeout (atmosphere)
* places.place() gained reviews_sort (most_relevant or newest) and
reviews_no_translations arguments
* Place Details field "review" is deprecated in favour of "reviews"
- Modernise spec: drop obsolete Group tag and skip_python2 define
(no python2 flavour on any supported target)
* Tue Jun 17 2025 Steve Kowalik <steven.kowalik@suse.com>
- Use pyproject macros to build and install.
* Thu Jan 19 2023 Andrea Manzini <andrea.manzini@suse.com>
- Update to 4.7.3
* correct lazy attribute inside logger
* Adds support for Address Validation API
* Geocode by place id
* make Places textsearch query parameter optional
* Tue Jun 09 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to 4.4.1
* Add support for Maps Static API
* Adding support for passing in experience_id to Client class
* Python 2 is no longer supported
* Removed place fields: alt_id, id, reference, and scope.
* APIError.__str__ should always return a str
* Tests for distribution tar as part of CI
* Support for subfields such as geometry/location and geometry/viewport in Places.
* Switched build system to use nox, pytest, and codecov.
* Fri Mar 15 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.0.2:
* no upstream changelog
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Wed May 16 2018 toddrme2178@gmail.com
- Update to 2.5.1
* Mark places radar search as deprecated.
* Fix places autocomplete param, type -> types.
* Add strictbounds param to places API.
* Added geolocation API
* Allow a requests.Session object to be passed into Client
* Support POST requests in client.
* Fix issue with extra_params + threading.
* Provide a way to add extra params to any request.
* Add test for nearest roads.
* Implement nearestRoads in the Google Maps Roads API
* Update instructions for API keys and client IDs.
* Allow multiple values per type in components.
* roads: handle {} response
* Changed the requirement from "no API key" to "has client ID"
* Adding channel support for Maps for Work users of this library
* Added missing Places API features
* Trim extraneous chars from latlngs.
* In elevations API, automatically use encoded polylines if shorter
* Add reverse geocoding my place_id
* Better traffic_model docstrings.
* Give some of the ambiguous places method names more meaningful names.
* Unify lat/lng conversions.
* Added Places API.
* Use utcnow to generate timestamp
* Add traffic_model parameter
* Default rate limit to 10 queries per second.
* Allow kwargs for requests to be passed into the maps client
- Implement single-spec version
- Complete spec file rewrite
* Sun Oct 18 2009 alexandre@exatati.com.br
- Update to 1.0.2;
- Fixed Requires tag in spec file (added python-simplejson).
* Thu Oct 01 2009 alexandre@exatati.com.br
- Update to 1.0.1;
- Building as noarch for openSUSE >= 11.2.
* Tue Sep 22 2009 alexandre@exatati.com.br
- Initial package (0.1) for openSUSE.
Files
/usr/lib/python3.14/site-packages/googlemaps
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/METADATA
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/RECORD
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/REQUESTED
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/WHEEL
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/licenses
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/licenses/AUTHORS
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/licenses/LICENSE
/usr/lib/python3.14/site-packages/googlemaps-4.10.0.dist-info/top_level.txt
/usr/lib/python3.14/site-packages/googlemaps/__init__.py
/usr/lib/python3.14/site-packages/googlemaps/__pycache__
/usr/lib/python3.14/site-packages/googlemaps/__pycache__/__init__.cpython-314.opt-1.pyc
/