python-graspfile

A package for reading, manipulating and eventually writing files output from TICRA Tools GRASP and CHAMP software using numpy etc.


License
MIT
Install
pip install python-graspfile==0.4.1

Documentation

Overview

docs Doc Build Status
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

Installation

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

Documentation

https://python-graspfile.readthedocs.io/

Development

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