Metadata-Version: 1.1
Name: structlog
Version: 0.4.0
Summary: Painless structural logging.
Home-page: http://www.structlog.org/
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 allows you to split your log entries up into key/value pairs and build them incrementally without annoying boilerplate code.
        
        It's licensed under `Apache License, version 2 <http://choosealicense.com/licenses/apache/>`_, available from `PyPI <https://pypi.python.org/pypi/structlog/>`_, the source code can be found on `GitHub <https://github.com/hynek/structlog>`_, the documentation at `http://www.structlog.org/ <http://www.structlog.org>`_.
        
        structlog targets Python 2.6, 2.7, 3.2, 3.3, and PyPy with no additional dependencies for core functionality.
        
        If you need any help, visit us on ``#structlog`` on `Freenode <http://freenode.net>`_!
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
