Metadata-Version: 2.2
Name: quads-lib
Version: 0.0.1
Summary: Python client library for interacting with the QUADS API
Home-page: https://github.com/quadsproject/python-quads-lib
Author: Gonzalo Rafuls
Author-email: gonza@redhat.com
License: LGPL-3.0-only
Project-URL: Documentation, https://python-quads-lib.readthedocs.io/
Project-URL: Changelog, https://python-quads-lib.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/quadsproject/python-quads-lib/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS.rst
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

========
Overview
========



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/main.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:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    * - Command
      - ``PYTEST_ADDOPTS=--cov-append tox``


Changelog
=========

0.0.0 (2025-01-07)
------------------

* First release on PyPI.
