eseries
eseries copied to clipboard
Class based implementation
I started experimenting with a class based implementation. This is not a proposal to change the API - just wanted do hear what you think. You find the implementation here: https://github.com/semiversus/eseries/tree/class_based
In case of going towards a class based implementation, it would be easy to keep the API backwards compatible by providing wrapper functions:
def find_greater_than_or_equal(series_key, value):
return series_key.find_greater_than_or_equal(value)