fino2py


Namefino2py JSON
Version 0.1.0.6 PyPI version JSON
download
home_page
SummaryA package to help researchers and clinicians work with data produced by the Finapress Finometer and Nova devices
upload_time2024-01-17 12:44:14
maintainer
docs_urlNone
authorKev O'Malley
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            fino2py: A Python Package for Finometer Data Processing
================================================

fino2py is a Python package that provides tools for processing raw data produced by either the Finapress Finometer or the Finapress Novapress. It offers a range of functions for ingesting, reshaping, and aggregating data, making it easier to work with cardiovascular data collected using these devices.

Features
--------
- Import raw data from `.txt` or `.csv` files generated by the finometer without needing to manually copy/paste from Beatscope, or mannualy merge multiple files
- Reshape  data into a minute-by-minute format to allow for trends to be identified
- Generate experimental protocol averages for each cardiovascular measure
- Append cardiovascular data from multiple files
- Save the processed data to `.csv` format for importing into python, R, SPSS or other stats software

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://fino2py.readthedocs.io/en/latest/).

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

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

APA Style:
------------
```
O'Malley, K., Dempsey, A., Howard, S., McMahon, G., Griffen, S., (2023). fino2py (Version 0.1.0)[Software].            Available from https://pypi.org/project/fino2py
```

BibTeX:
------------
```
@misc{fino2py,
  title = {fino2py},
  version = {1.0},
  author = {O'Malley, Kev and Dempsey, Ailbhe and Howard, Siobhan and McMahon, Grace and Griffin, Siobhan},
  year = {2023},
  month = {June},
}
```

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


License
-------
This project is licensed under the MIT License



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fino2py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kev O'Malley",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/43/10/863d6bd8d5dd4c494b8c927a5c0ed4527bc75a2bf97f45c7ada9616a3e4e/fino2py-0.1.0.6.tar.gz",
    "platform": null,
    "description": "fino2py: A Python Package for Finometer Data Processing\n================================================\n\nfino2py is a Python package that provides tools for processing raw data produced by either the Finapress Finometer or the Finapress Novapress. It offers a range of functions for ingesting, reshaping, and aggregating data, making it easier to work with cardiovascular data collected using these devices.\n\nFeatures\n--------\n- Import raw data from `.txt` or `.csv` files generated by the finometer without needing to manually copy/paste from Beatscope, or mannualy merge multiple files\n- Reshape  data into a minute-by-minute format to allow for trends to be identified\n- Generate experimental protocol averages for each cardiovascular measure\n- Append cardiovascular data from multiple files\n- Save the processed data to `.csv` format for importing into python, R, SPSS or other stats software\n\nInstallation\n------------\nYou can install fino2py using pip:\n\nWindows\n\n```\n$ pip install fino2py\n```\n\n\nDocumentation\n-------------\nThe complete documentation for fino2py, including installation instructions and usage examples, can be found at [Read the Docs](https://fino2py.readthedocs.io/en/latest/).\n\nCiting\n------\nIf you use fino2py in your research or project, please cite it as:\n\nPackage Name: fino2py\nVersion: 0.1.1\nAuthors: Kev O'Malley, Ailbhe Dempsey, Siobhan Howard, Grace McMahon, Siobhan Griffin\nPublication Date: May 2023\n\nAPA Style:\n------------\n```\nO'Malley, K., Dempsey, A., Howard, S., McMahon, G., Griffen, S., (2023). fino2py (Version 0.1.0)[Software].            Available from https://pypi.org/project/fino2py\n```\n\nBibTeX:\n------------\n```\n@misc{fino2py,\n  title = {fino2py},\n  version = {1.0},\n  author = {O'Malley, Kev and Dempsey, Ailbhe and Howard, Siobhan and McMahon, Grace and Griffin, Siobhan},\n  year = {2023},\n  month = {June},\n}\n```\n\nContributing\n------------\nContributions are welcome! If you find any issues or have suggestions for improvements, please submit them to the [GitHub repository](https://github.com/spider-z3r0/fino2py).\n\n\nLicense\n-------\nThis project is licensed under the MIT License\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to help researchers and clinicians work with data produced by the Finapress Finometer and Nova devices",
    "version": "0.1.0.6",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20425785e94ab7ba460fa87165a055f2fb6e94ae955fda3a292a880eba4729d9",
                "md5": "a82b100365a54f199e845a6d8dc4aab0",
                "sha256": "5eba9cd14a3a4535553e2a9e3a064e24525bb0d4c73202145e2d696ec15f6937"
            },
            "downloads": -1,
            "filename": "fino2py-0.1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a82b100365a54f199e845a6d8dc4aab0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 23159,
            "upload_time": "2024-01-17T12:44:13",
            "upload_time_iso_8601": "2024-01-17T12:44:13.478633Z",
            "url": "https://files.pythonhosted.org/packages/20/42/5785e94ab7ba460fa87165a055f2fb6e94ae955fda3a292a880eba4729d9/fino2py-0.1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4310863d6bd8d5dd4c494b8c927a5c0ed4527bc75a2bf97f45c7ada9616a3e4e",
                "md5": "de864b91deb5733147616ddb2f1111ba",
                "sha256": "8121fa66b219b31ceac842c836bdb1f41102194c07d31cb1c0b94bcd6eb15c7a"
            },
            "downloads": -1,
            "filename": "fino2py-0.1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "de864b91deb5733147616ddb2f1111ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 13393,
            "upload_time": "2024-01-17T12:44:14",
            "upload_time_iso_8601": "2024-01-17T12:44:14.522667Z",
            "url": "https://files.pythonhosted.org/packages/43/10/863d6bd8d5dd4c494b8c927a5c0ed4527bc75a2bf97f45c7ada9616a3e4e/fino2py-0.1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 12:44:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fino2py"
}
        
Elapsed time: 0.17485s