.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
README.rst
fabfile.py
pyproject.toml
.devcontainer/devcontainer.json
.devcontainer/init.bash
.github/dependabot.yml
.github/workflows/main.yml
.vscode/extensions.json
.vscode/settings.json
docs/.gitkeep
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/_static/.gitkeep
docs/_static/pre-formatter-applied.png
docs/_static/pre-formatter-not-applied.png
docs/_static/snapshot1.png
docs/_templates/.gitkeep
src/gouge/__init__.py
src/gouge/colourcli.py
src/gouge/filters.py
src/gouge/parseable.py
src/gouge/preformatters.py
src/gouge/py.typed
src/gouge.egg-info/PKG-INFO
src/gouge.egg-info/SOURCES.txt
src/gouge.egg-info/dependency_links.txt
src/gouge.egg-info/requires.txt
src/gouge.egg-info/top_level.txt
test/test_caplog.py
test/test_coloring.py
test/test_colourcli.py
test/test_preformatter.py
test/test_shifting_filter.py