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.8.4.tar.gz (168.2 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.8.4-py3-none-any.whl (222.8 kB view details)

Uploaded Python 3

File details

Details for the file isogeo_pysdk-3.8.4.tar.gz.

File metadata

  • Download URL: isogeo_pysdk-3.8.4.tar.gz
  • Upload date:
  • Size: 168.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for isogeo_pysdk-3.8.4.tar.gz
Algorithm Hash digest
SHA256 57255e365efac51e0844004cb2c001e7cbf25ca5bf3a1fb4371cba81042a9ba0
MD5 bce8d3e54a29eb959e07b5a80089a8d4
BLAKE2b-256 4dca5ec77271508d7226e73ec24e16b3482c0011a057899c92a87642c645736b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: isogeo_pysdk-3.8.4-py3-none-any.whl
  • Upload date:
  • Size: 222.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for isogeo_pysdk-3.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 41c755d9b40bee6a6e0b0b051631dd6737dcb39cea7c9b4b05e0d2f4b5b28db3
MD5 f2ed7d651e806a4b52b132c23563463e
BLAKE2b-256 81064957c5d8653e8c344bcff72c86257ee7e855de76694c0057c36daa2bfd4a

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