Metadata-Version: 1.1
Name: structlog
Version: 0.1.0
Summary: Painless structural logging.
Home-page: http://github.com/hynek/structlog/
Author: Hynek Schlawack
Author-email: hs@ox.cx
License: Apache License, Version 2.0
Description: structlog: Structured Python Logging
        ====================================
        
        .. image:: https://travis-ci.org/hynek/structlog.png?branch=master
           :target: https://travis-ci.org/hynek/structlog
        
        .. image:: https://coveralls.io/repos/hynek/structlog/badge.png?branch=master
            :target: https://coveralls.io/r/hynek/structlog?branch=master
        
        
        
        
        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>`_.
        The full documentation is on `Read the Docs <https://structlog.readthedocs.org>`_.
        
        structlog targets Python 2.6, 2.7, 3.2, and 3.3 as well as PyPy with no additional dependencies for core functionality.
        
        For more information please refer to the `package documentation <https://structlog.readthedocs.org>`_.
        
        .. image:: https://d2weczhvl823v0.cloudfront.net/hynek/structlog/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
        
        .. :changelog:
        
        History
        -------
        
        0.1.0 (2013-09-12)
        ^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
        
        Authors
        -------
        
        structlog is written and maintained by `Hynek Schlawack <http://hynek.me/>`_.
        It’s inspired on previous work done by `Jean-Paul Calderone <http://as.ynchrono.us>`_ and `David Reid <http://dreid.org>`_.
        
        The following folks helped forming structlog into what it is now:
        
        - `Alex Gaynor <https://github.com/alex>`_
        - `Christopher Armstrong <https://github.com/radeex>`_
        - `Daniel Lindsley <https://github.com/toastdriven>`_
        - `David Reid <http://dreid.org>`_
        - `Donald Stufft <https://github.com/dstufft>`_
        - `Glyph <https://github.com/glyph>`_
        - `Holger Krekel <https://github.com/hpk42>`_
        - `Jack Pearkes <https://github.com/pearkes>`_
        - `Jean-Paul Calderone <http://as.ynchrono.us>`_
        - `Lynn Root <https://github.com/econchick>`_
        - `Noah Kantrowitz <https://github.com/coderanger>`_
        - `Tarek Ziadé <https://github.com/tarekziade>`_
        - `Thomas Heinrichsdobler <https://github.com/dertyp>`_
        - `Tom Lazar <https://github.com/tomster>`_
        
        Some of them disapprove of the addition of thread local context data. :)
        
        
        Third Party Code
        ^^^^^^^^^^^^^^^^
        
        The compatibility code that makes this software run on both Python 2 and 3 is heavily inspired and partly copy and pasted from the `MIT <http://choosealicense.com/licenses/mit/>`_-licensed `six <https://bitbucket.org/gutworth/six/>`_ by Benjamin Peterson.
        The only reason why it’s not used as a dependency is to avoid any runtime dependency in the first place.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
