Metadata-Version: 2.4
Name: pycartool
Version: 0.2.0
Summary: A simple open source Python package for I/O between Cartool and MNE ( and more generally python)
Author: Tanguy Vivier
Author-email: Victor Férat <victor.ferat@live.fr>
Maintainer-email: Victor Férat <victor.ferat@live.fr>
License: BSD 3-Clause License
        
        Copyright (c) 2019, Victor Férat
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: homepage, https://github.com//fcbg-platforms/pycartool
Project-URL: documentation, https://fcbg-platforms.github.io/pycartool
Project-URL: source, https://github.com/fcbg-platforms/pycartool
Project-URL: tracker, https://github.com/fcbg-platforms/yycartool/issues
Keywords: python,neuroscience,neuroimaging,eeg,brain
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<3,>=1.23
Requires-Dist: mne>=1.9.0
Requires-Dist: packaging
Requires-Dist: psutil
Provides-Extra: all
Requires-Dist: pycartool[build]; extra == "all"
Requires-Dist: pycartool[doc]; extra == "all"
Requires-Dist: pycartool[style]; extra == "all"
Requires-Dist: pycartool[test]; extra == "all"
Provides-Extra: build
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Provides-Extra: doc
Requires-Dist: intersphinx_registry; extra == "doc"
Requires-Dist: ipyevents; extra == "doc"
Requires-Dist: ipywidgets; extra == "doc"
Requires-Dist: matplotlib; extra == "doc"
Requires-Dist: memory-profiler; extra == "doc"
Requires-Dist: myst_parser; extra == "doc"
Requires-Dist: nilearn; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: pydata_sphinx_theme; extra == "doc"
Requires-Dist: PyQt5; extra == "doc"
Requires-Dist: pyvistaqt; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-copybutton; extra == "doc"
Requires-Dist: sphinx-design; extra == "doc"
Requires-Dist: sphinx-gallery; extra == "doc"
Requires-Dist: sphinx-issues; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex; extra == "doc"
Requires-Dist: pandas; extra == "doc"
Provides-Extra: style
Requires-Dist: bibclean; extra == "style"
Requires-Dist: codespell[toml]>=2.2.4; extra == "style"
Requires-Dist: pre-commit; extra == "style"
Requires-Dist: ruff>=0.6.0; extra == "style"
Requires-Dist: toml-sort; extra == "style"
Requires-Dist: yamllint; extra == "style"
Provides-Extra: test
Requires-Dist: pymatreader; extra == "test"
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

[![Latest PyPI Release](https://img.shields.io/pypi/v/pycartool.svg)](https://pypi.org/project/pycartool/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pycartool.svg)](https://pypi.python.org/pypi/pycartool/)
[![Build Status](https://dev.azure.com/vferat/pycartool/_apis/build/status/fcbg-platforms.pycartool?branchName=main)](https://dev.azure.com/vferat/pycartool/_build/latest?definitionId=5&branchName=main)
[![codecov](https://codecov.io/gh/fcbg-platforms/PyCartool/branch/master/graph/badge.svg?token=3TeUfaAmXd)](https://codecov.io/gh/fcbg-platforms/pycartool)
![License](https://img.shields.io/badge/license-BSD-green.svg)

# PyCartool
A simple open source Python package for I/O between Cartool and python

## About Cartool
Cartool is the EEG analysis software developed at the Functional Brain Mapping Lab (FBMLab), in Geneva, Switzerland. This project was initiated in 1996, and is still actively developed up to these days. It has been entirely programmed by Denis Brunet in C++, and doesn't rely on any other dependency to run.
from [Cartool website](https://sites.google.com/site/cartoolcommunity/about).

![alt text](./docs/_static//img/Cartool.PNG "Cartool")

## Installation

The latest stable version of Pycartool is available through [PyPi](https://pypi.org/project/pycartool/):

`pip install pycartool`

## Documentation

Documentation is available at <https://pycartool.readthedocs.io/en/stable/>

## Contributing to Pycartool

Any contribution is welcome, please let us know by opening an issue!
