Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 2.01 KB

README.rst

File metadata and controls

87 lines (55 loc) · 2.01 KB

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