Metadata-Version: 1.0
Name: pyramid-exclog
Version: 0.1
Summary: A package which logs to a Python logger when an exception is raised by a Pyramid application
Home-page: http://docs.pylonsproject.org
Author: Chris McDonough
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_exclog``
        ===================
        
        A package which logs exception information when an error occurs in your
        Pyramid application.  See the documentation at
        https://docs.pylonsproject.org/projects/pyramid_exclog/dev/ for more
        information.
        
        This package currently will not work with any released Pyramid; it requires
        the Pyramid trunk (aka "1.2dev"), available from
        https://github.com/Pylons/pyramid .
        
        
        0.1
        ---
        
        - Initial release.
        
Keywords: wsgi pylons pyramid mail tween exception handler
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
