LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
hed/__init__.py
hed/_version.py
hed/errors/__init__.py
hed/errors/error_messages.py
hed/errors/error_reporter.py
hed/errors/error_types.py
hed/errors/exceptions.py
hed/errors/known_error_codes.py
hed/errors/schema_error_messages.py
hed/models/__init__.py
hed/models/base_input.py
hed/models/basic_search.py
hed/models/column_mapper.py
hed/models/column_metadata.py
hed/models/def_expand_gather.py
hed/models/definition_dict.py
hed/models/definition_entry.py
hed/models/df_util.py
hed/models/hed_group.py
hed/models/hed_string.py
hed/models/hed_tag.py
hed/models/model_constants.py
hed/models/query_expressions.py
hed/models/query_handler.py
hed/models/query_service.py
hed/models/query_util.py
hed/models/sidecar.py
hed/models/spreadsheet_input.py
hed/models/string_util.py
hed/models/tabular_input.py
hed/models/timeseries_input.py
hed/resources/word_cloud_brain_mask.png
hed/schema/__init__.py
hed/schema/hed_cache.py
hed/schema/hed_schema.py
hed/schema/hed_schema_base.py
hed/schema/hed_schema_constants.py
hed/schema/hed_schema_df_constants.py
hed/schema/hed_schema_entry.py
hed/schema/hed_schema_group.py
hed/schema/hed_schema_io.py
hed/schema/hed_schema_section.py
hed/schema/schema_attribute_validators.py
hed/schema/schema_compare.py
hed/schema/schema_compliance.py
hed/schema/schema_header_util.py
hed/schema/schema_validation_util.py
hed/schema/schema_validation_util_deprecated.py
hed/schema/schema_data/HED8.0.0.xml
hed/schema/schema_data/HED8.1.0.xml
hed/schema/schema_data/HED8.2.0.xml
hed/schema/schema_data/HED8.3.0.xml
hed/schema/schema_data/HED_score_1.0.0.xml
hed/schema/schema_data/HED_score_1.1.0.xml
hed/schema/schema_data/HED_testlib_1.0.2.xml
hed/schema/schema_data/HED_testlib_2.0.0.xml
hed/schema/schema_data/HED_testlib_2.1.0.xml
hed/schema/schema_data/HED_testlib_3.0.0.xml
hed/schema/schema_io/__init__.py
hed/schema/schema_io/base2schema.py
hed/schema/schema_io/df2schema.py
hed/schema/schema_io/ontology_util.py
hed/schema/schema_io/schema2base.py
hed/schema/schema_io/schema2df.py
hed/schema/schema_io/schema2wiki.py
hed/schema/schema_io/schema2xml.py
hed/schema/schema_io/schema_util.py
hed/schema/schema_io/text2schema.py
hed/schema/schema_io/text_util.py
hed/schema/schema_io/wiki2schema.py
hed/schema/schema_io/wiki_constants.py
hed/schema/schema_io/xml2schema.py
hed/schema/schema_io/xml_constants.py
hed/scripts/__init__.py
hed/scripts/convert_and_update_schema.py
hed/scripts/create_ontology.py
hed/scripts/script_util.py
hed/scripts/validate_schemas.py
hed/tools/__init__.py
hed/tools/analysis/__init__.py
hed/tools/analysis/annotation_util.py
hed/tools/analysis/column_name_summary.py
hed/tools/analysis/event_manager.py
hed/tools/analysis/file_dictionary.py
hed/tools/analysis/hed_tag_counts.py
hed/tools/analysis/hed_tag_manager.py
hed/tools/analysis/hed_type.py
hed/tools/analysis/hed_type_counts.py
hed/tools/analysis/hed_type_defs.py
hed/tools/analysis/hed_type_factors.py
hed/tools/analysis/hed_type_manager.py
hed/tools/analysis/key_map.py
hed/tools/analysis/sequence_map.py
hed/tools/analysis/tabular_summary.py
hed/tools/analysis/temporal_event.py
hed/tools/bids/__init__.py
hed/tools/bids/bids_dataset.py
hed/tools/bids/bids_file.py
hed/tools/bids/bids_file_dictionary.py
hed/tools/bids/bids_file_group.py
hed/tools/bids/bids_sidecar_file.py
hed/tools/bids/bids_tabular_dictionary.py
hed/tools/bids/bids_tabular_file.py
hed/tools/remodeling/__init__.py
hed/tools/remodeling/backup_manager.py
hed/tools/remodeling/dispatcher.py
hed/tools/remodeling/remodeler_validator.py
hed/tools/remodeling/cli/__init__.py
hed/tools/remodeling/cli/run_remodel.py
hed/tools/remodeling/cli/run_remodel_backup.py
hed/tools/remodeling/cli/run_remodel_restore.py
hed/tools/remodeling/operations/__init__.py
hed/tools/remodeling/operations/base_op.py
hed/tools/remodeling/operations/base_summary.py
hed/tools/remodeling/operations/convert_columns_op.py
hed/tools/remodeling/operations/factor_column_op.py
hed/tools/remodeling/operations/factor_hed_tags_op.py
hed/tools/remodeling/operations/factor_hed_type_op.py
hed/tools/remodeling/operations/merge_consecutive_op.py
hed/tools/remodeling/operations/number_groups_op.py
hed/tools/remodeling/operations/number_rows_op.py
hed/tools/remodeling/operations/remap_columns_op.py
hed/tools/remodeling/operations/remove_columns_op.py
hed/tools/remodeling/operations/remove_rows_op.py
hed/tools/remodeling/operations/rename_columns_op.py
hed/tools/remodeling/operations/reorder_columns_op.py
hed/tools/remodeling/operations/split_rows_op.py
hed/tools/remodeling/operations/summarize_column_names_op.py
hed/tools/remodeling/operations/summarize_column_values_op.py
hed/tools/remodeling/operations/summarize_definitions_op.py
hed/tools/remodeling/operations/summarize_hed_tags_op.py
hed/tools/remodeling/operations/summarize_hed_type_op.py
hed/tools/remodeling/operations/summarize_hed_validation_op.py
hed/tools/remodeling/operations/summarize_sidecar_from_events_op.py
hed/tools/remodeling/operations/valid_operations.py
hed/tools/util/__init__.py
hed/tools/util/data_util.py
hed/tools/util/hed_logger.py
hed/tools/util/io_util.py
hed/tools/util/schema_util.py
hed/tools/visualization/__init__.py
hed/tools/visualization/tag_word_cloud.py
hed/tools/visualization/word_cloud_util.py
hed/validator/__init__.py
hed/validator/def_validator.py
hed/validator/hed_validator.py
hed/validator/onset_validator.py
hed/validator/sidecar_validator.py
hed/validator/spreadsheet_validator.py
hed/validator/tag_util/__init__.py
hed/validator/tag_util/char_util.py
hed/validator/tag_util/class_util.py
hed/validator/tag_util/group_util.py
hed/validator/tag_util/string_util.py
hed/validator/tag_util/tag_util.py
hedtools.egg-info/PKG-INFO
hedtools.egg-info/SOURCES.txt
hedtools.egg-info/dependency_links.txt
hedtools.egg-info/entry_points.txt
hedtools.egg-info/requires.txt
hedtools.egg-info/top_level.txt