| Name | nwb2bids JSON |
| Version |
0.6.0
JSON |
| download |
| home_page | None |
| Summary | Reorganize NWB files into a BIDS directory layout. |
| upload_time | 2025-10-24 18:25:41 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.10 |
| license | MIT License
Copyright (c) 2025 nwb2bids
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. |
| keywords |
bids
brain imaging data structure
dandi archive
nwb
neurodatawithoutborders
data organization
data standards
neurodata
neuroscience
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/con/nwb2bids/main/assets/nwb2bids-color-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/con/nwb2bids/main/assets/nwb2bids-color.svg">
<img alt="nwb2bids logo" src="https://raw.githubusercontent.com/con/nwb2bids/main/assets/nwb2bids-color.svg" width="200">
</picture>
<h1 align="center">nwb2bids</h1>
<p align="center">
<a href="https://pypi.org/project/nwb2bids/"><img alt="Supported Python versions" src="https://img.shields.io/pypi/pyversions/nwb2bids.svg"></a>
<a href="https://codecov.io/github/con/nwb2bids?branch=main"><img alt="codecov" src="https://codecov.io/github/con/nwb2bids/coverage.svg?branch=main"></a>
</p>
<p align="center">
<a href="https://pypi.org/project/nwb2bids/"><img alt="PyPI latest release version" src="https://badge.fury.io/py/nwb2bids.svg?id=py&kill_cache=1"></a>
<a href="https://github.com/con/nwb2bids/blob/main/LICENSE.txt"><img alt="License: BSD-3" src="https://img.shields.io/pypi/l/nwb2bids.svg"></a>
<a href="https://doi.org/10.5281/zenodo.17148059"><img src="https://zenodo.org/badge/765478037.svg" alt="DOI"></a>
</p>
<p align="center">
<a href="https://github.com/psf/black"><img alt="Python code style: Black" src="https://img.shields.io/badge/python_code_style-black-000000.svg"></a>
<a href="https://github.com/astral-sh/ruff"><img alt="Python code style: Ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json"></a>
</p>
</p>
Reorganize NWB files into a BIDS directory layout.
Currently developed for the `microephys` BIDS modality, which encompasses both the NWB `ecephys` and `icephys` neurodata subtypes, and which is currently pending formal inclusion in BIDS schema as part of [BEP032](https://github.com/bids-standard/bids-specification/pull/1705).
Raw data
{
"_id": null,
"home_page": null,
"name": "nwb2bids",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "BIDS, Brain Imaging Data Structure, DANDI Archive, NWB, NeurodataWithoutBorders, data organization, data standards, neurodata, neuroscience",
"author": null,
"author_email": "Cody Baker <cody.c.baker.phd@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/79/51/4bfaae1d5473d03bb17e0ea41ea6bac16a7e50ba1d712bd40391bf33ddf8/nwb2bids-0.6.0.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <picture>\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/con/nwb2bids/main/assets/nwb2bids-color-dark.svg\">\n <source media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/con/nwb2bids/main/assets/nwb2bids-color.svg\">\n <img alt=\"nwb2bids logo\" src=\"https://raw.githubusercontent.com/con/nwb2bids/main/assets/nwb2bids-color.svg\" width=\"200\">\n </picture>\n\n <h1 align=\"center\">nwb2bids</h1>\n <p align=\"center\">\n <a href=\"https://pypi.org/project/nwb2bids/\"><img alt=\"Supported Python versions\" src=\"https://img.shields.io/pypi/pyversions/nwb2bids.svg\"></a>\n <a href=\"https://codecov.io/github/con/nwb2bids?branch=main\"><img alt=\"codecov\" src=\"https://codecov.io/github/con/nwb2bids/coverage.svg?branch=main\"></a>\n </p>\n <p align=\"center\">\n <a href=\"https://pypi.org/project/nwb2bids/\"><img alt=\"PyPI latest release version\" src=\"https://badge.fury.io/py/nwb2bids.svg?id=py&kill_cache=1\"></a>\n <a href=\"https://github.com/con/nwb2bids/blob/main/LICENSE.txt\"><img alt=\"License: BSD-3\" src=\"https://img.shields.io/pypi/l/nwb2bids.svg\"></a>\n <a href=\"https://doi.org/10.5281/zenodo.17148059\"><img src=\"https://zenodo.org/badge/765478037.svg\" alt=\"DOI\"></a>\n </p>\n <p align=\"center\">\n <a href=\"https://github.com/psf/black\"><img alt=\"Python code style: Black\" src=\"https://img.shields.io/badge/python_code_style-black-000000.svg\"></a>\n <a href=\"https://github.com/astral-sh/ruff\"><img alt=\"Python code style: Ruff\" src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\"></a>\n </p>\n</p>\n\n\nReorganize NWB files into a BIDS directory layout.\n\nCurrently developed for the `microephys` BIDS modality, which encompasses both the NWB `ecephys` and `icephys` neurodata subtypes, and which is currently pending formal inclusion in BIDS schema as part of [BEP032](https://github.com/bids-standard/bids-specification/pull/1705).\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2025 nwb2bids\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.",
"summary": "Reorganize NWB files into a BIDS directory layout.",
"version": "0.6.0",
"project_urls": {
"Changelog": "https://github.com/con/nwb2bids/blob/main/CHANGELOG.md",
"Issues": "https://github.com/con/nwb2bids/issues",
"Repository": "https://github.com/con/nwb2bids/"
},
"split_keywords": [
"bids",
" brain imaging data structure",
" dandi archive",
" nwb",
" neurodatawithoutborders",
" data organization",
" data standards",
" neurodata",
" neuroscience"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "73c9fc85a848e1ca21fd3fc61b3ae1cdfbf5626797d39ced82e59b0b53378cb2",
"md5": "89bdb2893b7a4d889e0b73d13af2c1ae",
"sha256": "99ebe304215bdce3df6b08e838b17613c46b3e49a30fefbdb693ab272ca6faed"
},
"downloads": -1,
"filename": "nwb2bids-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "89bdb2893b7a4d889e0b73d13af2c1ae",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 36549,
"upload_time": "2025-10-24T18:25:40",
"upload_time_iso_8601": "2025-10-24T18:25:40.121339Z",
"url": "https://files.pythonhosted.org/packages/73/c9/fc85a848e1ca21fd3fc61b3ae1cdfbf5626797d39ced82e59b0b53378cb2/nwb2bids-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "79514bfaae1d5473d03bb17e0ea41ea6bac16a7e50ba1d712bd40391bf33ddf8",
"md5": "879782b72b79dc19029809da73d1908e",
"sha256": "c8d2270a77845aa0ef72368f57fa35e44efe314c37b02bcd097f5a03220df54d"
},
"downloads": -1,
"filename": "nwb2bids-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "879782b72b79dc19029809da73d1908e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 54550,
"upload_time": "2025-10-24T18:25:41",
"upload_time_iso_8601": "2025-10-24T18:25:41.330052Z",
"url": "https://files.pythonhosted.org/packages/79/51/4bfaae1d5473d03bb17e0ea41ea6bac16a7e50ba1d712bd40391bf33ddf8/nwb2bids-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-24 18:25:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "con",
"github_project": "nwb2bids",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nwb2bids"
}