Metadata-Version: 2.1
Name: grokcore.error
Version: 4.0
Summary: Paster support for Grok projects.
Home-page: https://github.com/zopefoundation/grokcore.error
Download-URL: http://pypi.python.org/pypi/grokcore.startup
Author: Grok Team
Author-email: zope-dev@zope.dev
License: ZPL
Keywords: zope zope3 grok grokproject WSGI Paste paster
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Zope :: 3
Requires-Python: >=3.7
Provides-Extra: test
License-File: LICENSE.txt

grokcore.error
**************

This package provides an configurable error reporting utility that emit
exception information as log entries.

.. contents::

Setting up ``grokcore.error``
=============================

You need to configure which reporting utility you will use trough ZCML.

Changes
*******

4.0 (2023-02-09)
================

- Drop support for Python 2.7, 3.4, 3.5, 3.6.

- Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.


3.0.1 (2018-01-16)
==================

- Downpin mock test dependency for python2.7.

- Replace grok.implements() with @grok.implementer()


3.0.0 (2018-01-16)
==================

- Python 3 compatibility.

0.6 (2017-01-25)
================

- Update information sent to Sentry.

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.
