Description
Manage automated deprecation warnings in Python projects. It helps maintainers announce old APIs, set expected removal versions, and keep warning behavior consistent across a codebase.
This is a developer-support library, not a migration tool that rewrites code. Clear warnings and documentation are still needed so downstream projects know how to move to supported APIs.