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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

Details for the file arcgis-sdk-0.0.12.tar.gz.

File metadata

File hashes

Hashes for arcgis-sdk-0.0.12.tar.gz
Algorithm Hash digest
SHA256 586606a2b18a96fc3a1b24b02dca21f3108a192f87f25083b93c842f2e89034a
MD5 92accf5fe9ea8690efdf4b5129a512bc
BLAKE2b-256 12f01d61033dc515436dd8cefe38614c5278b2c58f50ecc1aed2c725fd7f2e23

See more details on using hashes here.

File details

Details for the file arcgis_sdk-0.0.12-py2-none-any.whl.

File metadata

File hashes

Hashes for arcgis_sdk-0.0.12-py2-none-any.whl
Algorithm Hash digest
SHA256 9725e0f126141424fe5bf53632181d490ac88834815db34fe473b3c7950b353a
MD5 41aafd56ccb2d07440af5704d0c57097
BLAKE2b-256 a50e5edef0efb4a44ee47f16d7ecf7a4796de440812c62cc452450f2befd6a53

See more details on using hashes here.

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