oleiade / Elevator

Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.
http://elevator.readthedocs.org
MIT License
71 stars 12 forks source link

Python 3 compatibility #165

Open k4nar opened 10 years ago

k4nar commented 10 years ago

I just realized that Elevator wasn't compatible with Python 3.

oleiade commented 10 years ago

You're right. It isn't.

Setting up compatibility shouldn't be very long, I'll look into it.