Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

malcolm-dsider/python-geophires-x

Repository files navigation

Overview

Distributable python package version of GEOPHIRES-X.

Ported from https://github.com/malcolm-dsider/GEOPHIRES-X using https://github.com/ionelmc/cookiecutter-pylibrary/.

  • Free software: MIT license
tests
package

Installation

Install the in-development version with:

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

(Eventually package will be published to PyPi, enabling pip install geophires-x)

Documentation

See https://github.com/softwareengineerprogrammer/python-geophires-x/blob/main/tests/test_geophires_x.py for example usage

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

About

Distributable python package version of GEOPHIRES-X

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages