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.
- Host: GitHub
- URL: https://github.com/zackakil/python-pickle-logger
- Owner: ZackAkil
- Created: 2023-11-11T20:26:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T22:14:46.000Z (over 2 years ago)
- Last Synced: 2025-03-01T08:02:36.018Z (over 1 year ago)
- Topics: logging, pickle, productivity, python, testing
- Language: Jupyter Notebook
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.