NOTICE: This package has been removed from pkgsrc

./geography/py-google-maps-services-python, Python client library for Google Maps API Web Services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.2.0, Package name: py37-google-maps-services-python-4.2.0, Maintainer: kleink

Use Python? Want to geocode something? Looking for directions? Maybe
matrices of directions? This library brings the Google Maps API Web
Services to your Python application.

The Python Client for Google Maps Services is a Python Client library
for the following Google Maps APIs:

- Directions API
- Distance Matrix API
- Elevation API
- Geocoding API
- Time Zone API
- Roads API
- Places API

Keep in mind that the same terms and conditions apply to usage of
the APIs when they're accessed through this library.


Required to run:
[devel/py-setuptools] [devel/py-requests] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 9f0eb9fa985da827622d07606709fe7115345ab3
RMD160: 3444686b521fdbb5408e929b4d309c67ab206d49
Filesize: 45.018 KB

Version history: (Expand)


CVS history: (Expand)


   2020-03-21 19:59:57 by Adam Ciarcinski | Files touched by this commit (4) | Package removed
Log message:
py-google-maps-services-python: renamed to py-googlemaps
   2020-03-20 08:28:14 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-google-maps-services-python: add missing TEST_DEPENDS, sort PLIST
   2020-03-20 02:37:23 by Ryo ONODERA | Files touched by this commit (3)
Log message:
py-google-maps-services-python: Update to 4.2.0

Changelog:
    Add support for Maps Static API (#344)
   2020-02-12 17:32:01 by Ryo ONODERA | Files touched by this commit (2)
Log message:
py-google-maps-services-python: Update to 4.1.0

Changelog:
v4.1.0
Added

    Adding support for passing in experience_id to Client class (#338)

v4.0.0
Changed

    Python 2 is no longer supported
    Removed place fields: alt_id, id, reference, and scope. Read more about this \ 
at https://developers.google.com/maps/deprecations.

v3.1.4
Changed

    APIError.__str__ should always return a str (#328)

v3.1.3
Changed

    deprecation warning for place fields: alt_id, id, reference, and scope. Read \ 
more about this at https://developers.google.com/maps/deprecations.

v3.1.2
Added

    Tests for distribution tar as part of CI
    Support for subfields such as geometry/location and geometry/viewport in Places.

v3.1.1
Changed

    Added changelog to manifest

v3.1.0
Changed

    Switched build system to use nox, pytest, and codecov. Added Python 3.7 to \ 
test framework.
    Set precision of truncated latitude and longitude floats to 8 decimals \ 
instead of 6.
    Minimum version of requests increased.
    Session token parameter added to place().
    Fixed issue where headers in request_kwargs were being overridden.

Added

    Automation for PyPi uploads.
    Long description to package.
    Added tests to manifest and tarball.

Removed

    Removed places places_autocomplete_session_token which can be replaced with \ 
uuid.uuid4().hex.
    Removed deprecated places_radar.
   2018-11-16 16:27:37 by Klaus Klein | Files touched by this commit (4)
Log message:
py-google-maps-services-python: Update to 2.5.1.

No changelog provided; notable news per README is the geolocation API.
   2016-07-09 15:04:18 by Thomas Klausner | Files touched by this commit (599)
Log message:
Remove python33: adapt all packages that refer to it.
   2016-05-06 08:51:15 by Thomas Klausner | Files touched by this commit (1)
Log message:
Mark as BROKEN until upstream supports current version of py-requests.
   2016-01-10 14:42:02 by Klaus Klein | Files touched by this commit (5)
Log message:
Update py-google-maps-services-python to 2.4.2.

In lieu of a change log:

* Roads API support
* Place API support
* rate limiting
* bug fixes