public
Fork of rtyler/pyve
Description: Python Virtual Earth client for using Microsoft Virtual Earth web services
Homepage: http://www.slide.com
Clone URL: git://github.com/slideinc/pyve.git
R. Tyler Ballance (author)
Thu Apr 23 15:29:52 -0700 2009
commit  64f6b2b061d1b5b4b0a0ca0b9b03ca331d143931
tree    fe4a0f39d64966e70fb25de31a569bacd8014d6f
parent  2c745bec989544f57f58a688e2665c78871de444
pyve /
name age message
file .gitignore Mon Apr 06 15:39:18 -0700 2009 Add tiny gitignore Signed-off-by: R. Tyler Bal... [R. Tyler Ballance]
file AUTHORS Mon Apr 06 18:33:45 -0700 2009 Add a bit of documentation, LICENSE and AUTHORS... [R. Tyler Ballance]
file Geocoder.py Wed Apr 08 16:35:49 -0700 2009 Remove silly print statement Signed-off-by: R.... [R. Tyler Ballance]
file GetToken.py Tue Apr 07 19:21:51 -0700 2009 Instead of destroying the process when we can't... [Tyler Ballance]
file LICENSE Tue Apr 07 15:13:20 -0700 2009 Test commit >_< [R. Tyler Ballance]
file README.markdown Tue Apr 07 13:29:41 -0700 2009 Update the README, mostly just a token commit t... [R. Tyler Ballance]
file __init__.py Tue Apr 07 15:39:01 -0700 2009 Add __init__.py so pyve can be imported as a mo... [Tyler Ballance]
file geodecode.py Tue Apr 07 16:13:20 -0700 2009 Add modelines for Vim Signed-off-by: Tyler Bal... [Tyler Ballance]
directory production/ Thu Apr 23 15:29:52 -0700 2009 Add production WSDL stubs generated with wsdl2p... [R. Tyler Ballance]
directory staging/ Mon Apr 06 15:37:19 -0700 2009 Move GeocodeService into staging Signed-off-by... [R. Tyler Ballance]
directory tests/ Tue Apr 07 18:57:31 -0700 2009 Add support for "forward" geocoding, i.e. findi... [R. Tyler Ballance]
README.markdown

PyVE - The Python Virtual Earth Client

PyVE is intended on being a fully-formed SOAP client for the Virtual Earth API from Microsoft.

Prequisites

Status

Currently PyVE only really supports reverse geocoding, but the basic bits to set up Virtual Earth calls should exist.