Skip to main content

Python package to make it easy to use Isogeo REST API

Project description

PyPI version Travis build status Codecov - Coverage status Documentation Status Python 2.7.x compatiblity Python 3.4.x compatiblity Python 3.5.x compatiblity Python 3.6.x compatiblity

Isogeo API Python SDK

A Python package to use Isogeo REST API.

Getting API keys

API keys are required to use it. Send us your request by email.

Getting Help

There is a basic documentation about the Isogeo API.

Installing

To use:

pip install --user isogeo-pysdk

For developers:

git clone git@github.com:isogeo/isogeo-api-py-minsdk.git
cd isogeo-api-py-minsdk
python setup.py install

Quickstart

from isogeo_pysdk import Isogeo

# authenticate your client application
isogeo = Isogeo(client_id=app_id,
                client_secret=app_secret)

# get the token
token = isogeo.connect()

# search within catalogs shared to the application
search = isogeo.search(token)

# print some statements
print(isogeo.SUBRESOURCES)  # available sub resources
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.

For more details, please have a look to the documentation on Read the Docs.

Tests

Tests are performed for each published commit by Travis

To run tests:

pip install --upgrade -r tests/requirements_test.txt
python setup.py install
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-2.20.4.tar.gz (43.9 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-2.20.4-py2.py3-none-any.whl (40.5 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: isogeo-pysdk-2.20.4.tar.gz
  • Upload date:
  • Size: 43.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6

File hashes

Hashes for isogeo-pysdk-2.20.4.tar.gz
Algorithm Hash digest
SHA256 47d3d6b12188c1a265fde210c1acd9856dc5d3c3465936dcb4d20c29844f4d9e
MD5 ebd874904232668d10facaef8007ec24
BLAKE2b-256 a09f8e1b94d02f1aaf49e0b59e686920c5ecbb62a85afdbb50e5f10d69b49a4d

See more details on using hashes here.

File details

Details for the file isogeo_pysdk-2.20.4-py2.py3-none-any.whl.

File metadata

  • Download URL: isogeo_pysdk-2.20.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 40.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6

File hashes

Hashes for isogeo_pysdk-2.20.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 871df63b973b7c03951ba8f308be525afe94b4676037e66725f4edc555567b42
MD5 0bc78e6f3d6e05c25e3f8185dd909cd2
BLAKE2b-256 fd88cd4cad502e7192339b5c79d29789a8864c9c35212329f8a32a98a9d55463

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