:orphan:

structlog makes structured logging in Python easy by *augmenting* your *existing* logger.
It's licensed under the permissive `Apache License, version 2 <http://choosealicense.com/licenses/apache/>`_, available from `PyPI <https://pypi.python.org/pypi/structlog/>`_, and the source code can be found on `GitHub <https://github.com/hynek/structlog>`_.

Full documentation can be found at `https://www.structlog.org/ <https://www.structlog.org>`_.
Find out what’s new from the `changelog <https://www.structlog.org/en/latest/changelog.html>`_!

structlog targets Python 2.6, 2.7, 3.2, and 3.3 as well as PyPy with no additional dependencies for core functionality.

If you need any help, visit us on ``#structlog`` on `Freenode <http://freenode.net>`_!
