An open API service indexing awesome lists of open source software.

https://github.com/zackakil/python-pickle-logger

🥒 🪵 What if you could easily rerun a function call from your system with its' original input data. Simply decorate your function and you have pickle logging! This can be useful for debugging and analyzing performance.
https://github.com/zackakil/python-pickle-logger

logging pickle productivity python testing

Last synced: about 2 months ago
JSON representation

🥒 🪵 What if you could easily rerun a function call from your system with its' original input data. Simply decorate your function and you have pickle logging! This can be useful for debugging and analyzing performance.

Awesome Lists containing this project

README

          

# python-pickle-logger
What if you could easily rerun a function call from your system with its' original input data. Simply decorate your function and you have pickle logging! This can be useful for debugging and analyzing performance.