A Python library for accessing the 2gis API (http://api.2gis.ru).
Documentation: http://python-2gis.readthedocs.org
API stability isn't guaranteed before 1.3 version. Library version always will match 2GIS API version.
import dgis
client = dgis.API('client-API-key')
print client.project_list()
print client.city_list(project_id=11)
If you want to contribute, follow the pep8 guideline.