Description
Provides infrastructure for marking Zope and Python APIs as deprecated and warning developers when old behavior is used. It helps projects move users toward newer interfaces without removing compatibility immediately.
Developers use it as a maintenance library. Deprecation warnings should point to clear replacements, and tests should cover both old compatibility paths and the preferred new code.