Metadata-Version: 2.4
Name: fairyfly-therm-standards
Version: 0.1.0
Summary: Standard materials and conditions used in the fairyfly-therm extension.
Home-page: https://github.com/ladybug-tools/fairyfly-therm-standards
Author: Ladybug Tools
Author-email: info@ladybug.tools
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: summary

[![Build Status](https://github.com/ladybug-tools/fairyfly-therm-standards/workflows/CI/badge.svg)](https://github.com/ladybug-tools/fairyfly-therm-standards/actions)

[![Python 3.10](https://img.shields.io/badge/python-3.10-orange.svg)](https://www.python.org/downloads/release/python-3100/) [![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/) [![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/) [![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)

# fairyfly-therm-standards

Default standards and templates used in the fairyfly-therm extension.

In addition to housing defaults, this package also includes a folder structure
that can be used to add assets into the installed standards libraries of the
extensions. Assets can be added by placing fairyfly .json, or therm .xml files
in the respective folder within the folder structure.

## THERM assets

The following energy asset can be added with this package:

* Materials
* Gases
* Conditions (steady state)

## Installation

```console
pip install fairyfly-therm-standards
```
