.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
readthedocs.yml
tox.ini
.config/requirements.txt
.github/CODEOWNERS
.github/FUNDING.yml
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/ack.yml
.github/workflows/push.yml
.github/workflows/release.yml
.github/workflows/tox.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
man/.gitignore
man/ansi2html.1.txt
man/asciidoc.conf
src/ansi2html/__init__.py
src/ansi2html/__main__.py
src/ansi2html/_version.py
src/ansi2html/converter.py
src/ansi2html/py.typed
src/ansi2html/style.py
src/ansi2html/util.py
src/ansi2html.egg-info/PKG-INFO
src/ansi2html.egg-info/SOURCES.txt
src/ansi2html.egg-info/dependency_links.txt
src/ansi2html.egg-info/entry_points.txt
src/ansi2html.egg-info/requires.txt
src/ansi2html.egg-info/top_level.txt
tests/ansicolor.html
tests/ansicolor.txt
tests/ansicolor_eix.html
tests/ansicolor_eix.txt
tests/produce_headers.txt
tests/test_ansi2html.py