docs | |
---|---|
tests | |
package |
A package for reading, manipulating and eventually writing files output from TICRA Tools GRASP and CHAMP software using numpy etc.
- Free software: MIT license
pip install python-graspfile
You can also install the latest release candidate version with:
pip install --index-url https://test.pypi.org/simple/ python-graspfile
You can install the latest in-development version with:
pip install https://github.com/Smithsonian/python-graspfile/archive/master.zip
https://python-graspfile.readthedocs.io/
To run the all 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 |