neo


Nameneo JSON
Version 0.13.3 PyPI version JSON
download
home_pageNone
SummaryNeo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
upload_time2024-08-28 14:51:00
maintainerNone
docs_urlNone
authorNeo authors and contributors
requires_python>=3.8
licenseBSD 3-Clause License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===
Neo
===

Neo is a Python package for working with electrophysiology data in Python, together
with support for reading a wide range of neurophysiology file formats, including
Spike2, NeuroExplorer, AlphaOmega, Axon, Blackrock, Plexon, Tdt, and support for
writing to a subset of these formats plus non-proprietary formats including HDF5.

The goal of Neo is to improve interoperability between Python tools for
analyzing, visualizing and generating electrophysiology data by providing a common,
shared object model. In order to be as lightweight a dependency as possible,
Neo is deliberately limited to represention of data, with no functions for data
analysis or visualization.

Neo is used by a number of other software tools, including
SpykeViewer_ (data analysis and visualization), Elephant_ (data analysis),
the G-node_ suite (databasing), PyNN_ (simulations), tridesclous_ (spike sorting)
and ephyviewer_ (data visualization).
OpenElectrophy_ (data analysis and visualization) uses an older version of neo.

Neo implements a hierarchical data model well adapted to intracellular and
extracellular electrophysiology and EEG data with support for multi-electrodes
(for example tetrodes). Neo's data objects build on the quantities package,
which in turn builds on NumPy by adding support for physical dimensions. Thus
Neo objects behave just like normal NumPy arrays, but with additional metadata,
checks for dimensional consistency and automatic unit conversion.

A project with similar aims but for neuroimaging file formats is `NiBabel`_.

Code status
-----------

.. image:: https://github.com/NeuralEnsemble/python-neo/actions/workflows/core-test.yml/badge.svg?event=push&branch=master
   :target: https://github.com/NeuralEnsemble/python-neo/actions?query=event%3Apush+branch%3Amaster
   :alt: Core Test Status (Github Actions)
.. image:: https://github.com/NeuralEnsemble/python-neo/actions/workflows/io-test.yml/badge.svg?event=push&branch=master
   :target: https://github.com/NeuralEnsemble/python-neo/actions?query=event%3Apush+branch%3Amaster
   :alt: IO Test Status (Github Actions)
.. image:: https://coveralls.io/repos/NeuralEnsemble/python-neo/badge.png
   :target: https://coveralls.io/r/NeuralEnsemble/python-neo
   :alt: Unit Test Coverage

More information
----------------

- Home page: http://neuralensemble.org/neo
- Mailing list: http://neuralensemble.org/community
- Documentation: http://neo.readthedocs.io/
- Bug reports: https://github.com/NeuralEnsemble/python-neo/issues

For installation instructions, see doc/source/install.rst

To cite Neo in publications, see CITATION.txt

:copyright: Copyright 2010-2024 by the Neo team, see doc/source/authors.rst.
:license: 3-Clause Revised BSD License, see LICENSE.txt for details.

Funding
-------

Development of Neo has been partially funded by the European Union Sixth Framework Program (FP6) under
grant agreement FETPI-015879 (FACETS), by the European Union Seventh Framework Program (FP7/2007­-2013)
under grant agreements no. 269921 (BrainScaleS) and no. 604102 (HBP),
and by the European Union’s Horizon 2020 Framework Programme for
Research and Innovation under the Specific Grant Agreements No. 720270 (Human Brain Project SGA1),
No. 785907 (Human Brain Project SGA2) and No. 945539 (Human Brain Project SGA3).

