| docs | |
|---|---|
| tests | |github-actions||codecov| |
| package | |version||wheel||supported-versions||supported-implementations| |
Python client library for interacting with the QUADS API
- Free software: GNU Lesser General Public License v3 (LGPLv3)
pip install quads-lib
You can also install the in-development version with:
pip install https://github.com/quadsproject/python-quads-lib/archive/development.zip
https://python-quads-lib.readthedocs.io/
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
| Command | PYTEST_ADDOPTS=--cov-append tox |
|---|