ddai00bit / sdk

Software Development Kit for the DeepMap API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The DeepMap Software Development Kit

An SDK providing example wrappers for making requests to the DeepMap API.
'deepmap_sdk_example.py' provides example calls to the API. 'auth.py',
'maps.py', 'tiles.py', and 'users.py' provide functions for creating the
headers, payloads, and URL for their corresponding API endpoints in the Auth,
Maps, Tiles, and Users APIs.

_______________________________________________________________________________
Installation

If installing from pulled source code, run 'pip install .' on the directory
containing 'setup.py'.

Pull from GitHub with 'git clone https://github.com/deepmap/sdk.git'.

The SDK will eventually be published to the PyPI and installable with
'pip install deepmap-sdk'.

_______________________________________________________________________________

About

Software Development Kit for the DeepMap API.

License:Apache License 2.0


Languages

Language:Python 100.0%