Metadata-Version: 2.4
Name: shimeri
Version: 0.2.0
Summary: A Python package for calculating psychrometric properties of moist air and plotting psychrometric charts.
Project-URL: Homepage, https://github.com/yutaka-shoji/shimeri
Author-email: "Shoji, Yutaka" <ytk.shoji@gmail.com>
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: coolprop>=7.2.0
Requires-Dist: numpy>=1.26
Requires-Dist: plotly>=5.10
Description-Content-Type: text/markdown



# shimeri
![PyPI Downloads](https://static.pepy.tech/badge/shimeri)

A Python package for calculating psychrometric properties of moist air and plotting psychrometric charts based on plotly.

*shimeri* means "moisture" or "humidity" in Japanese.

## Installation

``` sh
pip install shimeri
```

## Example

Usage example: [example.py](https://github.com/yutaka-shoji/shimeri/blob/main/example/example.py?raw=true)

Example Result:  
![Example Result](https://github.com/yutaka-shoji/shimeri/blob/main/example/example.png?raw=true)


## Web App

*shimeri on web* is available at [shimeri-web.vercel.app](https://shimeri-web.vercel.app/).

