Go to file
Jim Paris 6d1fb61573 Use 'repr' instead of 'str' in Interval string representation.
Otherwise timestamps get truncated to 2 decimal places.
2012-12-05 17:47:48 -05:00
datetime_tz Add datetime_tz module from python-datetime-tz repository. This could 2012-03-24 17:32:11 +00:00
nilmdb Use 'repr' instead of 'str' in Interval string representation. 2012-12-05 17:47:48 -05:00
tests Support deleting streams with new 'destroy' command 2012-12-04 22:15:00 -05:00
.coveragerc playing with coverage a bit 2012-02-20 06:09:42 +00:00
.gitignore Support deleting streams with new 'destroy' command 2012-12-04 22:15:00 -05:00
design.md More speed tests, some whitespace cleanups 2012-11-29 15:22:47 -05:00
Makefile Work on command line client, and some improvements to server 2012-04-03 22:21:42 +00:00
nilmtool.py A lot more command line testing. 2012-04-04 22:34:01 +00:00
README.txt Converted rbtree.py to Cython 2012-11-29 01:25:51 -05:00
runserver.py Use simplejson instead of json for performance 2012-05-16 22:19:00 +00:00
setup.cfg Start to be a little more strict about how intervals are half-open. 2012-11-29 15:35:11 -05:00
time-bxintersect add RBtree C++ example that I based this on; update tests 2012-11-14 03:55:37 +00:00
timeit.sh Support deleting streams with new 'destroy' command 2012-12-04 22:15:00 -05:00
TODO TODO update 2012-12-04 22:15:53 -05:00

sudo apt-get install python-nose python-coverage
sudo apt-get install python-tables python-cherrypy3
sudo apt-get install cython # 0.17.1-1 or newer