Skip to main content

Python package to make it easy to use Isogeo REST API

Project description

Isogeo API Python SDK

PyPI PyPI - Python Version

Build Status

Documentation Status Code style: black

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

# close the session when you finish
isogeo.close()

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:

pip install --upgrade -r tests/requirements_test.txt
python -m unittest discover

Or using the included Powershell script:

.\tool_test_coverage.ps1

Build

To package and upload:

.\tool_build_upload.ps1

To build docs:

.\tool_docs_build.ps1

Project details


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-3.1.0.tar.gz (107.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

isogeo_pysdk-3.1.0-py3-none-any.whl (206.1 kB view details)

Uploaded Python 3

File details

Details for the file isogeo-pysdk-3.1.0.tar.gz.

File metadata

  • Download URL: isogeo-pysdk-3.1.0.tar.gz
  • Upload date:
  • Size: 107.7 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.33.0 CPython/3.6.8

File hashes

Hashes for isogeo-pysdk-3.1.0.tar.gz
Algorithm Hash digest
SHA256 7e3da125cd8a7405617d71ed69d9f5de6d4226b1eef1fb4b9381c41e7dbd1c52
MD5 37a76fd320f144d98b429bc857a21a2c
BLAKE2b-256 e488475121b6a2c5e9f1189afaf0207adc9d93af60f37a19e6ab5185ccb3519e

See more details on using hashes here.

File details

Details for the file isogeo_pysdk-3.1.0-py3-none-any.whl.

File metadata

  • Download URL: isogeo_pysdk-3.1.0-py3-none-any.whl
  • Upload date:
  • Size: 206.1 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.33.0 CPython/3.6.8

File hashes

Hashes for isogeo_pysdk-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 caa599b8bf3085414dcf715afe227646525150cf308b33398016fad8aee2e50e
MD5 80a146aa31e99a5c11d27898b4ee1445
BLAKE2b-256 f09bcaa379a1f1cd0667474273870e6bab61ed7f4ad9b1adde4db922f1df0af2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page