summaryrefslogtreecommitdiff
path: root/README.rst
blob: bdac33de3703a20b337809332652c079b80a3e7c (plain)
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
27
28
29
30
31
32
33
34
==============
 zope.browser
==============

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

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

.. image:: https://github.com/zopefoundation/zope.browser/workflows/tests/badge.svg
        :target: https://github.com/zopefoundation/zope.browser/actions?query=workflow%3A%22tests%22

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

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


This package provides shared browser components for the Zope Toolkit.
These components consist of a set of interfaces defining common
concepts, including:

- ``IView``
- ``IBrowserView``
- ``IAdding``
- ``ITerms``
- ``ISystemErrorView``

Documentation is hosted at https://zopebrowser.readthedocs.io