Metadata-Version: 2.1
Name: archetypal
Version: 2.0.1
Summary: Retrieve, construct, simulate, convert and analyse building archetypes
Home-page: https://github.com/samuelduchesne/archetypal
Author: Samuel Letellier-Duchesne
Author-email: samuel.letellier-duchesne@polymtl.ca
License: MIT License
Keywords: Building archetypes
Platform: UNKNOWN
Requires-Python: >=3.6
Requires-Dist: networkx
Requires-Dist: geomeppy
Requires-Dist: eppy
Requires-Dist: matplotlib (>=3.2)
Requires-Dist: pycountry
Requires-Dist: scikit-learn
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: numpy (>=1.17)
Requires-Dist: tqdm
Requires-Dist: tabulate
Requires-Dist: path
Requires-Dist: tsam
Requires-Dist: pint
Requires-Dist: click
Requires-Dist: outdated
Requires-Dist: deprecation
Requires-Dist: sigfig
Requires-Dist: energy-pandas (==0.1.2)
Requires-Dist: setuptools-scm
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: recommonmark ; extra == 'dev'
Requires-Dist: sphinx-click ; extra == 'dev'

[![Build Status](https://travis-ci.com/samuelduchesne/archetypal.svg?branch=develop)](https://travis-ci.com/samuelduchesne/archetypal)
[![Coverage Status](https://coveralls.io/repos/github/samuelduchesne/archetypal/badge.svg)](https://coveralls.io/github/samuelduchesne/archetypal)
[![Documentation Status](https://readthedocs.org/projects/archetypal/badge/?version=latest)](https://archetypal.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.01833/status.svg)](https://doi.org/10.21105/joss.01833)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# Archetypal

**python for building simulation archetypes**

Retrieve, construct, simulate, convert and analyze building simulation templates

## Overview

**Archetypal** is a Python package that helps handle building archetypes.

## Changes since v2.0.0

The conversion of [EnergyPlus](https://energyplus.net) IDF models to Trnsys
[TrnBuild](http://www.trnsys.com/features/suite-of-tools.php.html) Models (compatible with
the multizone building model) is now part of a distinct package known as the
[trnslator](https://github.com/louisleroy5/trnslator).

## Features

Here is a short overview of features that we are part of archetypal:

1. Building Complexity Reduction: A utility to transform a multizone EnergyPlus model to a
   two-zone normalized model. Such models are called `building archetypes` and are the
   foundation of the
   [UMI Energy Module](https://umidocs.readthedocs.io/en/latest/docs/model-setup-template.html).
   This tool will allow any EnergyPlus model to be imported into
   [UMI](http://web.mit.edu/sustainabledesignlab/projects/umi/index.html) and drastically
   speedup the UBEM process.



