.coveragerc
.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yml
mypy.ini
pyproject.toml
readthedocs.yml
setup.cfg
tox.ini
.github/CODEOWNERS
.github/release-drafter.yml
.github/workflows/labels.yml
.github/workflows/release-drafter.yml
.github/workflows/release.yml
.github/workflows/tox.yml
ansi2html/__init__.py
ansi2html/__main__.py
ansi2html/converter.py
ansi2html/style.py
ansi2html/util.py
ansi2html.egg-info/PKG-INFO
ansi2html.egg-info/SOURCES.txt
ansi2html.egg-info/dependency_links.txt
ansi2html.egg-info/entry_points.txt
ansi2html.egg-info/not-zip-safe
ansi2html.egg-info/requires.txt
ansi2html.egg-info/top_level.txt
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
tests/ansicolor.html
tests/ansicolor.txt
tests/ansicolor_eix.html
tests/ansicolor_eix.txt
tests/produce_headers.txt
tests/test_ansi2html.py