arcgis-sdk 0.0.12
pip install arcgis-sdk
Latest version
Released:
Python SDK for Arcgis API
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: mongkok
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: mongkok
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
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
Built Distribution
File details
Details for the file arcgis-sdk-0.0.12.tar.gz
.
File metadata
- Download URL: arcgis-sdk-0.0.12.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 586606a2b18a96fc3a1b24b02dca21f3108a192f87f25083b93c842f2e89034a |
|
MD5 | 92accf5fe9ea8690efdf4b5129a512bc |
|
BLAKE2b-256 | 12f01d61033dc515436dd8cefe38614c5278b2c58f50ecc1aed2c725fd7f2e23 |
File details
Details for the file arcgis_sdk-0.0.12-py2-none-any.whl
.
File metadata
- Download URL: arcgis_sdk-0.0.12-py2-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9725e0f126141424fe5bf53632181d490ac88834815db34fe473b3c7950b353a |
|
MD5 | 41aafd56ccb2d07440af5704d0c57097 |
|
BLAKE2b-256 | a50e5edef0efb4a44ee47f16d7ecf7a4796de440812c62cc452450f2befd6a53 |