Metadata-Version: 2.2
Name: medapy
Version: 0.1.0a1
Summary: A Python package to work with measured data
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=2.2
Requires-Dist: pandas>=2.2
Requires-Dist: pint>=0.24
Requires-Dist: pint-pandas>=0.7
Provides-Extra: fit
Requires-Dist: scipy>=1.15; extra == "fit"
Requires-Dist: numdifftools>=0.9; extra == "fit"
Requires-Dist: lmfit>=1.3; extra == "fit"
Provides-Extra: plot
Requires-Dist: matplotlib>=3.10; extra == "plot"
Provides-Extra: all
Requires-Dist: medapy[fit,plot]; extra == "all"

A Python package to work with measured data
