Metadata-Version: 2.1
Name: rcmodel
Version: 0.3.0
Summary: 3R2C Resistor Capacitor Model for simplified building thermal simulation
Home-page: https://github.com/BFourcin/rcmodel
Author: Ben Fourcin
Author-email: bjjf201@exeter.ac.uk
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/BFourcin/rcmodel/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# RCmodel

[![PyPI version](https://badge.fury.io/py/rcmodel.svg)](https://badge.fury.io/py/rcmodel)

RCmodel is a package which allows automatic creation of a simple Resistor Capacitor Model (3R2C) for  building thermal simulation.


## Installation

Install using pip:

`pip install rcmodel`

## Installation of latest development version

Install from GitHub:

`pip install git+https://github.com/BFourcin/rcmodel`

