.coveragerc
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
.github/CODEOWNERS
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bugfix.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/enhancement.md
.github/ISSUE_TEMPLATE/hotfix.md
.github/workflows/build-and-release-to-pypi.yml
.github/workflows/check-rst-documentation.yml
.github/workflows/ci.yml
.github/workflows/pre-commit.yml
.github/workflows/pypi-pipeline.yml
.packageit/packageit.ini
.packageit/release.toml
docs/Makefile
docs/make.bat
docs/requirements_docs.txt
docs/source/Installation.rst
docs/source/api.rst
docs/source/conf.py
docs/source/conventions.rst
docs/source/examples.rst
docs/source/faq.rst
docs/source/index.rst
src/DisplayFX.egg-info/PKG-INFO
src/DisplayFX.egg-info/SOURCES.txt
src/DisplayFX.egg-info/dependency_links.txt
src/DisplayFX.egg-info/requires.txt
src/DisplayFX.egg-info/top_level.txt
src/displayfx/README_body.rst
src/displayfx/__init__.py
src/displayfx/displayfx.log
src/displayfx/displayfx.py
tests/conftest.py
tests/test_displayfx.py