Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 534 Bytes

File metadata and controls

22 lines (16 loc) · 534 Bytes

Python HEDTools API

This section contains the complete API reference for Python HEDTools. The Python HEDTools package is organized into several key modules:

  • Models: Core data structures for HED annotations and tags
  • Schema: HED schema management and validation
  • Validator: Validation tools for HED data
  • Tools: Utility functions and data processing tools
  • Errors: Error handling and reporting classes
.. toctree::
   :maxdepth: 2

   models
   schema
   validator
   tools
   errors