Metadata-Version: 2.4
Name: antio
Version: 0.7.0
Summary: Python package to handle I/O with the CNT format from ANT Neuro. 
Author-email: Mathieu Scheltienne <mathieu.scheltienne@gmail.com>
Maintainer: Eric Larson
Maintainer-email: Mathieu Scheltienne <mathieu.scheltienne@gmail.com>
License-Expression: LGPL-3.0-or-later
Project-URL: documentation, https://github.com/mscheltienne/antio
Project-URL: homepage, https://github.com/mscheltienne/antio
Project-URL: source, https://github.com/mscheltienne/antio
Project-URL: tracker, https://github.com/mscheltienne/antio/issues
Keywords: ant neuro,cnt,eeg,eego,python
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: numpy<3,>=1.23
Requires-Dist: packaging
Requires-Dist: psutil
Dynamic: license-file

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![codecov](https://codecov.io/gh/mscheltienne/antio/graph/badge.svg?token=ebC07d0dyM)](https://codecov.io/gh/mscheltienne/antio)
[![ci](https://github.com/mscheltienne/antio/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/mscheltienne/antio/actions/workflows/ci.yaml)
[![PyPI version](https://badge.fury.io/py/antio.svg)](https://badge.fury.io/py/antio)
[![PyPI Download count](https://static.pepy.tech/badge/antio)](https://pepy.tech/project/antio)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/antio.svg)](https://anaconda.org/conda-forge/antio/)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/antio.svg)](https://anaconda.org/conda-forge/antio)
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/antio.svg)](https://anaconda.org/conda-forge/antio)

# ANT I/O

Python package to handle I/O with the CNT format from ANT Neuro.
This software uses the [LIBEEP Library](http://libeep.sourceforge.net).

The version `0.1.0` has a function `antio.io.read_raw_ant` which can load a CNT file
with most MNE-Python version. However, for advance parsing and features such as file
preloading, `antio` version `0.3.0+` and MNE-Python version `1.9+` are required.
MNE-Python `1.9+` includes support for CNT files in `mne.io.read_raw` and
`mne.io.read_raw_ant`.
