Metadata-Version: 2.1
Name: cesar-p
Version: 2.0.0
Summary: Combined Energy Simulation And Retrofit
Home-page: https://github.com/hues-platform/cesar-p-core
Author: Urban Energy Systems Lab - Empa
Requires-Python: >3.8,<3.10
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: geomeppy
Provides-Extra: geopandas
Requires-Dist: PyYaml (>=5.4,<6.0)
Requires-Dist: SPARQLWrapper (>=1.8,<2.0)
Requires-Dist: Shapely (>=1.7,<2.0)
Requires-Dist: eppy (>=0.5,<0.6)
Requires-Dist: esoreader (>=1.2,<2.0)
Requires-Dist: geomeppy (>=0.11,<0.12); extra == "geomeppy"
Requires-Dist: geopandas (>=0.9.0,<0.10.0); extra == "geopandas"
Requires-Dist: jsonpickle (>=2.0.0,<3.0.0)
Requires-Dist: numpy (>=1.20,<2.0)
Requires-Dist: openpyxl (>=3.0,<4.0)
Requires-Dist: pandas (>=1.3,<2.0)
Requires-Dist: pint (>=0.17,<0.18)
Requires-Dist: python-contracts (>=0.1,<0.2)
Requires-Dist: rdflib (>=5.0,<6.0)
Requires-Dist: scipy (>=1.7,<2.0)
Requires-Dist: types-PyYAML (>=5.4.3,<6.0.0)
Requires-Dist: types-six (>=0.1.7,<0.2.0)
Project-URL: Documentation, https://cesar-p-core.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/hues-platform/cesar-p-core
Description-Content-Type: text/markdown

**CESAR-P** stands for **C**ombined **E**nergy **S**imulation **A**nd **R**etrofit in **P**yhton.

The package allows for simulating the building **energy demand of a district**, including options for retrofitting, cost and emission calculation. The energy demand simulated includes:

- heating
- domestic hot water
- cooling
- electricity

The tool was developed at **Urban Energy Systems Lab**, which is part of the Swiss Federal Laboratories for Materials Science and Technology (Empa).

**Usage examples** can be found under https://github.com/hues-platform/cesar-p-usage-examples

For more details please have a look at the documentation, linked in the side menu. A good starting point for general information is the **README** section. It includes a detailed **installation guide**.

