Metadata-Version: 2.1
Name: calorimetry-analysis
Version: 0.1.1
Summary: Analyze calorimetry temperature changes with GUI in Jupyter
Author: gutow
Author-email: gutow@uwosh.edu
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: anywidget (>=0.9.13,<0.10.0)
Requires-Dist: ipywidgets (>=8.1.5,<9.0.0)
Requires-Dist: jupyter (>=1.1.1,<2.0.0)
Requires-Dist: lmfit (>=1.3.2,<2.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: plotly (>=6.0.0,<7.0.0)
Description-Content-Type: text/markdown

# Calorimetry Analysis
## Introduction
This tool provides a graphical user interface if used in Jupyter for 
analyzing temperature versus time data sets from calorimetry experiments. 
The tool estimates the impact of heat leakage and stirring by fitting lines 
to the regions immediately before and after the temperature change. See the 
documentation (TODO) for details.

## Installation
```commandline
pip install calorimetry-analysis
```

