Skip to content

Housekeeping 1.1

Latest
Compare
Choose a tag to compare
@chipx86 chipx86 released this 23 Jun 23:38

Housekeeping 1.1 adds some Python deprecation helpers for transitioning from old base classes to new ones, without triggering unwanted deprecation warnings.

  • Subclasses of a deprecated or moved class can now set
    housekeeping_skip_warning = True to avoid emitting a warning.

  • Warning class values can now be provided as functions that returning a
    warning class.

Installation

$ pip3 install housekeeping==1.1

Learn More

PyPI