https://github.com/zopefoundation/zope.deprecation
https://github.com/zopefoundation/zope.deprecation
maintained
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.deprecation
- Owner: zopefoundation
- License: other
- Created: 2013-01-07T22:49:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-22T06:54:14.000Z (9 months ago)
- Last Synced: 2026-02-11T21:27:32.237Z (4 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 170 KB
- Stars: 4
- Watchers: 65
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
======================
``zope.deprecation``
======================
.. image:: https://img.shields.io/pypi/v/zope.deprecation.svg
:target: https://pypi.python.org/pypi/zope.deprecation/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/zope.deprecation.svg
:target: https://pypi.org/project/zope.deprecation/
:alt: Supported Python versions
.. image:: https://github.com/zopefoundation/zope.deprecation/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.deprecation/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.deprecation/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.deprecation?branch=master
.. image:: https://readthedocs.org/projects/zopedeprecation/badge/?version=latest
:target: https://zopedeprecation.readthedocs.io/en/latest/
:alt: Documentation Status
This package provides a simple function called ``deprecated(names, reason)``
to mark deprecated modules, classes, functions, methods and properties.
Please see https://zopedeprecation.readthedocs.io for the documentation.