vera 0.7.0
vera 0.7.0 brings Python 3 & Django 1.7 compatibility, and (more significantly) the transition from a wq.db contrib
module to a full PyPi package (see wq/wq.db#29). The API is the same, but instead of:
from wq.db.contrib.vera.models import BaseEvent
You can just do:
from vera.models import BaseEvent
The full history of the wq.db version of vera has been merged into this repository. In addition, the vera-specific components of wq.db chart have been moved to here (see 5ed6317 and wq/wq.db@8368e88 ).
Be sure to check out the updated readme for new documentation on the models included in vera.