adewes / blitzdb

Blitz is a document-oriented database for Python that is backend-agnostic. It comes with a flat-file database for JSON documents and provides MongoDB-like querying capabilities.
http://blitzdb.readthedocs.org
MIT License
330 stars 37 forks source link

Blitzdb backends file index cleanup #46

Closed jcollado closed 9 years ago

jcollado commented 9 years ago

Static analysis fixes and docstring additions to blitzdb.backends.file.index.

adewes commented 9 years ago

Thanks for the PR, @jcollado , and sorry for taking some time to merge this!