Metadata-Version: 2.4
Name: thermadex
Version: 0.0.1
Summary: Thermal comfort indices library
Author-email: Telluris Labs <info@tellurislabs.io>
License: MIT
Keywords: thermal-comfort,thermal-indices,bioclimatic,heat-stress,cold-stress,utci,pet,heat-index,apparent-temperature,perceived-temperature,python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.22
Requires-Dist: atmoflux>=0.0.1
Dynamic: license-file

# thermadex

Python package for thermal comfort indices

## Installation
* Activate desired Python environment

* cd to location where you want to save the cloned repository

* Clone the repository:
```bash
git clone https://github.com/TellurisLabs/thermadex.git
```
* cd to the location of the outer thermadex folder

* For regular installation: 
```bash
pip install .
```
* For editable installation: 
```bash
pip install -e .
```
