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

PEP8 #162

Open k4nar opened 10 years ago

k4nar commented 10 years ago

The documentation states that :

Elevator tries hard to honor PEP-8, and Zen of Python.

However, most of the code doesn't follow the PEP8, or any of the point mentioned in the doc.

A great tool to test PEP8ness and other nitpicks is flake8. I think it could be added to Travis.

oleiade commented 10 years ago

Right, let's do this.