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

Uploaded Source

Built Distribution

isogeo_pysdk-3.9.0-py3-none-any.whl (224.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: isogeo_pysdk-3.9.0.tar.gz
  • Upload date:
  • Size: 174.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for isogeo_pysdk-3.9.0.tar.gz
Algorithm Hash digest
SHA256 c4e02dabced911451f11e8ed3404a986726f548733d9f52341af9563e96c206b
MD5 6a6a2ee0b27700a9ee32e097ee7559f5
BLAKE2b-256 55dc474583eeee0d2bbd183abdd900c268ccf245f7771f508ae1ef470bc0487f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: isogeo_pysdk-3.9.0-py3-none-any.whl
  • Upload date:
  • Size: 224.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for isogeo_pysdk-3.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b7a8557dd87c6d3e2c8594896ee24d4ad652916e8a8658183382a43b47a04e36
MD5 95af2fc231541d58aa016261196ef05b
BLAKE2b-256 9e628333d6cd61f258ffd8fe23893e770ffbcb3d8f1e622d61d20c0a86ce25a0

See more details on using hashes here.

Supported by

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