pynwb


Namepynwb JSON
Version 2.5.0 PyPI version JSON
download
home_pagehttps://github.com/NeurodataWithoutBorders/pynwb
SummaryPackage for working with Neurodata stored in the NWB format
upload_time2023-08-18 22:26:38
maintainer
docs_urlNone
authorAndrew Tritt
requires_python>=3.8
licenseBSD
keywords neuroscience python hdf hdf5 cross-platform open-data data-format open-source open-science reproducible-research pynwb nwb nwb:n neurodatawithoutborders
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: docs/source/figures/logo_pynwb.png
    :width: 200px

PyNWB is a Python package for working with NWB files. The PyNWB
documentation can be found at https://pynwb.readthedocs.io

Latest Release
==============

.. image:: https://badge.fury.io/py/pynwb.svg
     :target: https://badge.fury.io/py/pynwb

.. image:: https://anaconda.org/conda-forge/pynwb/badges/version.svg
     :target: https://anaconda.org/conda-forge/pynwb

Code Coverage
==============

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/workflows/Run%20coverage/badge.svg
    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions?query=workflow%3A%22Run+coverage%22

Overall test coverage

.. image:: https://codecov.io/gh/NeurodataWithoutBorders/pynwb/branch/dev/graph/badge.svg
    :target: https://codecov.io/gh/NeurodataWithoutBorders/pynwb

Unit test coverage

.. image:: https://codecov.io/gh/NeurodataWithoutBorders/pynwb/branch/dev/graph/badge.svg?flag=unit
    :target: https://codecov.io/gh/NeurodataWithoutBorders/pynwb

Integration test coverage

.. image:: https://codecov.io/gh/NeurodataWithoutBorders/pynwb/branch/dev/graph/badge.svg?flag=integration
    :target: https://codecov.io/gh/NeurodataWithoutBorders/pynwb

Overall Health
==============

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_tests.yml/badge.svg
    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_tests.yml

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_flake8.yml/badge.svg
    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_flake8.yml

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml/badge.svg
    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml/badge.svg
    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_all_tests.yml/badge.svg
    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_all_tests.yml

.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/deploy_release.yml/badge.svg
    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/deploy_release.yml

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

.. image:: https://img.shields.io/pypi/l/pynwb.svg
     :target: https://github.com/neurodatawithoutborders/pynwb/blob/dev/license.txt
     :alt: PyPI - License

**Conda**

.. image:: https://circleci.com/gh/conda-forge/pynwb-feedstock.svg?style=shield
     :target: https://circleci.com/gh/conda-forge/pynwb-feedstock
     :alt: Conda Feedstock Status

NWB Format API
==============

PyNWB is a Python package for working with NWB files. It provides a high-level API for
efficiently working with Neurodata stored in the `NWB format <https://nwb-schema.readthedocs.io>`_.

`Neurodata Without Borders (NWB) <http://www.nwb.org/>`_ is a project to develop a
unified data format for cellular-based neurophysiology data, focused on the
dynamics of groups of neurons measured under a large range of experimental
conditions.

The NWB team consists of neuroscientists and software developers
who recognize that adoption of a unified data format is an important step toward
breaking down the barriers to data sharing in neuroscience.

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

See the PyNWB documentation for details https://pynwb.readthedocs.io/en/stable/install_users.html

Code of Conduct
===============

This project and everyone participating in it is governed by our `code of conduct guidelines <.github/CODE_OF_CONDUCT.rst>`_. By participating, you are expected to uphold this code.

Contributing
============

For details on how to contribute to PyNWB see our `contribution guidelines <docs/CONTRIBUTING.rst>`_.

Citing NWB
==========

* **Manuscript:** Oliver RĂ¼bel, Andrew Tritt, Ryan Ly, Benjamin K Dichter, Satrajit Ghosh, Lawrence Niu, Pamela Baker, Ivan Soltesz, Lydia Ng, Karel Svoboda, Loren Frank, Kristofer E Bouchard. (2022). The Neurodata Without Borders ecosystem for neurophysiological data science. eLife, 11:e78362. doi: https://doi.org/10.7554/eLife.78362
* **RRID:** (PyNWB, RRID:SCR_017452)

LICENSE
=======

"pynwb" Copyright (c) 2017-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy).  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 University of California, Lawrence Berkeley National Laboratory, U.S. Dept. of Energy 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 OWNER 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.

