Skip to content

tsennott/eemeter

 
 

Repository files navigation

Open Energy Efficiency Meter

Build status Coverage Status

Documentation

See openee.io.

Dev Installation

$ git clone https://github.com/openeemeter/eemeter
$ cd eemeter
$ mkvirtualenv eemeter
(eemeter)$ pip install -e .
(eemeter)$ pip install -r dev_requirements.txt
(eemeter)$ workon # gives you access to virtualenv py.test executable

Testing

This library uses the py.test framework. To develop locally, clone the repo, and in a virtual environment execute the following commands:

$ py.test

If you run into problems with the py.test executable, please ensure that you are using the virtualenv py.test:

$ py.test --version

Licence

MIT

About

Core methods, models, and structures for the Open Energy Efficiency meter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%