/sdk

Software Development Kit for the DeepMap API.

Primary LanguagePythonApache License 2.0Apache-2.0

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'.

_______________________________________________________________________________