.. _OpenElectrophy: https://github.com/OpenElectrophy/OpenElectrophy
.. _Elephant: http://neuralensemble.org/elephant
.. _G-node: http://www.g-node.org/
.. _Neuroshare: http://neuroshare.org/
.. _SpykeViewer: https://spyke-viewer.readthedocs.org/en/latest/
.. _NiBabel: http://nipy.sourceforge.net/nibabel/
.. _PyNN: http://neuralensemble.org/PyNN
.. _quantities: http://pypi.python.org/pypi/quantities
.. _`NeuralEnsemble mailing list`: http://neuralensemble.org/community
.. _`issue tracker`: https://github.c
.. _tridesclous: https://github.com/tridesclous/tridesclous
.. _ephyviewer: https://github.com/NeuralEnsemble/ephyviewer

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "neo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Neo authors and contributors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/08/4b/c863c6bff783e94c92cb814f6ae821b35e6463c5a66e809b6864d0c66b4e/neo-0.13.3.tar.gz",
    "platform": null,
    "description": "===\nNeo\n===\n\nNeo is a Python package for working with electrophysiology data in Python, together\nwith support for reading a wide range of neurophysiology file formats, including\nSpike2, NeuroExplorer, AlphaOmega, Axon, Blackrock, Plexon, Tdt, and support for\nwriting to a subset of these formats plus non-proprietary formats including HDF5.\n\nThe goal of Neo is to improve interoperability between Python tools for\nanalyzing, visualizing and generating electrophysiology data by providing a common,\nshared object model. In order to be as lightweight a dependency as possible,\nNeo is deliberately limited to represention of data, with no functions for data\nanalysis or visualization.\n\nNeo is used by a number of other software tools, including\nSpykeViewer_ (data analysis and visualization), Elephant_ (data analysis),\nthe G-node_ suite (databasing), PyNN_ (simulations), tridesclous_ (spike sorting)\nand ephyviewer_ (data visualization).\nOpenElectrophy_ (data analysis and visualization) uses an older version of neo.\n\nNeo implements a hierarchical data model well adapted to intracellular and\nextracellular electrophysiology and EEG data with support for multi-electrodes\n(for example tetrodes). Neo's data objects build on the quantities package,\nwhich in turn builds on NumPy by adding support for physical dimensions. Thus\nNeo objects behave just like normal NumPy arrays, but with additional metadata,\nchecks for dimensional consistency and automatic unit conversion.\n\nA project with similar aims but for neuroimaging file formats is `NiBabel`_.\n\nCode status\n-----------\n\n.. image:: https://github.com/NeuralEnsemble/python-neo/actions/workflows/core-test.yml/badge.svg?event=push&branch=master\n   :target: https://github.com/NeuralEnsemble/python-neo/actions?query=event%3Apush+branch%3Amaster\n   :alt: Core Test Status (Github Actions)\n.. image:: https://github.com/NeuralEnsemble/python-neo/actions/workflows/io-test.yml/badge.svg?event=push&branch=master\n   :target: https://github.com/NeuralEnsemble/python-neo/actions?query=event%3Apush+branch%3Amaster\n   :alt: IO Test Status (Github Actions)\n.. image:: https://coveralls.io/repos/NeuralEnsemble/python-neo/badge.png\n   :target: https://coveralls.io/r/NeuralEnsemble/python-neo\n   :alt: Unit Test Coverage\n\nMore information\n----------------\n\n- Home page: http://neuralensemble.org/neo\n- Mailing list: http://neuralensemble.org/community\n- Documentation: http://neo.readthedocs.io/\n- Bug reports: https://github.com/NeuralEnsemble/python-neo/issues\n\nFor installation instructions, see doc/source/install.rst\n\nTo cite Neo in publications, see CITATION.txt\n\n:copyright: Copyright 2010-2024 by the Neo team, see doc/source/authors.rst.\n:license: 3-Clause Revised BSD License, see LICENSE.txt for details.\n\nFunding\n-------\n\nDevelopment of Neo has been partially funded by the European Union Sixth Framework Program (FP6) under\ngrant agreement FETPI-015879 (FACETS), by the European Union Seventh Framework Program (FP7/2007\u00ad-2013)\nunder grant agreements no. 269921 (BrainScaleS) and no. 604102 (HBP),\nand by the European Union\u2019s Horizon 2020 Framework Programme for\nResearch and Innovation under the Specific Grant Agreements No. 720270 (Human Brain Project SGA1),\nNo. 785907 (Human Brain Project SGA2) and No. 945539 (Human Brain Project SGA3).\n\n.. _OpenElectrophy: https://github.com/OpenElectrophy/OpenElectrophy\n.. _Elephant: http://neuralensemble.org/elephant\n.. _G-node: http://www.g-node.org/\n.. _Neuroshare: http://neuroshare.org/\n.. _SpykeViewer: https://spyke-viewer.readthedocs.org/en/latest/\n.. _NiBabel: http://nipy.sourceforge.net/nibabel/\n.. _PyNN: http://neuralensemble.org/PyNN\n.. _quantities: http://pypi.python.org/pypi/quantities\n.. _`NeuralEnsemble mailing list`: http://neuralensemble.org/community\n.. _`issue tracker`: https://github.c\n.. _tridesclous: https://github.com/tridesclous/tridesclous\n.. _ephyviewer: https://github.com/NeuralEnsemble/ephyviewer\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats",
    "version": "0.13.3",
    "project_urls": {
        "documentation": "http://neo.readthedocs.io/",
        "download": "http://pypi.python.org/pypi/neo",
        "homepage": "https://neuralensemble.org/neo",
        "repository": "https://github.com/NeuralEnsemble/python-neo"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96783e62ce6bb858d308b69d8c76dd800491dccc15443fdc7e21c9b95b09e430",
                "md5": "48b67b182e379774a5fece7fab0ee8a4",
                "sha256": "4bbf19d6386708ca672d992c552aeffdf043c7f18b05fb34c541c07026e73489"
            },
            "downloads": -1,
            "filename": "neo-0.13.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48b67b182e379774a5fece7fab0ee8a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 644628,
            "upload_time": "2024-08-28T14:50:57",
            "upload_time_iso_8601": "2024-08-28T14:50:57.939697Z",
            "url": "https://files.pythonhosted.org/packages/96/78/3e62ce6bb858d308b69d8c76dd800491dccc15443fdc7e21c9b95b09e430/neo-0.13.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "084bc863c6bff783e94c92cb814f6ae821b35e6463c5a66e809b6864d0c66b4e",
                "md5": "69d978b6ef8b6ce4f4d4c4144b1bfc57",
                "sha256": "2d3f5900e6c887cb2e8df4181ba23531e71d7c740d6eea0c97877743313d28ae"
            },
            "downloads": -1,
            "filename": "neo-0.13.3.tar.gz",
            "has_sig": false,
            "md5_digest": "69d978b6ef8b6ce4f4d4c4144b1bfc57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5030480,
            "upload_time": "2024-08-28T14:51:00",
            "upload_time_iso_8601": "2024-08-28T14:51:00.387214Z",
            "url": "https://files.pythonhosted.org/packages/08/4b/c863c6bff783e94c92cb814f6ae821b35e6463c5a66e809b6864d0c66b4e/neo-0.13.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-28 14:51:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeuralEnsemble",
    "github_project": "python-neo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "neo"
}
        
Elapsed time: 0.35200s