Metadata-Version: 2.1
Name: mne-kit-gui
Version: 1.2.0
Summary: A module for KIT MEG coregistration.
Home-page: https://github.com/mne-tools/mne-kit-gui
Download-URL: https://github.com/mne-tools/mne-kit-gui
Maintainer: Christian Brodbeck
Maintainer-email: christianbrodbeck@me.com
License: BSD-3
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: mayavi
Requires-Dist: mne>=0.23
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: pydocstyle; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: check-manifest; extra == "test"
Requires-Dist: twine; extra == "test"
Requires-Dist: wheel; extra == "test"
Requires-Dist: pyvista; extra == "test"

mne-kit-gui
===========

Installation can be performed via ``conda`` with:

.. code-block:: console

    $ conda env create -f environment.yml
    $ conda activate mne-kit-gui
    $ mne kit2fiff
