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

Not python3 friendly #2

Closed koblas closed 10 years ago

koblas commented 10 years ago

It would be really handy if this was python2 and python3 compatible out of the box.

adewes commented 10 years ago

Thanks David (@koblas), Python 3 support is one of my top priorities right now. If you want to help to make the software Python-3 compatible I'd highly appreciate your contribution!

koblas commented 10 years ago

Pull request submitted.

adewes commented 10 years ago

Merged, thanks so much David!