Skip to content

deepmap/sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages