Metadata-Version: 2.4
Name: pchemlibrary
Version: 0.1.0
Summary: Library for teaching physical chemistry using Jupyter Notebooks
Author-email: Steven Neshyba <sneshyba@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: pint
Requires-Dist: plotly

This is a library of python functions that support Python-language codes for teaching physical chemistry.

# Installation
This has been packaged on PyPI. To install, run
```sh
python -m pip install pchemlib
```

# Usage
See examples in the examples folder.
