Metadata-Version: 2.3
Name: python-rtspm
Version: 0.2.16
Summary: Python adaptation of SPM functions for real-time fMRI analysis
License: GPL-3.0
Keywords: neurofeedback,neurofeedback-training,opennft,spm
Author: OpenNFT Team
Author-email: opennft@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: numpy (>=1.19.2)
Requires-Dist: scipy (>=1.5.4)
Description-Content-Type: text/markdown

# python-rtspm

[![PyPI version](https://img.shields.io/pypi/v/python-rtspm.svg)](https://pypi.python.org/pypi/python-rtspm)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/python-rtspm.svg)](https://pypi.org/project/python-rtspm/#files)
[![Build and Publish](https://github.com/OpenNFT/python-rtspm/workflows/Build%20and%20Publish/badge.svg)](https://github.com/OpenNFT/python-rtspm/actions/workflows/build-publish.yaml)
[![License](https://img.shields.io/pypi/l/python-rtspm.svg)](https://choosealicense.com/licenses/gpl-3.0)

Python adaptation of SPM functions for real-time fMRI analysis

## Installing

Python 3.11 or above is supported.

```
pip install python-rtspm
```

