An OSS that has something to do with decorators in python
- Time related decorators
- Debugging decorators
- Custom cli input decorators
To install, run the following command.
$ pip install python-deco- Info: Decorators that provide information about the function.
- Debug: Decorators that help debug the function.
- CLI: Decorators that uses variables defined in a [yaml/json] file as function arugments.
- Fun: Decorators just for FUN!
A quick usage example.
@timeit
from pyDeco.dev import inactive
from pyDeco.time import timeit
@timeit
def func():
# do something
return 12023-02-17 00:05:09,721 [INFO ] Function func() took 2.0120s.- Update docs
- Refactor code
- Flowchart Module
https://bytepawn.com/python-decorators-for-data-scientists.html