All Projects → svartalf → Python 2gis

svartalf / Python 2gis

Licence: bsd-3-clause
A Python library for accessing the 2gis API

Programming Languages

python
139335 projects - #7 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].