You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current API seems to be based on py-leveldb rather than on Elevator. I don't think that's a good idea. If Elevator has a command X, I except the client to have a method Elevator.x.
Also, if we want to follow the PEP8 we shouldn't have Elevator.Get but Evelator.get. It's coherent with Plyvel's API.
The text was updated successfully, but these errors were encountered:
The current API seems to be based on py-leveldb rather than on Elevator. I don't think that's a good idea. If Elevator has a command
X
, I except the client to have a methodElevator.x
.Also, if we want to follow the PEP8 we shouldn't have
Elevator.Get
butEvelator.get
. It's coherent with Plyvel's API.The text was updated successfully, but these errors were encountered: