Skip to main content

Python SDK for Arcgis API

Project description

Pypi Wheel Build Status Codecov Code Climate

Python SDK for Arcgis API

Installation

Install from Pypi.

pip install arcgis-sdk

Quick start

Client

>>> import arcgis_sdk
>>> client = arcgis_sdk.ArcgisAPI('access_token')
>>> client.self()

Exceptions

>>> try:
...     client.add_item(
...         username='mongkok',
...         title='my item',
...         type='Web Mapping Application'
...     )
... except arcgis_sdk.ArcgisAPIError as err:
...     print(err.message)

Refresh the token

>>> client.refresh_token('client_id', 'refresh_token')

Tests

make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arcgis-sdk-0.0.12.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

arcgis_sdk-0.0.12-py2-none-any.whl (4.7 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page