I am interested in a package that has an interface like:
- set_latency(date, latency)
- get_average_latency(5) # returns the latency in the last 5 minutes
Is there a pip package already doing this?
I am interested in a package that has an interface like:
Is there a pip package already doing this?