Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Energy performance of buildings

This library provides helpers for energy performance of buildings computation.

Installing

With PIP

pip install epb

With Poetry

poetry add epb

Usage

from epb import Regulator, energy_class, total_consumption


eclass = energy_class(Regulator.BRUSSELS, 100)
# eclass == "C+"


tconsum = total_consumption(100, 250)
# tconsum == 25_000

About

Energy performance of buildings

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages