{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/4"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/2"}],"enrichment":{"capability":"Deprecate Python functions, methods, classes, and constants with transparent call forwarding, argument remapping, and CI audit support\u2014all with zero runtime dependencies.","skillfed_tags":["api-migration","backwards-compatibility","ci-audit"],"use_cases":["Rename a function across your codebase while keeping the old name working for external callers during a grace period.","Move a class to a new module and expose it at the old location with a deprecation warning.","Change function argument names and automatically remap old call sites to the new names.","Deprecate an entire class or Enum with a transparent proxy that warns on access.","Enforce in CI that deprecated APIs are removed by their deadline using audit metadata helpers.","Wrap constants or singleton objects as read-only deprecated instances to prevent accidental mutation."],"what_it_does":"pyDeprecate is a decorator library that lets you keep old function and class names working while you migrate to new ones. When someone calls a deprecated function, the library automatically forwards the call to its replacement, emits a warning (once per function by default to avoid spam), and optionally remaps old argument names to new ones. It works with regular functions, async coroutines, generators, properties, classes, Enums, dataclasses, and module-level constants.\n\nThe package is built for API migration workflows: you rename a function, move a class, or retire an argument, but old user code must keep working during a transition window. pyDeprecate handles the forwarding transparently, preserves function signatures for introspection, and includes CI audit tools to enforce removal deadlines and detect deprecation chains that linger too long. It has zero runtime dependencies and supports Python 3.9 through 3.14.","worth_installing":"Yes. pyDeprecate is actively maintained, has zero dependencies, supports modern Python versions, and solves a real problem in API evolution. Use it when you need to rename or move code without breaking existing callers. The audit tools make it practical to enforce removal deadlines in CI. No security issues reported."},"id":"pydeprecate","links":{"html":"https://skillfed.io/packages/pydeprecate","md":"https://skillfed.io/packages/pydeprecate.md","pypi":"https://pypi.org/project/pydeprecate/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-17","license_spdx":null,"license_treatment":"permissive","name":"pyDeprecate","python_support":"supports_current","summary":"Python deprecation decorator: call forwarding, argument mapping, class proxying, CI audit. Zero deps."},"popularity":{"monthly_downloads":911644,"position":4744,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.11.0"}
