Came across interesting Python library today: `deprecated`.
It provides a decorator to mark your functions as deprecated,and even has Sphinx docs support for adding deprecated, versiondadded, and versionchanged directives! 😲
https://deprecated.readthedocs.io/ #TIL #learning #Python