Skip to content

gavioto/enerdata

 
 

Repository files navigation

Enerdata

A set of energy models

https://travis-ci.org/gisce/enerdata.svg?branch=master https://coveralls.io/repos/github/gisce/enerdata/badge.svg?branch=master

Considerations

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

TDD

With this library we try to do TDD.

$ export PYTHONPATH="."
$ mamba

or if you are working with a virtualenv

$ pip install -e .
$ mamba

About

Energy models

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%