Skip to content

Releases: beanbaginc/housekeeping

Housekeeping 1.1

23 Jun 23:38
Compare
Choose a tag to compare

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