Skip to main content

API wrapper for the Isogeo REST API

Project description

Isogeo API Python SDK

PyPI PyPI - Python Version

Build Status Azure DevOps coverage

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 and the extension requests-oauthlib.

Documentation

Usage in a nutshell

python -m pip install --user isogeo-pysdk
# or using pipenv
python -m 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 query parameters: ", search.query)
print("Total count of metadatas shared: ", search.total)
print("Count of resources got by request: {}\n".format(len(search.results)))

# 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:

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

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.5.1.tar.gz (118.1 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.5.1-py3-none-any.whl (219.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: isogeo-pysdk-3.5.1.tar.gz
  • Upload date:
  • Size: 118.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for isogeo-pysdk-3.5.1.tar.gz
Algorithm Hash digest
SHA256 4cfb3a4f0850a6035e671b2a93d8c8eb82f4fbf6237efa49d6d85bdc7f1f0b3f
MD5 95050ec97f4be0217184fbcfa85868ab
BLAKE2b-256 59174b0c5e368c3539c4e973bb4d84ae442f704171bbbd4a38aade29829eac31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: isogeo_pysdk-3.5.1-py3-none-any.whl
  • Upload date:
  • Size: 219.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for isogeo_pysdk-3.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b749550cafcbab964694747ff46bcae62e50f99196443728a21cf52abd9eef7e
MD5 7ea17fc6ee8492b361390b1d0638f623
BLAKE2b-256 3e11f2b03085a452e57370012243f16699a27d38597a23852a598f8596602d7e

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