.coveragerc
.editorconfig
.gitignore
.pylintrc
.travis.yml
CHANGELOG.rst
CI_REQUIREMENTS.txt
LICENSE
MANIFEST.in
README.rst
TODO.md
_config.yml
appveyor.yml
build_requirements.txt
pytest.ini
requirements.txt
setup.cfg
setup.py
tox.ini
.idea/codeStyleSettings.xml
.idea/dictionaries/penguinolog.xml
.idea/inspectionProfiles/Project_Default.xml
doc/Makefile
doc/make.bat
doc/source/PrettyFormat.rst
doc/source/conf.py
doc/source/index.rst
doc/source/logwrap.rst
doc/source/_static/.gitkeep
docs/index.md
logwrap/__init__.c
logwrap/__init__.py
logwrap/_class_decorator.c
logwrap/_class_decorator.py
logwrap/_log_wrap2.py
logwrap/_log_wrap3.py
logwrap/_log_wrap_shared.c
logwrap/_log_wrap_shared.py
logwrap/_repr_utils.c
logwrap/_repr_utils.py
logwrap.egg-info/PKG-INFO
logwrap.egg-info/SOURCES.txt
logwrap.egg-info/dependency_links.txt
logwrap.egg-info/not-zip-safe
logwrap.egg-info/requires.txt
logwrap.egg-info/top_level.txt
test/test_log_wrap.py
test/test_log_wrap_py3.py
test/test_log_wrap_py35.py
test/test_pretty_str.py
test/test_repr_utils.py
tools/build-wheels.sh
tools/build.cmd
tools/run_docker.sh