Python Virtual Earth client for using Microsoft Virtual Earth web services
Go to file
R. Tyler Ballance 64f6b2b061 Add production WSDL stubs generated with wsdl2py
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
2009-04-23 15:29:52 -07:00
production Add production WSDL stubs generated with wsdl2py 2009-04-23 15:29:52 -07:00
staging
tests Add support for "forward" geocoding, i.e. finding the lat/long and other details via the Virtual Earth API 2009-04-07 18:57:31 -07:00
.gitignore Add tiny gitignore 2009-04-06 15:39:18 -07:00
AUTHORS Add a bit of documentation, LICENSE and AUTHORS file 2009-04-06 18:33:45 -07:00
Geocoder.py Remove silly print statement 2009-04-08 16:35:49 -07:00
GetToken.py Instead of destroying the process when we can't import, we'll just re-raise 2009-04-07 19:21:51 -07:00
LICENSE Test commit >_< 2009-04-07 15:13:20 -07:00
README.markdown Update the README, mostly just a token commit to test something 2009-04-07 13:29:41 -07:00
__init__.py Add __init__.py so pyve can be imported as a module 2009-04-07 15:39:01 -07:00
geodecode.py Add modelines for Vim 2009-04-07 16:13:20 -07:00

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.