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.8.tar.gz
(6.0 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.8.tar.gz.
File metadata
- Download URL: arcgis-sdk-0.0.8.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be223b6b5e1ecec0d103451a31de58e80c42af0a099c982f52c32977bc3aed39
|
|
| MD5 |
acfb8b089a06d180bf0ed9b1769dee06
|
|
| BLAKE2b-256 |
91409a5d02d8ba34ad441e1a807591c64795e407fd9139cfe4185a4bae64fda3
|
File details
Details for the file arcgis_sdk-0.0.8-py3-none-any.whl.
File metadata
- Download URL: arcgis_sdk-0.0.8-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cb0b9668b359ab319360fee459d7e1e495c8dcf3a0e8a31c99cd76f90eaa0f0
|
|
| MD5 |
ec47cb1f603365fac89b870d5360e79d
|
|
| BLAKE2b-256 |
71e7559a5e5499f676ed96d702770682ec16e5678768172e7c886425089893e5
|