Metadata-Version: 2.1
Name: opmpy
Version: 0.0.1
Summary: Processing tool for OPM-MEG.
Home-page: https://github.com/liaopan/opm-python
Maintainer: liaopan
Maintainer-email: liaopanblog@gmail.com
License: MIT-License
Download-URL: http://github.com/liaopan/opm-python
Keywords: Neuroscience NeuroImaging OPM-MEG Brain.
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: auto-click-auto (>=0.1.4)
Requires-Dist: click (>=8.1.7)
Requires-Dist: dill
Requires-Dist: joblib (==1.3.2)
Requires-Dist: loguru (>=0.7.2)
Requires-Dist: mne (>=1.5)
Requires-Dist: numpy (>=1.24)
Requires-Dist: open3d
Requires-Dist: openpyxl (>=3.0.0)
Requires-Dist: pandas (>=2.0.0)

# OPM-Python: Optically Pumped Magnetometers Processing Tool
OPM-Python is an analysis tool for OPM-MEG.


[![PyPI - Version](https://img.shields.io/pypi/v/opm?color)](https://badge.fury.io/opm-python)

[//]: # ([![Documentation]&#40;https://readthedocs.org/projects/opm-python/badge/?version=latest&#41;]&#40;https://opm-python.readthedocs.io/&#41;)
[![PyPI Versions](https://img.shields.io/pypi/pyversions/opmqc.svg?color)](https://pypi.python.org/pypi/opm-python?color=deepgreen)
[![PyPI License](https://img.shields.io/pypi/l/opmqc.svg?color)](LICENSCE.md)
![PyPI - Downloads](https://img.shields.io/pypi/dm/opm-python)

## Installation
```bash
pip install opmpy
```

### Local/Offline Installation
Download the `opm-python-<verion>-py3-none-any.whl` installation file from [Releases](https://github.com/LiaoPan/opm-python/releases) for offline installation.
```bash
pip install opmpy-<verion>-py3-none-any.whl
```

## [Get Started]()


## Bug reports
Please use the [GitHub issue tracker](https://github.com/LiaoPan/opm-python/issues) to report bugs.



