About Anaconda Help Download Anaconda

Simple tooling for marking deprecated functions or classes and re-routing to the new successors' instance.

copied from cf-post-staging / pydeprecate

Installers

  • noarch v0.4.0

conda install

To install this package run one of the following:
conda install conda-forge::pydeprecate

Description

The pyDeprecate is a lightweight Python library for managing function and class deprecations with zero dependencies. It provides automatic call forwarding to replacement functions, argument mapping between old and new APIs, and configurable warning controls to prevent log spam. Key features include support for cross-module deprecations, conditional deprecation logic, automatic docstring updates, and testing utilities. Perfect for library maintainers who need to evolve their APIs while maintaining backward compatibility and providing clear migration paths for users.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.13) Legal | Privacy Policy