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.6.tar.gz
(3.9 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.6.tar.gz.
File metadata
- Download URL: arcgis-sdk-0.0.6.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6945f7ae333d6f5dc24f0ef205ffcd372fb8ffec85872f1635fded58332f0791
|
|
| MD5 |
9c59558a0a7d589fec6fe0c0b440f6ae
|
|
| BLAKE2b-256 |
9c91e61e63dea24138df761af70636d16e62373a1f74984539f93a0509b8b2d6
|
File details
Details for the file arcgis_sdk-0.0.6-py2-none-any.whl.
File metadata
- Download URL: arcgis_sdk-0.0.6-py2-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc0dd5bcf312031f90f5e3f35196a6dd2e9579064c68b4fda89d28e589c45587
|
|
| MD5 |
e380d923fc1b80c52c1a740ce23b813f
|
|
| BLAKE2b-256 |
0fd874e0becf81b44055fe277bbf2c391a9bdd6256d5b66da23cf3571c38bc54
|