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
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 isogeo-pysdk-2.20.1.tar.gz.
File metadata
- Download URL: isogeo-pysdk-2.20.1.tar.gz
- Upload date:
- Size: 42.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
108a3cc5c8985ae2e96fa8fa0293fc3bcfca03c2ce21109de3d5d1fa9b0bb90d
|
|
| MD5 |
416bd64bc15b00d1f4c783531b46a306
|
|
| BLAKE2b-256 |
b9da040956948b594ec95d361c4c046a45448e92b902aac833f0e7c8c2bf0562
|
File details
Details for the file isogeo_pysdk-2.20.1-py2.py3-none-any.whl.
File metadata
- Download URL: isogeo_pysdk-2.20.1-py2.py3-none-any.whl
- Upload date:
- Size: 38.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
392410421412f6221e6512a6894cc66e6e248a3d19411156f4fc33f9e7066781
|
|
| MD5 |
3ce6a8d422882fca0d5ebce4be55b6ad
|
|
| BLAKE2b-256 |
252e0fe604179307b8f352653ee72accdcf667f8d415182070e703dfde53ab0c
|