Implement a new Python wrapper for the local database.
authorMichael Vrable <vrable@cs.hmc.edu>
Tue, 18 Feb 2014 00:09:40 +0000 (16:09 -0800)
committerMichael Vrable <vrable@cs.hmc.edu>
Tue, 18 Feb 2014 00:09:40 +0000 (16:09 -0800)
commitfae5b159f9526d9903121fea3d5da7ba4b4ba73b
treeb736f92772836a086df23de93431ab05a402e079
parent88c9d1b7b2508bdc049d69b578dd0e64efa7d85b
Implement a new Python wrapper for the local database.

This provides a cleaned-up wrapper for the local Cumulus database, in a
separate module.  This also currently functions as a simple segment
cleaner (to be used until a more comprehensive cleaner is available).
python/cumulus/localdb.py [new file with mode: 0644]