Files
guru/dev-python/geopy/metadata.xml
Andrew Ammerlaan 7fb34bed27 dev-python/geopy: version bump 2.0.0, add py3.9
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
2020-12-18 18:46:08 +01:00

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>