Metadata-Version: 1.1
Name: grokcore.error
Version: 0.5
Summary: Paster support for Grok projects.
Home-page: http://grok.zope.org
Author: Grok Team
Author-email: grok-dev@zope.org
License: ZPL
Download-URL: http://pypi.python.org/pypi/grokcore.startup
Description: grokcore.error
        **************
        
        This package provides an configurable error reporting utility that emit
        exception information as log entries.
        
        .. contents::
        
        Setting up ``grokcore.error``
        ===============================
        
        ...
        
        Changes
        *******
        
        0.5 (2015-07-08)
        ================
        
        - When there is no principal in the request, don't send the 'user' sentry
          information.
        
        - Note: 0.4 got lost between an internal and a public release.
        
        0.3 (2013-03-05)
        ================
        
        - Update manifest.in.
        
        0.2 (2013-03-05)
        ================
        
        - Update manifest.in.
        
        0.1 (2013-03-05)
        ================
        
        - Nothing changed yet.
        
Keywords: zope zope3 grok grokproject WSGI Paste paster
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
