0 purchases
penaltymodelcache 0.4.5
Penalty Model Cache
A local cache for penalty models. Serves as a factory and cache for penaltymodel.
On install, penaltymodel_cache registers an entry point that can be read by
penaltymodel. By identifying itself as both a cache and a factory, it will
be used automatically by any project that uses penaltymodel’s get_penalty_model
function. It will also be automatically populated
Installing
To install:
pip install penaltymodel_cache
To build from source:
cd penaltymodel_cache
pip install -r requirements.txt
pip install -e ../penaltymodel_core/
python setup.py install
Cache Location
If installed inside of a virtual environment, penaltymodel_cache will
store the database in /path/to/virtualenv/data/app_name. Otherwise
the cache will be placed in the system’s application data directory.
License
Released under the Apache License 2.0. See LICENSE
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.