Cauldron lets you store all the objects according to rules
- Free software: BSD license
- Documentation: https://cauldron.readthedocs.org.
Cauldron allows you to store all your objects according to a set of rules.
The API is a WIP, but essentially run:
Note that this requires one to clone the repository as opposed to install it.
As one can see, this package has not been released yet.
Cauldron collects objects based on two types of rules:
1. Rules for the module walk, i.e., rules to decide which file to look in 2. Rules for inspection, i.e., rules according to which certain objects will be stored in the cache.
These rules are supplied while instantiating an ObjectCache instance.