File: README.rst

package info (click to toggle)
zope.exceptions 5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 308 kB
  • sloc: python: 1,228; makefile: 133
file content (26 lines) | stat: -rw-r--r-- 1,175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=================
 zope.exceptions
=================

.. image:: https://img.shields.io/pypi/v/zope.exceptions.svg
        :target: https://pypi.python.org/pypi/zope.exceptions/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.exceptions.svg
        :target: https://pypi.org/project/zope.exceptions/
        :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.exceptions/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.exceptions/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.exceptions/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.exceptions?branch=master

.. image:: https://readthedocs.org/projects/zopeexceptions/badge/?version=latest
        :target: https://zopeexceptions.readthedocs.io/en/latest/
        :alt: Documentation Status

This package contains exception exceptions and implementations which are so
general purpose that they don't belong in Zope application-specific packages.

Please see https://zopeexceptions.readthedocs.io/ for the documentation.