LICENSE.txt
MANIFEST.in
README.md
better_exceptions_hook.pth
setup.cfg
setup.py
test_all.sh
better_exceptions/__init__.py
better_exceptions/__main__.py
better_exceptions/color.py
better_exceptions/context.py
better_exceptions/encoding.py
better_exceptions/formatter.py
better_exceptions/log.py
better_exceptions/repl.py
better_exceptions.egg-info/PKG-INFO
better_exceptions.egg-info/SOURCES.txt
better_exceptions.egg-info/dependency_links.txt
better_exceptions.egg-info/requires.txt
better_exceptions.egg-info/top_level.txt
better_exceptions/__pycache__/__init__.cpython-38.pyc
better_exceptions/__pycache__/__main__.cpython-38.pyc
better_exceptions/__pycache__/color.cpython-38.pyc
better_exceptions/__pycache__/context.cpython-38.pyc
better_exceptions/__pycache__/encoding.cpython-38.pyc
better_exceptions/__pycache__/formatter.cpython-38.pyc
better_exceptions/__pycache__/log.cpython-38.pyc
better_exceptions/__pycache__/repl.cpython-38.pyc
better_exceptions/integrations/__init__.py
better_exceptions/integrations/django.py
test/test.py
test/test_chaining.py
test/test_color.py
test/test_encoding.py
test/test_indentation_error.py
test/test_interactive.sh
test/test_interactive_raw.sh
test/test_logging.py
test/test_string.sh
test/test_syntax_error.py
test/test_truncating.py
test/test_truncating_disabled.py
test/test_unittest_patch.py
test/output/python3-dumb-UTF-8-color.out
test/output/python3-dumb-UTF-8-nocolor.out
test/output/python3-dumb-ascii-color.out
test/output/python3-dumb-ascii-nocolor.out
test/output/python3-vt100-UTF-8-color.out
test/output/python3-vt100-UTF-8-nocolor.out
test/output/python3-vt100-ascii-color.out
test/output/python3-vt100-ascii-nocolor.out
test/output/python3-xterm-UTF-8-color.out
test/output/python3-xterm-UTF-8-nocolor.out
test/output/python3-xterm-ascii-color.out
test/output/python3-xterm-ascii-nocolor.out
test/test_util/__init__.py
test/test_util/quiet_console.py