Fixes issue with pymongo changing it's API. Also adds a simple CLI tool.
0.1.12
Code clean up and PEP8, and hopefully fixed 11.
0.1.11
Bug Fixes.
0.1.9
Fixed bug.
0.1.8
Fixed issue with job not being defined in **init**() so inheritance didn't work ( oops! ).
0.1.7
Adds ability to query the dispatcher to see if it is idle ( Dispatcher.idle ) and, by default, clears out all urls and documents from the mongodb database once a dispatch is complete ( this can be turned off by passing clean_job=False to Dispatcher.dispatch() ).