Metadata-Version: 2.1
Name: rcmodel
Version: 0.4.1
Summary: 3R2C Resistor Capacitor Model for simplified building thermal simulation
License: MIT
Author: Ben Fourcin
Requires-Python: >=3.8,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: filelock (>=3.8.0,<4.0.0)
Requires-Dist: gym (>=0.25.2,<0.26.0)
Requires-Dist: matplotlib (>=3.6.1,<4.0.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: pandas (>=1.5.1,<2.0.0)
Requires-Dist: ray (>=2.0.0,<3.0.0)
Requires-Dist: torch (>=1.12.1,<2.0.0)
Requires-Dist: torchdiffeq (>=0.2.3,<0.3.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Requires-Dist: xitorch (>=0.3.0,<0.4.0)
Description-Content-Type: text/markdown

# 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`
