pyprep


Namepyprep JSON
Version 0.4.3 PyPI version JSON
download
home_pagehttps://github.com/sappelhoff/pyprep
SummaryA Python implementation of the preprocessing pipeline (PREP) for EEG data.
upload_time2023-10-27 12:25:44
maintainerStefan Appelhoff
docs_urlNone
authorpyprep developers
requires_python>=3.8
licenseMIT
keywords eeg artifact preprocessing data neuroscience neuroimaging mne python electroencephalography eeg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

.. image:: https://github.com/sappelhoff/pyprep/workflows/Python%20build/badge.svg
   :target: https://github.com/sappelhoff/pyprep/actions?query=workflow%3A%22Python+build%22
   :alt: Python build


.. image:: https://github.com/sappelhoff/pyprep/workflows/Python%20tests/badge.svg
   :target: https://github.com/sappelhoff/pyprep/actions?query=workflow%3A%22Python+tests%22
   :alt: Python tests


.. image:: https://codecov.io/gh/sappelhoff/pyprep/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/sappelhoff/pyprep
   :alt: codecov


.. image:: https://readthedocs.org/projects/pyprep/badge/?version=latest
   :target: http://pyprep.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


.. image:: https://badge.fury.io/py/pyprep.svg
   :target: https://badge.fury.io/py/pyprep
   :alt: PyPI version

.. image:: https://img.shields.io/conda/vn/conda-forge/pyprep.svg
   :target: https://anaconda.org/conda-forge/pyprep
   :alt: Conda version

.. image:: https://zenodo.org/badge/129240824.svg
   :target: https://zenodo.org/badge/latestdoi/129240824
   :alt: Zenodo archive

pyprep
======

For documentation, see the:

- `stable documentation <http://pyprep.readthedocs.io/en/stable/>`_
- `latest (development) documentation <http://pyprep.readthedocs.io/en/latest/>`_

.. docs_readme_include_label

``pyprep`` is a Python implementation of the
`Preprocessing Pipeline (PREP) <https://doi.org/10.3389/fninf.2015.00016>`_
for EEG data, working with `MNE-Python <https://mne.tools>`_.

**ALPHA SOFTWARE.**
**This package is currently in its early stages of iteration.**
**It may change both its internals or its user-facing API in the near future.**
**Any feedback and ideas on how to improve either of these is welcome!**
**Use this software at your own risk.**

Installation
============

``pyprep`` requires Python version ``3.8`` or higher to run properly.
We recommend to run ``pyprep`` in a dedicated virtual environment
(for example using `conda <https://docs.conda.io/en/latest/miniconda.html>`_).

For installing the **stable** version of ``pyprep``, call:

.. code-block:: Text

   pip install pyprep

or, as an alternative to ``pip``, call:

.. code-block:: Text

   conda install -c conda-forge pyprep

For installing the **latest (development)** version of ``pyprep``, call:

.. code-block:: Text

   pip install git+https://github.com/sappelhoff/pyprep.git@main


Both the *stable* and the *latest* installation will additionally install
all required dependencies automatically.
The dependencies are defined in the ``setup.cfg`` file under the
``options.install_requires`` section.

Contributions
=============

**We are actively looking for contributors!**

Please chime in with your ideas on how to improve this software by opening
a GitHub issue, or submitting a pull request.

See also our `CONTRIBUTING.md <https://github.com/sappelhoff/pyprep/blob/main/.github/CONTRIBUTING.md>`_
file for help with submitting a pull request.

Potential contributors should install ``pyprep`` in the following way:

#. First they should fork ``pyprep`` to their own GitHub account.
#. Then they should run the following commands,
   adequately replacing ``<gh-username>`` with their GitHub username.

.. code-block:: Text

   git clone https://github.com/<gh-username>/pyprep
   cd pyprep
   pip install -r requirements-dev.txt
   pre-commit install
   pip install -e .

Citing
======

