Energy performance of buildings
Project description
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.utils import Regulator, energy_class, total_consumption
eclass = energy_class(Regulator.BRUSSELS, 100)
# eclass == "C+"
tconsum = total_consumption(100, 250)
# tconsum == 25_000
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
epb-0.2.0.tar.gz
(2.9 kB
view hashes)
Built Distribution
epb-0.2.0-py3-none-any.whl
(3.1 kB
view hashes)