santoshphilip / eppy

scripting language for E+, Energyplus
MIT License
151 stars 65 forks source link

==== eppy

.. image:: https://img.shields.io/pypi/v/eppy.svg :target: https://pypi.python.org/pypi/eppy

.. image:: https://img.shields.io/travis/santoshphilip/eppy.svg :target: https://travis-ci.com/santoshphilip/eppy

.. image:: https://readthedocs.org/projects/eppy/badge/?version=latest :target: https://eppy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

scripting language for E+, Energyplus Eppy is a scripting language for EnergyPlus idf files, and EnergyPlus output files. Eppy is written in the programming language Python. As a result it takes full advantage of the rich data structure and idioms that are available in Python. You can programmatically navigate, search, and modify EnergyPlus idf files using eppy. The power of using a scripting language allows you to do the following:

So what does this matter? Here are some of the things you can do with eppy:

You can install from : https://pypi.python.org/pypi/eppy/

The documentation stable version is at: http://eppy.readthedocs.io/en/master/

The documentation latest version is at: http://eppy.readthedocs.io/en/latest/

to get a quick sense of how it feels to use eppy, take a look at http://eppy.readthedocs.io/en/latest/Main_Tutorial.html

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

.. Cookiecutter: https://github.com/audreyr/cookiecutter .. audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage