agoragames / kairos

Python module for time series data in Redis and Mongo
BSD 3-Clause "New" or "Revised" License
207 stars 38 forks source link

Support for python 3.4 #59

Open alitheg opened 9 years ago

alitheg commented 9 years ago

I've not put work into maintaining support for earlier versions, so you may wish to look at the code instead!

ixcat commented 7 years ago

based a port in https://github.com/ixcat/kairos/commits/master also from this effort -

I am currently only concerned with SQL; SQL unit tests were updated and appear functional - did not test other backends. - One additional note is that there seems to be an off-by-one in the test case results for histogram daily resolution - I changed the test data in f874868 accordingly.