mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-09 04:10:32 -04:00
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
21 lines
989 B
XML
21 lines
989 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
geopy is a Python 2 and 3 client for several popular geocoding web services.
|
|
|
|
geopy makes it easy for Python developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other data sources.
|
|
|
|
geopy includes geocoder classes for the OpenStreetMap Nominatim, Google Geocoding API (V3), and many other geocoding services. The full list is available on the Geocoders doc section. Geocoder classes are located in geopy.geocoders.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="google-code">geopy</remote-id>
|
|
<remote-id type="pypi">geopy</remote-id>
|
|
<remote-id type="github">geopy/geopy</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|