| docs | |
|---|---|
| tests | |
| package |
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 |
|---|