A set of energy models
Any date instance must be localized, see enerdata.datetime.timezone.localize method!!
from enerdata.datetime.timezone import TIMEZONE
TIMEZONE.localize(datetime(2018,2,5,1,0))Default timezone Europe/Madrid, it can be changed overriding the TIMEZONE definition
With this library we try to do TDD.
$ export PYTHONPATH="."
$ mambaor if you are working with a virtualenv
$ pip install -e .
$ mamba