Skip to content

Latest commit

 

History

History
91 lines (60 loc) · 2.24 KB

File metadata and controls

91 lines (60 loc) · 2.24 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 development version with:

pip install https://github.com/quadsproject/python-quads-lib/archive/development.zip

RPM Installation

For Fedora Linux:

dnf copr enable quadsdev/python3-quads -y
dnf install quads-lib

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