Path to this page:
Subject: CVS commit: wip/eventlib
From: othyro
Date: 2013-06-08 00:51:46
Message id: E1Ul5Vs-00068o-6K@sfs-ml-3.v29.ch3.sourceforge.com
Log Message:
Import eventlib-0.1.1 as wip/eventlib.
Eventlib is an asynchronous event tracking app for Django. This library was
built upon the following values:
* It must be deadly simple to log an event;
* It must be possible to track each event in different ways;
* Each different "event handler" must be completely separate and fail
gracefully;
* The event system must be asynchronous, so let's use celery;
* The library must be extensible;
* 100% of test coverage is enough.
Files: