Metadata-Version: 2.1
Name: energyplus_pet
Version: 0.49
Summary: Parameter Estimation Tools for Generating EnergyPlus Inputs from Raw Performance Data
Home-page: https://github.com/Myoldmopar/EnergyPlusPet
Author: Edwin Lee, for NREL, for United States Department of Energy
License: ModifiedBSD
Description: # EnergyPlus "PET"
        
        This project is a cross platform Python (Tk) GUI and tool kit for generating EnergyPlus inputs from component performance data. 
        
        ## Code Quality
        
        [![Flake8](https://github.com/Myoldmopar/EnergyPlusPET/actions/workflows/flake8.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPET/actions/workflows/flake8.yml)
        [![Tests](https://github.com/Myoldmopar/EnergyPlusPET/actions/workflows/test.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPET/actions/workflows/test.yml)
        [![Coverage Status](https://coveralls.io/repos/github/Myoldmopar/EnergyPlusPET/badge.svg?branch=main)](https://coveralls.io/github/Myoldmopar/EnergyPlusPET?branch=main)
        
        Code is checked for style and with unit tests by GitHub Actions using nosetests to sniff out the tests.
        Code coverage is exercised purely on Ubuntu and pushed to coveralls, available [here](https://coveralls.io/github/Myoldmopar/EnergyPlusPET?branch=main).
        
        ## Documentation
        
        [![Documentation Status](https://readthedocs.org/projects/energypluspet/badge/?version=stable)](https://energypluspet.readthedocs.io/en/stable/)
        
        Docs are built on ReadTheDocs and hosted [here](https://energypluspet.readthedocs.io/en/stable/).
        
        ## Releases
        
        [![PyPIRelease](https://github.com/Myoldmopar/EnergyPlusPET/actions/workflows/release.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPET/actions/workflows/release.yml)
        
        When a release is tagged, a GitHub Action workflow will create a Python wheel and upload it to the PyPi server.
        
        To install into an existing Python environment, execute `pip install energyplus_pet`
        
Keywords: energyplus_launch,ep_launch,EnergyPlus,eplus,Energy+,Building Simulation,Whole Building Energy Simulation,Heat Transfer,HVAC,Modeling
Platform: Linux (Tested on Ubuntu)
Platform: MacOSX
Platform: Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
