2gis

2gis library for Python


License
BSD-3-Clause
Install
pip install 2gis==0.8.5

Documentation

python-2gis

Build Status

A Python library for accessing the 2gis API (http://api.2gis.ru).

Documentation: http://python-2gis.readthedocs.org

Versioning and API stability

API stability isn't guaranteed before 1.3 version. Library version always will match 2GIS API version.

Usage

Example

import dgis

client = dgis.API('client-API-key')

print client.project_list()
print client.city_list(project_id=11)

Contributing

If you want to contribute, follow the pep8 guideline.