January 8, 2007
[Daniel] mapit 1.0
Along with the new Software area, I've just released a module for Python called mapit.The purpose is to provide simple Google Maps (and potentially Yahoo! Maps/MSN Live Maps) API for Python applications. This makes generating a Google Map simple, requiring only an API key from Google and your own website. An example of the usage is available on the mapit page.
This module can be installed either manually (download, extract, "python setup.py install") or via easy_install ("easy_install mapit").
It's been awhile since I released any new standalone software and creating an official Python package was interesting, though (thankfully) not very difficult.
Permalink
|
Comments (0)

