Metadata-Version: 1.1
Name: zLOG
Version: 3.0
Summary: A general logging facility
Home-page: http://pypi.python.org/pypi/zLOG
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ``zLOG`` 
        ========
        
        This package provides a general logging facility that, at this point,
        is just a small shim over Python's logging module.  Therefore, unless
        you need to support a legacy package from the Zope 2 world, you're
        probably better off using Python's logging module.
        
        
        Changelog
        =========
        
        3.0 (2016-04-03)
        ----------------
        
        - Add coverage testing.
        
        - Add Python 3.3 - 3.5 compatibility.
        
        - Declare currently-supported Python versions, and test them.
        
        - Normalize package structure (``README.rst``, ``CHANGES.rst``). Synthesize
          package description from README.rst and CHANGES.rst.
        
        - Use nose for testing instead of zope.testrunner and test
          for 100% test coverage.
        
        2.12.0 (2012-08-30)
        -------------------
        
        - Rely on refactored base class from ``ZConfig`` for testing logging.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope2
