.bumpversion.cfg
.coveragerc
.editorconfig
.gitreview
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/quads_lib.rst
rpm/quads-lib.spec
src/quads_lib/__init__.py
src/quads_lib/base.py
src/quads_lib/decorators.py
src/quads_lib/exceptions.py
src/quads_lib/quads.py
src/quads_lib.egg-info/PKG-INFO
src/quads_lib.egg-info/SOURCES.txt
src/quads_lib.egg-info/dependency_links.txt
src/quads_lib.egg-info/not-zip-safe
src/quads_lib.egg-info/requires.txt
src/quads_lib.egg-info/top_level.txt
tests/test_quads.py