.coveragerc
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
LICENSE.apache2
LICENSE.mit
MANIFEST.in
README.rst
conftest.py
dev-requirements.txt
docs-requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/backward-compatibility.rst
docs/changelog.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/custom-wrappers.rst
docs/development.rst
docs/examples.rst
docs/getting-started.rst
docs/index.rst
docs/license.rst
docs/loggers.rst
docs/logging-best-practices.rst
docs/make.bat
docs/performance.rst
docs/processors.rst
docs/standard-library.rst
docs/thread-local.rst
docs/twisted.rst
docs/why.rst
docs/_static/.keep
docs/_static/console_renderer.png
docs/_static/structlog_logo.png
docs/_static/structlog_logo_small.png
docs/code_examples/twisted_echo.py
docs/code_examples/flask_/some_module.py
docs/code_examples/flask_/webapp.py
docs/code_examples/getting-started/imaginary_web.py
docs/code_examples/getting-started/imaginary_web_better.py
docs/code_examples/processors/conditional_dropper.py
docs/code_examples/processors/dropper.py
docs/code_examples/processors/timestamper.py
src/structlog/__init__.py
src/structlog/_base.py
src/structlog/_config.py
src/structlog/_frames.py
src/structlog/_generic.py
src/structlog/_loggers.py
src/structlog/_utils.py
src/structlog/dev.py
src/structlog/exceptions.py
src/structlog/processors.py
src/structlog/stdlib.py
src/structlog/threadlocal.py
src/structlog/twisted.py
src/structlog.egg-info/PKG-INFO
src/structlog.egg-info/SOURCES.txt
src/structlog.egg-info/dependency_links.txt
src/structlog.egg-info/not-zip-safe
src/structlog.egg-info/requires.txt
src/structlog.egg-info/top_level.txt
tests/__init__.py
tests/additional_frame.py
tests/test_base.py
tests/test_config.py
tests/test_dev.py
tests/test_frames.py
tests/test_generic.py
tests/test_loggers.py
tests/test_processors.py
tests/test_stdlib.py
tests/test_threadlocal.py
tests/test_twisted.py
tests/test_utils.py
tests/utils.py