Metadata-Version: 2.1
Name: fino2py
Version: 0.1.0
Summary: A package to help researchers and clinicians work with data produced by the finopress finometer
Author: Kev O'Malley
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pandas (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

fino2py: A Python Package for Finometer Data Processing
================================================

fino2py is a Python package that provides tools for processing Finometer data. It offers a range of functions for reading, reshaping, and aggregating finometer data, making it easier to work with cardiovascular data collected using the Finapress Finometer device.

Features
--------
- Import raw finometer data from files in a folder
- Reshape finometer data into a minute-by-minute format
- Append cardiovascular data from multiple files
- Generate protocol averages for participants

Installation
------------
You can install fino2py using pip:

Windows

```
$ pip install fino2py
```


Documentation
-------------
The complete documentation for fino2py, including installation instructions and usage examples, can be found at [Read the Docs](https://your-package-docs-url).

Citing
------
If you use fino2py in your research or project, please cite it as:

```
Package Name: fino2py
Version: 0.1
Authors: Kev O'Malley, Ailbhe Dempsey, Siobhan Howard, Grace McMahon
Publication Date: May 2023
```


Contributing
------------
Contributions are welcome! If you find any issues or have suggestions for improvements, please submit them to the [GitHub repository](https://github.com/your-username/your-package).

License
-------
This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details.



