Jim Paris ccf1f695af Prevent negative numbers in dbinfo output.
This might occur if things change while we're calculating the sizes.
2013-08-05 12:25:36 -04:00
2013-07-11 16:36:32 -04:00
2013-08-01 16:24:51 -04:00
2013-03-03 21:44:08 -05:00
2013-08-05 12:16:47 -04:00

nilmdb: Non-Intrusive Load Monitor Database
by Jim Paris <jim@jtan.com>

Prerequisites:

  # Runtime and build environments
  sudo apt-get install python2.7 python2.7-dev python-setuptools cython

  # Base NilmDB dependencies
  sudo apt-get install python-cherrypy3 python-decorator python-simplejson
  sudo apt-get install python-requests python-dateutil python-tz
  sudo apt-get install python-progressbar python-psutil

  # Other dependencies (required by some modules)
  sudo apt-get install python-numpy

  # Tools for running tests
  sudo apt-get install python-nose python-coverage

Test:
  python setup.py nosetests

Install:

  python setup.py install

Usage:

  nilmdb-server --help
  nilmdb-fsck --help
  nilmtool --help

See docs/wsgi.md for info on setting up a WSGI application in Apache.
Description
No description provided
Readme 3.2 MiB
Languages
Python 95.6%
C 4.1%
Makefile 0.2%
Shell 0.1%