Skip to main content

EnergyPlus wrapper for Python

Project description

Copyright (c) 2019 Jérémie DECOCK (www.jdhp.org)

Description

EnergyPlus wrapper for Python

Note:

This project is still in beta stage, so the API is not finalized yet.

Dependencies

  • Python >= 3.0

Installation

Gnu/Linux

You can install, upgrade, uninstall EnergyPlusWrapper with these commands (in a terminal):

pip install --pre epw
pip install --upgrade epw
pip uninstall epw

Or, if you have downloaded the EnergyPlusWrapper source code:

python3 setup.py install

Windows

You can install, upgrade, uninstall EnergyPlusWrapper with these commands (in a command prompt):

py -m pip install --pre epw
py -m pip install --upgrade epw
py -m pip uninstall epw

Or, if you have downloaded the EnergyPlusWrapper source code:

py setup.py install

MacOSX

You can install, upgrade, uninstall EnergyPlusWrapper with these commands (in a terminal):

pip install --pre epw
pip install --upgrade epw
pip uninstall epw

Or, if you have downloaded the EnergyPlusWrapper source code:

python3 setup.py install

Documentation

Example usage

import epw
import matplotlib.pyplot as plt

sub_dict = {("Material", "BETON 20CM", "Conductivity"): 9.99}

df = epw.core.sub_run(epw.data.idf_cube_path(),
                      weather_file_path=epw.data.weather_san_francisco_tmy_path(),
                      sub_dict=sub_dict)

df.plot()
plt.show()

Bug reports

To search for bugs or report them, please use the EnergyPlusWrapper Bug Tracker at:

https://gitlab.com/jdhp/eplus-python-wrapper/issues

License

This project is provided under the terms and conditions of the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epw-1.2.dev2.tar.gz (30.7 kB view hashes)

Uploaded Source

Built Distribution

epw-1.2.dev2-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page