Metadata-Version: 2.1
Name: energyplus-pet
Version: 0.42
Summary: Parameter Estimation Tools for Generating EnergyPlus Inputs from Raw Performance Data
Home-page: https://github.com/Myoldmopar/EnergyPlusPet
Author: Edwin Lee
Author-email: a@a.a
License: UnlicensedForNow
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`
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
