Welcome to deprecate’s documentation!

Contents:

about deprecate

The deprecate library provides decorators and primitives to support API deprecation and experimentation.

The goal is to support rich and documenting deprecation of API’s as projects move towards new needs.

Basics

TODO!!

Api

deprecate.deprecated(func=None, **kw)

Mark deprecated functions with this decorator.

Attention! Use it as the closest one to the function you decorate.

Indices and tables