You are under no obligation whatsoever to provide any bug fixes, patches, or upgrades to the features, functionality or performance of the source code ("Enhancements") to anyone; however, if you choose to make your Enhancements available either publicly, or directly to Lawrence Berkeley National Laboratory, without imposing a separate written license agreement for such Enhancements, then you hereby grant the following license: a  non-exclusive, royalty-free perpetual license to install, use, modify, prepare derivative works, incorporate into other computer software, distribute, and sublicense such enhancements or derivative works thereof, in binary and source code form.

COPYRIGHT
=========

"pynwb" Copyright (c) 2017-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy).  All rights reserved.
If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at IPO@lbl.gov.

NOTICE.  This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit other to do so.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeurodataWithoutBorders/pynwb",
    "name": "pynwb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Neuroscience python HDF HDF5 cross-platform open-data data-format open-source open-science reproducible-research PyNWB NWB NWB:N NeurodataWithoutBorders",
    "author": "Andrew Tritt",
    "author_email": "ajtritt@lbl.gov",
    "download_url": "https://files.pythonhosted.org/packages/f9/01/d1ef10eb41605a8df01486856c7876edc29edb613c6adefcb9b3582e7d45/pynwb-2.5.0.tar.gz",
    "platform": null,
    "description": ".. image:: docs/source/figures/logo_pynwb.png\n    :width: 200px\n\nPyNWB is a Python package for working with NWB files. The PyNWB\ndocumentation can be found at https://pynwb.readthedocs.io\n\nLatest Release\n==============\n\n.. image:: https://badge.fury.io/py/pynwb.svg\n     :target: https://badge.fury.io/py/pynwb\n\n.. image:: https://anaconda.org/conda-forge/pynwb/badges/version.svg\n     :target: https://anaconda.org/conda-forge/pynwb\n\nCode Coverage\n==============\n\n.. image:: https://github.com/NeurodataWithoutBorders/pynwb/workflows/Run%20coverage/badge.svg\n    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions?query=workflow%3A%22Run+coverage%22\n\nOverall test coverage\n\n.. image:: https://codecov.io/gh/NeurodataWithoutBorders/pynwb/branch/dev/graph/badge.svg\n    :target: https://codecov.io/gh/NeurodataWithoutBorders/pynwb\n\nUnit test coverage\n\n.. image:: https://codecov.io/gh/NeurodataWithoutBorders/pynwb/branch/dev/graph/badge.svg?flag=unit\n    :target: https://codecov.io/gh/NeurodataWithoutBorders/pynwb\n\nIntegration test coverage\n\n.. image:: https://codecov.io/gh/NeurodataWithoutBorders/pynwb/branch/dev/graph/badge.svg?flag=integration\n    :target: https://codecov.io/gh/NeurodataWithoutBorders/pynwb\n\nOverall Health\n==============\n\n.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_tests.yml/badge.svg\n    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_tests.yml\n\n.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_flake8.yml/badge.svg\n    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_flake8.yml\n\n.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml/badge.svg\n    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml\n\n.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml/badge.svg\n    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml\n\n.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_all_tests.yml/badge.svg\n    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_all_tests.yml\n\n.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/deploy_release.yml/badge.svg\n    :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/deploy_release.yml\n\n.. image:: https://readthedocs.org/projects/pynwb/badge/?version=latest\n     :target: https://pynwb.readthedocs.io/en/latest/?badge=latest\n     :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/l/pynwb.svg\n     :target: https://github.com/neurodatawithoutborders/pynwb/blob/dev/license.txt\n     :alt: PyPI - License\n\n**Conda**\n\n.. image:: https://circleci.com/gh/conda-forge/pynwb-feedstock.svg?style=shield\n     :target: https://circleci.com/gh/conda-forge/pynwb-feedstock\n     :alt: Conda Feedstock Status\n\nNWB Format API\n==============\n\nPyNWB is a Python package for working with NWB files. It provides a high-level API for\nefficiently working with Neurodata stored in the `NWB format <https://nwb-schema.readthedocs.io>`_.\n\n`Neurodata Without Borders (NWB) <http://www.nwb.org/>`_ is a project to develop a\nunified data format for cellular-based neurophysiology data, focused on the\ndynamics of groups of neurons measured under a large range of experimental\nconditions.\n\nThe NWB team consists of neuroscientists and software developers\nwho recognize that adoption of a unified data format is an important step toward\nbreaking down the barriers to data sharing in neuroscience.\n\nInstallation\n============\n\nSee the PyNWB documentation for details https://pynwb.readthedocs.io/en/stable/install_users.html\n\nCode of Conduct\n===============\n\nThis project and everyone participating in it is governed by our `code of conduct guidelines <.github/CODE_OF_CONDUCT.rst>`_. By participating, you are expected to uphold this code.\n\nContributing\n============\n\nFor details on how to contribute to PyNWB see our `contribution guidelines <docs/CONTRIBUTING.rst>`_.\n\nCiting NWB\n==========\n\n* **Manuscript:** Oliver R\u00fcbel, Andrew Tritt, Ryan Ly, Benjamin K Dichter, Satrajit Ghosh, Lawrence Niu, Pamela Baker, Ivan Soltesz, Lydia Ng, Karel Svoboda, Loren Frank, Kristofer E Bouchard. (2022). The Neurodata Without Borders ecosystem for neurophysiological data science. eLife, 11:e78362. doi: https://doi.org/10.7554/eLife.78362\n* **RRID:** (PyNWB, RRID:SCR_017452)\n\nLICENSE\n=======\n\n\"pynwb\" Copyright (c) 2017-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy).  All rights reserved.\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n(1) Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n(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.\n\n(3) Neither the name of the University of California, Lawrence Berkeley National Laboratory, U.S. Dept. of Energy nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS 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 OWNER 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.\n\nYou are under no obligation whatsoever to provide any bug fixes, patches, or upgrades to the features, functionality or performance of the source code (\"Enhancements\") to anyone; however, if you choose to make your Enhancements available either publicly, or directly to Lawrence Berkeley National Laboratory, without imposing a separate written license agreement for such Enhancements, then you hereby grant the following license: a  non-exclusive, royalty-free perpetual license to install, use, modify, prepare derivative works, incorporate into other computer software, distribute, and sublicense such enhancements or derivative works thereof, in binary and source code form.\n\nCOPYRIGHT\n=========\n\n\"pynwb\" Copyright (c) 2017-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy).  All rights reserved.\nIf you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at IPO@lbl.gov.\n\nNOTICE.  This Software was developed under funding from the U.S. Department of Energy and the U.S. Government consequently retains certain rights. As such, the U.S. Government has been granted for itself and others acting on its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software to reproduce, distribute copies to the public, prepare derivative works, and perform publicly and display publicly, and to permit other to do so.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Package for working with Neurodata stored in the NWB format",
    "version": "2.5.0",
    "project_urls": {
        "Homepage": "https://github.com/NeurodataWithoutBorders/pynwb"
    },
    "split_keywords": [
        "neuroscience",
        "python",
        "hdf",
        "hdf5",
        "cross-platform",
        "open-data",
        "data-format",
        "open-source",
        "open-science",
        "reproducible-research",
        "pynwb",
        "nwb",
        "nwb:n",
        "neurodatawithoutborders"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce3cf2e265900fa86aadd5c111382149543c112e12c8caa4361de55db90dda37",
                "md5": "9903aac6ab12a037401af0a35a7572c6",
                "sha256": "d0ef0a6e42e9176fd0e71d186911701362e53f78514230236589848468a46f83"
            },
            "downloads": -1,
            "filename": "pynwb-2.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9903aac6ab12a037401af0a35a7572c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 133998,
            "upload_time": "2023-08-18T22:26:36",
            "upload_time_iso_8601": "2023-08-18T22:26:36.517203Z",
            "url": "https://files.pythonhosted.org/packages/ce/3c/f2e265900fa86aadd5c111382149543c112e12c8caa4361de55db90dda37/pynwb-2.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f901d1ef10eb41605a8df01486856c7876edc29edb613c6adefcb9b3582e7d45",
                "md5": "7916d6671b024c9c99180af66912e5ce",
                "sha256": "4010bb946e8b9ec50733e7569207702af663bcd8edafcae96e2c66e53ae573d6"
            },
            "downloads": -1,
            "filename": "pynwb-2.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7916d6671b024c9c99180af66912e5ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 620770,
            "upload_time": "2023-08-18T22:26:38",
            "upload_time_iso_8601": "2023-08-18T22:26:38.123361Z",
            "url": "https://files.pythonhosted.org/packages/f9/01/d1ef10eb41605a8df01486856c7876edc29edb613c6adefcb9b3582e7d45/pynwb-2.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 22:26:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeurodataWithoutBorders",
    "github_project": "pynwb",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "pynwb"
}
        
Elapsed time: 0.10164s