Borda / pyDeprecate

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

Home Page:https://borda.github.io/pyDeprecate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extend flexibility

Borda opened this issue Β· comments

πŸš€ Feature

Some other enhancements:

  • specify how many times warning shall be raised
  • allow passing warning function so a user can stream it to a logger
  • allow also argument mapping if source and target names differ
  • pass custom message or template message
  • add depreciation info also to the docstring if missing

Motivation

extend the functionality

Additional context

Stay simple and be COOL! πŸŽ‰

Hi! thanks for your contribution!, great first issue!