Overview

tests


package

GEOPHIRES service SDK

Free software: MIT license

Installation

Install the in-development version with:

pip install https://github.com/softwareengineerprogrammer/python-geophires-service-sdk/archive/main.zip

(Package may eventually be published to PyPi, enabling pip install geophires-service-sdk)

Documentation

See example usage in https://github.com/softwareengineerprogrammer/python-geophires-service-sdk/blob/main/tests/test_geophires_service_sdk.py. You will need to provide an endpoint running https://github.com/softwareengineerprogrammer/python-geophires-x

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox