Metadata-Version: 2.1
Name: rapidhrv
Version: 0.2.1
Summary: A package for preprocessing, analyzing and visualizing cardiac data
License: MIT
Author: Peter Kirk
Author-email: p.kirk@ucl.ac.uk
Requires-Python: >=3.9,<3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: notebooks
Requires-Dist: dash (>=2.0.0,<3.0.0)
Requires-Dist: h5py (>=3.3.0,<4.0.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0); extra == "notebooks"
Requires-Dist: matplotlib (>=3.4.2,<4.0.0); extra == "notebooks"
Requires-Dist: numpy (>=1.21.0,<2.0.0)
Requires-Dist: pandas (>=1.3.0,<2.0.0)
Requires-Dist: scikit-learn (>=0.24.2,<0.25.0)
Requires-Dist: scipy (>=1.7.0,<2.0.0)
