Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-04 | Add function to make a "peeker" function. | Frederick Muriuki Muriithi | |
The current peeker function `__pk__` has pre-specified logger(s) which are not always present in all environments, and even when present, might not have the appropriate configuration. This commit provides a way to build a peeker function that is passed the logger to use. | |||
2025-01-21 | Only use flask modules if flask is present and 'current_app' is set. | Frederick Muriuki Muriithi | |
2025-01-07 | Add debugging utilities module. | Frederick Muriuki Muriithi | |