summaryrefslogtreecommitdiffstats
path: root/python/geopy/README
diff options
context:
space:
mode:
author csokol <chico.sokol@gmail.com>2011-08-07 12:17:41 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-08-07 12:17:41 -0300
commit82e3592b934a6898f89d5616dd3096059803625f (patch)
treeed7340516df8728137e07679aeae7ac1b5c0adfb /python/geopy/README
parent78b753cc64a3df3ce616478d76eb524ffb2fea9a (diff)
downloadslackbuilds-82e3592b934a6898f89d5616dd3096059803625f.tar.gz
slackbuilds-82e3592b934a6898f89d5616dd3096059803625f.tar.xz
python/geopy: Added (A Geocoding Toolbox for Python)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/geopy/README')
-rw-r--r--python/geopy/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/geopy/README b/python/geopy/README
new file mode 100644
index 0000000000..c6685aced9
--- /dev/null
+++ b/python/geopy/README
@@ -0,0 +1,11 @@
+geopy makes it easy for developers to locate the coordinates of addresses,
+cities, countries, and landmarks across the globe using third-party
+geocoders and other data sources, such as wikis.
+
+geopy currently includes support for six geocoders: Google Maps, Yahoo!
+Maps, Windows Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki
+pages (with the GIS extension), and Semantic MediaWiki pages.
+
+See http://code.google.com/p/geopy/wiki/GettingStarted for more details.
+
+This requires pysetuptools.