README.rst 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. ====================
  2. ``zope.interface``
  3. ====================
  4. .. image:: https://img.shields.io/pypi/v/zope.interface.svg
  5. :target: https://pypi.python.org/pypi/zope.interface/
  6. :alt: Latest Version
  7. .. image:: https://img.shields.io/pypi/pyversions/zope.interface.svg
  8. :target: https://pypi.org/project/zope.interface/
  9. :alt: Supported Python versions
  10. .. image:: https://github.com/zopefoundation/zope.interface/actions/workflows/tests.yml/badge.svg
  11. :target: https://github.com/zopefoundation/zope.interface/actions/workflows/tests.yml
  12. .. image:: https://readthedocs.org/projects/zopeinterface/badge/?version=latest
  13. :target: https://zopeinterface.readthedocs.io/en/latest/
  14. :alt: Documentation Status
  15. This package is intended to be independently reusable in any Python
  16. project. It is maintained by the `Zope Toolkit project
  17. <https://zopetoolkit.readthedocs.io/>`_.
  18. This package provides an implementation of "object interfaces" for Python.
  19. Interfaces are a mechanism for labeling objects as conforming to a given
  20. API or contract. So, this package can be considered as implementation of
  21. the `Design By Contract`_ methodology support in Python.
  22. .. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract
  23. For detailed documentation, please see https://zopeinterface.readthedocs.io/en/latest/