Metadata-Version: 2.1
Name: hygrometry
Version: 1.1.1
Summary: Functions for conversions with temperature, humidity, and barometric pressure.
Author-email: Russell Valentine <russell.valentine@gmail.com>
Project-URL: Homepage, https://github.com/bluthen/hygrometry
Project-URL: Issues, https://github.com/bluthen/hygrometry/issues
Keywords: hygrometry,wetbulb,humidity,temperature
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# hygrometry

Helpful hygrometry python functions, like dew point, wetbulb, absolute humidity, mixing ratio, etc.

For install instructions and API see the documentation [here](https://bluthen.github.io/hygrometry_docs/).

A jupyter notebook with some simple analysis on the wetbulb
algorithm [here](https://nbviewer.jupyter.org/github/bluthen/hygrometry/blob/master/docs/hygrometry.ipynb).

# Install

```
pip3 install hygrometry
```

OR

```
pip3 install git+https://github.com/bluthen/hygrometry.git
```

## Run doctests
```
python -m doctest -v hydrometry/__init__.py
```
