Name | neuroconv JSON |
Version |
0.6.5
JSON |
| download |
home_page | None |
Summary | Convert data from proprietary formats to NWB format. |
upload_time | 2024-11-01 21:18:14 |
maintainer | None |
docs_url | None |
author | Cody Baker, Szonja Weigl, Heberto Mayorquin, Paul Adkisson, Luiz Tauffer |
requires_python | >=3.9 |
license | BSD 3-Clause License Copyright (c) 2019, Neurodata Without Borders 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. |
keywords |
nwb
neurodatawithoutborders
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![PyPI version](https://badge.fury.io/py/neuroconv.svg)](https://badge.fury.io/py/neuroconv.svg)
![Daily Tests](https://github.com/catalystneuro/neuroconv/actions/workflows/dailies.yml/badge.svg)
![Auto-release](https://github.com/catalystneuro/neuroconv/actions/workflows/auto-publish.yml/badge.svg)
[![codecov](https://codecov.io/github/catalystneuro/neuroconv/coverage.svg?branch=main)](https://codecov.io/github/catalystneuro/neuroconv?branch=main)
[![documentation](https://readthedocs.org/projects/neuroconv/badge/?version=main)](https://neuroconv.readthedocs.io/en/main/)
[![Python](https://img.shields.io/pypi/pyversions/neuroconv.svg)](https://pypi.python.org/pypi/neuroconv)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![License](https://img.shields.io/pypi/l/neuroconv.svg)](https://github.com/catalystneuro/neuroconv/license.txt)
<p align="center">
<img src="https://raw.githubusercontent.com/catalystneuro/neuroconv/main/docs/img/neuroconv_logo.png" width="250" alt="NeuroConv logo"/>
<h3 align="center">Automatically convert neurophysiology data to NWB</h3>
</p>
<p align="center">
<a href="https://neuroconv.readthedocs.io/"><strong>Explore our documentation ยป</strong></a>
</p>
<!-- TABLE OF CONTENTS -->
## Table of Contents
- [About](#about)
- [Installation](#installation)
- [Documentation](#documentation)
- [License](#license)
## About
NeuroConv is a Python package for converting neurophysiology data in a variety of proprietary formats to the [Neurodata Without Borders (NWB)](http://nwb.org) standard.
Features:
* Reads data from 40 popular neurophysiology data formats and writes to NWB using best practices.
* Extracts relevant metadata from each format.
* Handles large data volume by reading datasets piece-wise.
* Minimizes the size of the NWB files by automatically applying chunking and lossless compression.
* Supports ensembles of multiple data streams, and supports common methods for temporal alignment of streams.
## Installation
We always recommend installing and running Python packages in a clean environment. One way to do this is via [conda environments](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment):
```shell
conda create --name <give the environment a name> --python <choose a version of Python to use>
conda activate <environment name>
```
To install the latest stable release of **neuroconv** though PyPI, run:
```shell
pip install neuroconv
```
To install the current unreleased `main` branch (requires `git` to be installed in your environment, such was via `conda install git`), run:
```shell
pip install git+https://github.com/catalystneuro/neuroconv.git@main
```
NeuroConv also supports a variety of extra dependencies that can be specified inside square brackets, such as
```shell
pip install "neuroconv[openephys, dandi]"
```
which will then install extra dependencies related to reading OpenEphys data as well as the usage of the DANDI CLI (such as automatic upload to the [DANDI Archive](https://www.dandiarchive.org/)).
You can read more about these options in the main [installation guide](https://neuroconv.readthedocs.io/en/main/user_guide/datainterfaces.html#installation).
## Documentation
See our [ReadTheDocs page](https://neuroconv.readthedocs.io/en/main/) for full documentation, including a gallery of all supported formats.
## License
NeuroConv is distributed under the BSD3 License. See [LICENSE](https://github.com/catalystneuro/neuroconv/blob/main/license.txt) for more information.
Raw data
{
"_id": null,
"home_page": null,
"name": "neuroconv",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "nwb, NeurodataWithoutBorders",
"author": "Cody Baker, Szonja Weigl, Heberto Mayorquin, Paul Adkisson, Luiz Tauffer",
"author_email": "Ben Dichter <ben.dichter@catalystneuro.com>",
"download_url": "https://files.pythonhosted.org/packages/e1/47/a4dbdef6c6b1a006cdb15f56d09a6a6e72a3e1dec0ea6f0497bf912f46b3/neuroconv-0.6.5.tar.gz",
"platform": null,
"description": "[![PyPI version](https://badge.fury.io/py/neuroconv.svg)](https://badge.fury.io/py/neuroconv.svg)\n![Daily Tests](https://github.com/catalystneuro/neuroconv/actions/workflows/dailies.yml/badge.svg)\n![Auto-release](https://github.com/catalystneuro/neuroconv/actions/workflows/auto-publish.yml/badge.svg)\n[![codecov](https://codecov.io/github/catalystneuro/neuroconv/coverage.svg?branch=main)](https://codecov.io/github/catalystneuro/neuroconv?branch=main)\n[![documentation](https://readthedocs.org/projects/neuroconv/badge/?version=main)](https://neuroconv.readthedocs.io/en/main/)\n[![Python](https://img.shields.io/pypi/pyversions/neuroconv.svg)](https://pypi.python.org/pypi/neuroconv)\n[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)\n[![License](https://img.shields.io/pypi/l/neuroconv.svg)](https://github.com/catalystneuro/neuroconv/license.txt)\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/catalystneuro/neuroconv/main/docs/img/neuroconv_logo.png\" width=\"250\" alt=\"NeuroConv logo\"/>\n <h3 align=\"center\">Automatically convert neurophysiology data to NWB</h3>\n</p>\n\n<p align=\"center\">\n <a href=\"https://neuroconv.readthedocs.io/\"><strong>Explore our documentation \u00bb</strong></a>\n</p>\n\n\n<!-- TABLE OF CONTENTS -->\n\n## Table of Contents\n\n- [About](#about)\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [License](#license)\n\n## About\n\nNeuroConv is a Python package for converting neurophysiology data in a variety of proprietary formats to the [Neurodata Without Borders (NWB)](http://nwb.org) standard.\n\nFeatures:\n\n* Reads data from 40 popular neurophysiology data formats and writes to NWB using best practices.\n* Extracts relevant metadata from each format.\n* Handles large data volume by reading datasets piece-wise.\n* Minimizes the size of the NWB files by automatically applying chunking and lossless compression.\n* Supports ensembles of multiple data streams, and supports common methods for temporal alignment of streams.\n\n## Installation\nWe always recommend installing and running Python packages in a clean environment. One way to do this is via [conda environments](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment):\n\n```shell\nconda create --name <give the environment a name> --python <choose a version of Python to use>\nconda activate <environment name>\n```\n\nTo install the latest stable release of **neuroconv** though PyPI, run:\n\n```shell\npip install neuroconv\n```\n\nTo install the current unreleased `main` branch (requires `git` to be installed in your environment, such was via `conda install git`), run:\n\n```shell\npip install git+https://github.com/catalystneuro/neuroconv.git@main\n```\n\nNeuroConv also supports a variety of extra dependencies that can be specified inside square brackets, such as\n\n```shell\npip install \"neuroconv[openephys, dandi]\"\n```\n\nwhich will then install extra dependencies related to reading OpenEphys data as well as the usage of the DANDI CLI (such as automatic upload to the [DANDI Archive](https://www.dandiarchive.org/)).\n\nYou can read more about these options in the main [installation guide](https://neuroconv.readthedocs.io/en/main/user_guide/datainterfaces.html#installation).\n\n\n## Documentation\nSee our [ReadTheDocs page](https://neuroconv.readthedocs.io/en/main/) for full documentation, including a gallery of all supported formats.\n\n## License\nNeuroConv is distributed under the BSD3 License. See [LICENSE](https://github.com/catalystneuro/neuroconv/blob/main/license.txt) for more information.\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License Copyright (c) 2019, Neurodata Without Borders 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. ",
"summary": "Convert data from proprietary formats to NWB format.",
"version": "0.6.5",
"project_urls": {
"Changelog": "https://github.com/catalystneuro/neuroconv/blob/main/CHANGELOG.md",
"Documentation": "https://neuroconv.readthedocs.io/",
"Homepage": "https://github.com/catalystneuro/neuroconv"
},
"split_keywords": [
"nwb",
" neurodatawithoutborders"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a2ed9a483c18f86e05bb1f3a38c2e19462ac3219066e2c96b26bea3201e50b8f",
"md5": "3d276a43ef912feed34e2c1507be0ebe",
"sha256": "03413e800e7690ffade054d6bd26e5531385c8e66ff2a0f07fe235c1cc09b8be"
},
"downloads": -1,
"filename": "neuroconv-0.6.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3d276a43ef912feed34e2c1507be0ebe",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 293331,
"upload_time": "2024-11-01T21:18:12",
"upload_time_iso_8601": "2024-11-01T21:18:12.062483Z",
"url": "https://files.pythonhosted.org/packages/a2/ed/9a483c18f86e05bb1f3a38c2e19462ac3219066e2c96b26bea3201e50b8f/neuroconv-0.6.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e147a4dbdef6c6b1a006cdb15f56d09a6a6e72a3e1dec0ea6f0497bf912f46b3",
"md5": "a7d9def5f7c109165ede9e3c5e4b2669",
"sha256": "62be076b83813563c9e0425b41a36cc8ebad1d36937054180c8cb19822854ebd"
},
"downloads": -1,
"filename": "neuroconv-0.6.5.tar.gz",
"has_sig": false,
"md5_digest": "a7d9def5f7c109165ede9e3c5e4b2669",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 223496,
"upload_time": "2024-11-01T21:18:14",
"upload_time_iso_8601": "2024-11-01T21:18:14.150420Z",
"url": "https://files.pythonhosted.org/packages/e1/47/a4dbdef6c6b1a006cdb15f56d09a6a6e72a3e1dec0ea6f0497bf912f46b3/neuroconv-0.6.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-01 21:18:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "catalystneuro",
"github_project": "neuroconv",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "neuroconv"
}