4 projects
constable
One decorator for lazy debugging. Inserts print statements directly into your AST.
object-tracker
A pure python object change and history tracker. Monitor all changes in your objects lifecycle and trigger callback functions to capture them.
py-rules-engine
py-rules-engine is a simple, yet powerful rules engine written in pure Python. It allows you to define complex logical conditions and actions, either via a json file or through pythonic functions.
elara
Elara DB is an easy to use, lightweight key-value database written for python that can also be used as a fast in-memory cache for JSON-serializable data. Includes various methods and features to manipulate data structures in-memory, protect database files and export data.