Skip to content

Latest commit

 

History

History
83 lines (55 loc) · 2.12 KB

File metadata and controls

83 lines (55 loc) · 2.12 KB

Overview

docs Documentation Status
tests GitHub Actions Build Status Coverage Status
package PyPI Package latest release PyPI Wheel Supported versions Supported implementations

Python client library for interacting with the QUADS API

  • Free software: GNU Lesser General Public License v3 (LGPLv3)

Installation

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

Documentation

https://python-quads-lib.readthedocs.io/

Development

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