.gitignore
.markdownlint.yaml
DEVELOPING.md
LICENSE.md
Makefile
README.md
indifferent.code-workspace
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/pre-release.yml
.github/workflows/release.yml
.vscode/extensions.json
.vscode/settings.json
docs/.buildinfo
docs/.buildinfo.bak
docs/.nojekyll
docs/genindex.html
docs/index.html
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/_modules/index.html
docs/_modules/indifferent.html
docs/_sources/index.rst.txt
docs/_static/_sphinx_javascript_frameworks_compat.js
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/sphinx_highlight.js
docs/_static/style.css
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_static/css/fonts/fontawesome-webfont.eot
docs/_static/css/fonts/fontawesome-webfont.svg
docs/_static/css/fonts/fontawesome-webfont.ttf
docs/_static/css/fonts/fontawesome-webfont.woff
docs/_static/css/fonts/fontawesome-webfont.woff2
docs/_static/css/fonts/lato-bold-italic.woff
docs/_static/css/fonts/lato-bold-italic.woff2
docs/_static/css/fonts/lato-bold.woff
docs/_static/css/fonts/lato-bold.woff2
docs/_static/css/fonts/lato-normal-italic.woff
docs/_static/css/fonts/lato-normal-italic.woff2
docs/_static/css/fonts/lato-normal.woff
docs/_static/css/fonts/lato-normal.woff2
docs/_static/fonts/Lato/lato-bold.eot
docs/_static/fonts/Lato/lato-bold.ttf
docs/_static/fonts/Lato/lato-bold.woff
docs/_static/fonts/Lato/lato-bold.woff2
docs/_static/fonts/Lato/lato-bolditalic.eot
docs/_static/fonts/Lato/lato-bolditalic.ttf
docs/_static/fonts/Lato/lato-bolditalic.woff
docs/_static/fonts/Lato/lato-bolditalic.woff2
docs/_static/fonts/Lato/lato-italic.eot
docs/_static/fonts/Lato/lato-italic.ttf
docs/_static/fonts/Lato/lato-italic.woff
docs/_static/fonts/Lato/lato-italic.woff2
docs/_static/fonts/Lato/lato-regular.eot
docs/_static/fonts/Lato/lato-regular.ttf
docs/_static/fonts/Lato/lato-regular.woff
docs/_static/fonts/Lato/lato-regular.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
docs/_static/js/badge_only.js
docs/_static/js/theme.js
docs/_static/js/versions.js
docsrc/Makefile
docsrc/conf.py
docsrc/index.rst
docsrc/make.bat
docsrc/_static/style.css
docsrc/_templates/layout.html
docsrc/img/indifferent.jpg
docsrc/img/page.jpg
docsrc/img/table.jpg
img/indifferent.jpg
img/page.jpg
img/table.jpg
src/indifferent/__init__.py
src/indifferent/indifferent.py
src/indifferent.egg-info/PKG-INFO
src/indifferent.egg-info/SOURCES.txt
src/indifferent.egg-info/dependency_links.txt
src/indifferent.egg-info/requires.txt
src/indifferent.egg-info/top_level.txt
tests/conftest.py
tests/create_permutation_tests.py
tests/test_backfill.py
tests/test_base_revision_comparison.py
tests/test_bbcode.py
tests/test_compare.py
tests/test_format_html.py
tests/test_format_stats.py
tests/test_format_table.py
tests/test_forward_fill.py
tests/test_get_match.py
tests/test_safe_html.py
tests/test_split_text.py
tests/test_stats.py
tests/permutations/README.md
tests/permutations/test_permutations_bbcode.py
tests/permutations/test_permutations_formatted_stats.py
tests/permutations/test_permutations_html.py
tests/permutations/test_permutations_html_inline.py
tests/permutations/test_permutations_html_page.py
tests/permutations/test_permutations_html_page_inline.py
tests/permutations/test_permutations_html_page_internal.py
tests/permutations/test_permutations_raw.py
tests/permutations/test_permutations_raw_table.py
tests/permutations/test_permutations_stats.py
tests/permutations/test_permutations_table.py