Import google-maps-services-python-2.0 as
geography/py-google-maps-services-python. 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 Keep in mind that the same terms and conditions apply to usage of the APIs when they're accessed through this library.
This commit is contained in:
parent
d2fcee2f74
commit
3bfa9fd467
4 changed files with 72 additions and 0 deletions
15
geography/py-google-maps-services-python/DESCR
Normal file
15
geography/py-google-maps-services-python/DESCR
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
|
||||
Keep in mind that the same terms and conditions apply to usage of
|
||||
the APIs when they're accessed through this library.
|
19
geography/py-google-maps-services-python/Makefile
Normal file
19
geography/py-google-maps-services-python/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/01/12 10:27:41 kleink Exp $
|
||||
|
||||
DISTNAME= google-maps-services-python-2.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= geography python
|
||||
MASTER_SITES= -https://github.com/googlemaps/google-maps-services-python/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= kleink@NetBSD.org
|
||||
HOMEPAGE= https://github.com/googlemaps/google-maps-services-python/
|
||||
COMMENT= Python client library for Google Maps API Web Services
|
||||
LICENSE= apache-2.0
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
|
||||
|
||||
EGG_NAME= googlemaps
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
33
geography/py-google-maps-services-python/PLIST
Normal file
33
geography/py-google-maps-services-python/PLIST
Normal file
|
@ -0,0 +1,33 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/01/12 10:27:41 kleink Exp $
|
||||
${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/PKG-INFO
|
||||
${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
|
||||
${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
|
||||
${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/requires.txt
|
||||
${PYSITELIB}/googlemaps-${PKGVERSION}-py2.7.egg-info/top_level.txt
|
||||
${PYSITELIB}/googlemaps/__init__.py
|
||||
${PYSITELIB}/googlemaps/__init__.pyc
|
||||
${PYSITELIB}/googlemaps/__init__.pyo
|
||||
${PYSITELIB}/googlemaps/client.py
|
||||
${PYSITELIB}/googlemaps/client.pyc
|
||||
${PYSITELIB}/googlemaps/client.pyo
|
||||
${PYSITELIB}/googlemaps/convert.py
|
||||
${PYSITELIB}/googlemaps/convert.pyc
|
||||
${PYSITELIB}/googlemaps/convert.pyo
|
||||
${PYSITELIB}/googlemaps/directions.py
|
||||
${PYSITELIB}/googlemaps/directions.pyc
|
||||
${PYSITELIB}/googlemaps/directions.pyo
|
||||
${PYSITELIB}/googlemaps/distance_matrix.py
|
||||
${PYSITELIB}/googlemaps/distance_matrix.pyc
|
||||
${PYSITELIB}/googlemaps/distance_matrix.pyo
|
||||
${PYSITELIB}/googlemaps/elevation.py
|
||||
${PYSITELIB}/googlemaps/elevation.pyc
|
||||
${PYSITELIB}/googlemaps/elevation.pyo
|
||||
${PYSITELIB}/googlemaps/exceptions.py
|
||||
${PYSITELIB}/googlemaps/exceptions.pyc
|
||||
${PYSITELIB}/googlemaps/exceptions.pyo
|
||||
${PYSITELIB}/googlemaps/geocoding.py
|
||||
${PYSITELIB}/googlemaps/geocoding.pyc
|
||||
${PYSITELIB}/googlemaps/geocoding.pyo
|
||||
${PYSITELIB}/googlemaps/timezone.py
|
||||
${PYSITELIB}/googlemaps/timezone.pyc
|
||||
${PYSITELIB}/googlemaps/timezone.pyo
|
5
geography/py-google-maps-services-python/distinfo
Normal file
5
geography/py-google-maps-services-python/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/01/12 10:27:41 kleink Exp $
|
||||
|
||||
SHA1 (google-maps-services-python-2.0.tar.gz) = 64cff912f719c2b71074ee8b19b965782cf82ed4
|
||||
RMD160 (google-maps-services-python-2.0.tar.gz) = 17b67bb76451d419afd3d44ab8dc36d3af6110a7
|
||||
Size (google-maps-services-python-2.0.tar.gz) = 24841 bytes
|
Loading…
Reference in a new issue