If you use this software in academic work, please cite it using the `Zenodo entry <https://zenodo.org/badge/latestdoi/129240824>`_.
Please also consider citing the original publication on PREP (see "References" below).
Metadata is encoded in the `CITATION.cff` file.

References
==========

1. Bigdely-Shamlo, N., Mullen, T., Kothe, C., Su, K.-M., & Robbins, K. A.
   (2015). The PREP pipeline: standardized preprocessing for large-scale EEG
   analysis. Frontiers in Neuroinformatics, 9, 16. doi:
   `10.3389/fninf.2015.00016 <https://doi.org/10.3389/fninf.2015.00016>`_

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sappelhoff/pyprep",
    "name": "pyprep",
    "maintainer": "Stefan Appelhoff",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "stefan.appelhoff@mailbox.org",
    "keywords": "EEG artifact preprocessing data neuroscience neuroimaging mne python electroencephalography eeg",
    "author": "pyprep developers",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/66/8e/5342bf5b5b0b23b0c2f9188bc8491a755dd7283fd015bd20e51db60c8e02/pyprep-0.4.3.tar.gz",
    "platform": "any",
    "description": "\n\n.. image:: https://github.com/sappelhoff/pyprep/workflows/Python%20build/badge.svg\n   :target: https://github.com/sappelhoff/pyprep/actions?query=workflow%3A%22Python+build%22\n   :alt: Python build\n\n\n.. image:: https://github.com/sappelhoff/pyprep/workflows/Python%20tests/badge.svg\n   :target: https://github.com/sappelhoff/pyprep/actions?query=workflow%3A%22Python+tests%22\n   :alt: Python tests\n\n\n.. image:: https://codecov.io/gh/sappelhoff/pyprep/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/sappelhoff/pyprep\n   :alt: codecov\n\n\n.. image:: https://readthedocs.org/projects/pyprep/badge/?version=latest\n   :target: http://pyprep.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n\n.. image:: https://badge.fury.io/py/pyprep.svg\n   :target: https://badge.fury.io/py/pyprep\n   :alt: PyPI version\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/pyprep.svg\n   :target: https://anaconda.org/conda-forge/pyprep\n   :alt: Conda version\n\n.. image:: https://zenodo.org/badge/129240824.svg\n   :target: https://zenodo.org/badge/latestdoi/129240824\n   :alt: Zenodo archive\n\npyprep\n======\n\nFor documentation, see the:\n\n- `stable documentation <http://pyprep.readthedocs.io/en/stable/>`_\n- `latest (development) documentation <http://pyprep.readthedocs.io/en/latest/>`_\n\n.. docs_readme_include_label\n\n``pyprep`` is a Python implementation of the\n`Preprocessing Pipeline (PREP) <https://doi.org/10.3389/fninf.2015.00016>`_\nfor EEG data, working with `MNE-Python <https://mne.tools>`_.\n\n**ALPHA SOFTWARE.**\n**This package is currently in its early stages of iteration.**\n**It may change both its internals or its user-facing API in the near future.**\n**Any feedback and ideas on how to improve either of these is welcome!**\n**Use this software at your own risk.**\n\nInstallation\n============\n\n``pyprep`` requires Python version ``3.8`` or higher to run properly.\nWe recommend to run ``pyprep`` in a dedicated virtual environment\n(for example using `conda <https://docs.conda.io/en/latest/miniconda.html>`_).\n\nFor installing the **stable** version of ``pyprep``, call:\n\n.. code-block:: Text\n\n   pip install pyprep\n\nor, as an alternative to ``pip``, call:\n\n.. code-block:: Text\n\n   conda install -c conda-forge pyprep\n\nFor installing the **latest (development)** version of ``pyprep``, call:\n\n.. code-block:: Text\n\n   pip install git+https://github.com/sappelhoff/pyprep.git@main\n\n\nBoth the *stable* and the *latest* installation will additionally install\nall required dependencies automatically.\nThe dependencies are defined in the ``setup.cfg`` file under the\n``options.install_requires`` section.\n\nContributions\n=============\n\n**We are actively looking for contributors!**\n\nPlease chime in with your ideas on how to improve this software by opening\na GitHub issue, or submitting a pull request.\n\nSee also our `CONTRIBUTING.md <https://github.com/sappelhoff/pyprep/blob/main/.github/CONTRIBUTING.md>`_\nfile for help with submitting a pull request.\n\nPotential contributors should install ``pyprep`` in the following way:\n\n#. First they should fork ``pyprep`` to their own GitHub account.\n#. Then they should run the following commands,\n   adequately replacing ``<gh-username>`` with their GitHub username.\n\n.. code-block:: Text\n\n   git clone https://github.com/<gh-username>/pyprep\n   cd pyprep\n   pip install -r requirements-dev.txt\n   pre-commit install\n   pip install -e .\n\nCiting\n======\n\nIf you use this software in academic work, please cite it using the `Zenodo entry <https://zenodo.org/badge/latestdoi/129240824>`_.\nPlease also consider citing the original publication on PREP (see \"References\" below).\nMetadata is encoded in the `CITATION.cff` file.\n\nReferences\n==========\n\n1. Bigdely-Shamlo, N., Mullen, T., Kothe, C., Su, K.-M., & Robbins, K. A.\n   (2015). The PREP pipeline: standardized preprocessing for large-scale EEG\n   analysis. Frontiers in Neuroinformatics, 9, 16. doi:\n   `10.3389/fninf.2015.00016 <https://doi.org/10.3389/fninf.2015.00016>`_\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python implementation of the preprocessing pipeline (PREP) for EEG data.",
    "version": "0.4.3",
    "project_urls": {
        "Bug Reports": "https://github.com/sappelhoff/pyprep/issues",
        "Documentation": "https://pyprep.readthedocs.io/en/latest",
        "Homepage": "https://github.com/sappelhoff/pyprep",
        "Source": "https://github.com/sappelhoff/pyprep"
    },
    "split_keywords": [
        "eeg",
        "artifact",
        "preprocessing",
        "data",
        "neuroscience",
        "neuroimaging",
        "mne",
        "python",
        "electroencephalography",
        "eeg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a05e2a5afbd85dee5af99382130839abd169e9448264be9c623d7423ccdd14d1",
                "md5": "8fb000ab9b973cc4f6bab2e7ff3f16ff",
                "sha256": "3150aa7ce8a7134ffe0c884fd9a630a9d284a06768c08e054f3cbfd233cb9873"
            },
            "downloads": -1,
            "filename": "pyprep-0.4.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fb000ab9b973cc4f6bab2e7ff3f16ff",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 34279,
            "upload_time": "2023-10-27T12:25:42",
            "upload_time_iso_8601": "2023-10-27T12:25:42.501035Z",
            "url": "https://files.pythonhosted.org/packages/a0/5e/2a5afbd85dee5af99382130839abd169e9448264be9c623d7423ccdd14d1/pyprep-0.4.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "668e5342bf5b5b0b23b0c2f9188bc8491a755dd7283fd015bd20e51db60c8e02",
                "md5": "b8fe0364bfd1e9641173b186d9238c6a",
                "sha256": "4e7713f214bdcbb23f1c1f1eb20602e13731961bd33d1b5fc78a1c38d02fbac0"
            },
            "downloads": -1,
            "filename": "pyprep-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b8fe0364bfd1e9641173b186d9238c6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20084985,
            "upload_time": "2023-10-27T12:25:44",
            "upload_time_iso_8601": "2023-10-27T12:25:44.448581Z",
            "url": "https://files.pythonhosted.org/packages/66/8e/5342bf5b5b0b23b0c2f9188bc8491a755dd7283fd015bd20e51db60c8e02/pyprep-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-27 12:25:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sappelhoff",
    "github_project": "pyprep",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyprep"
}
        
Elapsed time: 0.17237s