Metadata-Version: 2.4
Name: thermadex
Version: 0.0.2
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.1.0
Dynamic: license-file

# thermadex
Python package for thermal comfort indices

## Abstract
**thermadex** is a Python library for outdoor thermal comfort index calculations.

**thermadex** is being developed alongside dissertation research focused on urban microclimates, heat stress, and land–atmosphere interactions, and is intended to evolve as a flexible research framework rather than a fixed operational model.

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