Metadata-Version: 2.3
Name: ndx-hed
Version: 0.1.0
Summary: NWB extension for HED data
Project-URL: Homepage, https://github.com/hed-standard/ndx-hed
Project-URL: Documentation, https://https://www.hed-resources.org/en/latest/HedAnnotationInNWB.html
Project-URL: Bug Tracker, https://github.com/hed-standard/ndx-hed/issues
Project-URL: Discussions, https://github.com/hed-standard/ndx-hed/discussions
Project-URL: Changelog, https://github.com/hed-standard/ndx-hed/CHANGELOG.md
Author-email: Ryan Ly <rly@lbl.gov>, Oliver Ruebel <oruebel@lbl.gov>, Kay Robbins <kay.robbins@utsa.edu>, Ian Callanan <ianrcallanan@gmail.com>
License: BSD-3
License-File: LICENSE.txt
Keywords: NWB,NeurodataWithoutBorders,ndx-extension,nwb-extension
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: hdmf>=3.14.1
Requires-Dist: hedtools>=0.5.0
Requires-Dist: pynwb>=2.8.0
Description-Content-Type: text/markdown

# ndx-hed Extension for NWB

[**Neurodata Without Borders (NWB)**](https://www.nwb.org/) is a data standard for organizing neurophysiology data.
NWB is used extensively as the data representation for single cell and animal recordings as well as
human neuroimaging modalities such as IEEG. HED (Hierarchical Event Descriptors) is a system of
standardized vocabularies and supporting tools that allows fine-grained annotation of data.
HED annotations can now be used in NWB to provide a column of HED annotations for any NWB
dynamic table. 

The [**HED annotation in NWB**](https://www.hed-resources.org/en/latest/HedAnnotationInNWB.html)
user guide explains in more detail how to use this extension for HED.


## Installation

**Python:**
```bash
pip install -U ndx-hed
```

**Matlab:**  The Matlab extension is under development
