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.
Requirements
Isogeo API requires oAuth2 authentication. To obtain credentials, send us your request by email projects+api@isogeo.com.
Based on the well known requests package.
Documentation
Usage in a nutshell
pip install --user isogeo-pysdk
# using pipenv
pipenv install isogeo-pysdk
Quickstart
from isogeo_pysdk import Isogeo
# authenticate your client application
isogeo = Isogeo(client_id=app_id,
client_secret=app_secret)
# get the token
isogeo.connect()
# search within catalogs shared to the application
search = isogeo.search()
# print some statements
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 <https://github.com/isogeo/isogeo-api-py-minsdk/tree/master/isogeo_pysdk/samples>_.
Tests
Tests are performed for each published commit:
- by Travis
- by Azure Pipelines
pip install --upgrade -r tests/requirements_test.txt
python -m unittest discover
Or using the included Powershell script:
.\tool_test_coverage.ps1
Coverage
Test coverage is published on codecov.io.
Build
To package and upload:
.\tool_build_upload.ps1
To build docs:
.\tool_docs_build.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.21.1.tar.gz.
File metadata
- Download URL: isogeo-pysdk-2.21.1.tar.gz
- Upload date:
- Size: 31.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b49f758e17bc19e5c5465a9948f655ee31142da88db0ce849abc554401f043b6
|
|
| MD5 |
b24c710a96b36cffb17cf499a8c0a51e
|
|
| BLAKE2b-256 |
e375a49da5e6d334b0068d1e4daef3b9b817679fff9a0330fb0dd0a2b5f05818
|
File details
Details for the file isogeo_pysdk-2.21.1-py3-none-any.whl.
File metadata
- Download URL: isogeo_pysdk-2.21.1-py3-none-any.whl
- Upload date:
- Size: 53.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a075ec22fd7414ac529e8dfed58182121238a521fe740cb641b3a7f252bb693b
|
|
| MD5 |
b934c3eecd14420d7a726bf3899fb715
|
|
| BLAKE2b-256 |
2d8fc8178d5d4dba128acdad34f4e775012e86e895e71014c35ef9a5321b74a3
|