Python package to make it easy to use Isogeo REST API
Project description
Isogeo API Python SDK
A Python package to use Isogeo REST API.
Getting API keys
API keys are required to use it. Send us your request by email.
Getting Help
There is a basic documentation about the Isogeo API.
Installing
To use:
pip install --user isogeo-pysdk
For developers:
git clone git@github.com:isogeo/isogeo-api-py-minsdk.git
cd isogeo-api-py-minsdk
python setup.py install
Quickstart
from isogeo_pysdk import Isogeo
# authenticate your client application
isogeo = Isogeo(client_id=app_id,
client_secret=app_secret)
# get the token
token = isogeo.connect()
# search within catalogs shared to the application
search = isogeo.search(token)
# print some statements
print(isogeo.SUBRESOURCES) # available sub resources
print("Search __dict__ keys: ", search.keys()) # search response basic structure
print("Search query parameters: ", search.get('query')) # search response query passed
print("Total count of metadatas shared: ", search.get("total")) # total of available resources
print("Count of resources got by request: {}\n".format(len(search.get("results")))) # total of resources returned by search request
Samples are available in the source repository.
For more details, please have a look to the documentation on Read the Docs.
Tests
Tests are performed for each published commit by Travis
To run tests:
pip install --upgrade -r tests/requirements_test.txt
python setup.py install
python -m unittest discover
Build
To package and upload:
.\build_upload.ps1
To build docs:
cd .\docs\
.\build_docs.ps1
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
isogeo-pysdk-2.20.3.tar.gz
(43.1 kB
view details)
Built Distribution
File details
Details for the file isogeo-pysdk-2.20.3.tar.gz
.
File metadata
- Download URL: isogeo-pysdk-2.20.3.tar.gz
- Upload date:
- Size: 43.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 036b442694e61fa12b39540415c2f8f2902c9349b806c5944822f002accd18f4 |
|
MD5 | f8f7274a14a0e41f347d0235f0e3dbdf |
|
BLAKE2b-256 | 924bb2efe6862b3f2e071eb1913668fecde9a0f316d90b162cd6b113c94a2c60 |
File details
Details for the file isogeo_pysdk-2.20.3-py2.py3-none-any.whl
.
File metadata
- Download URL: isogeo_pysdk-2.20.3-py2.py3-none-any.whl
- Upload date:
- Size: 39.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 394a9cd924ac016450c195c43a454e009d1777d7d468493f4f129c2634dfc8f2 |
|
MD5 | cc194109a11c72411faaff25ebf6ea3f |
|
BLAKE2b-256 | 94d78ed308e7a9598483ae750a53aaf26c8da4270751ac4f61ebe1f8c33ffe81 |