Zing is a wrapper around SQS and Django to support asyncronous tasks. It is currently used for dispatching database writes.
- TODO
$ # Create your virtualenv (recommended, use virtualenvwrapper)
$ virtualenv env
$ # Clone zing repository
$ git clone git@github.com:EnTeQuAk:zing.git
$ # Activate Environment and install
$ source env/bin/activate
$ cd zing
$ make devinstall
$ # run tests
$ python setup.py test