Python SDK for Arcgis API
Project description
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
Release history Release notifications | RSS feed
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.9.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arcgis-sdk-0.0.9.tar.gz.
File metadata
- Download URL: arcgis-sdk-0.0.9.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6476dcb37e83f301e127697bdea51043a63bf9031d89f5bd4b9206cd9f30ed8
|
|
| MD5 |
cabd8bf542bf48dbdd6653f87d52a132
|
|
| BLAKE2b-256 |
8683dfe645da2a729d91fdb24084d78adc25b861d8c93772350c74575a0a31e6
|
File details
Details for the file arcgis_sdk-0.0.9-py3-none-any.whl.
File metadata
- Download URL: arcgis_sdk-0.0.9-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0aaff795b4d0a2cc164199dea3019129f6d261fe82b1f275700f21b1df22e6e1
|
|
| MD5 |
3ca9999b085bf603b4841c59fda96dcc
|
|
| BLAKE2b-256 |
4e593e92a36193f0a7b22c025111c6b4b984347f0e7371d3f03b1b69c09cbaa6
|