Description
Mark deprecated Python APIs and guide users away from them without breaking everything at once. It helps projects communicate technical debt, migration paths, and future removals in a controlled way.
This is a developer library for maintaining APIs. Deprecation warnings should be clear and actionable so downstream users can update before an old class, function, or behavior is removed.