Skip to content

immoveable/epb-py

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages