MANIFEST.in
README.md
license.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
src/nwbinspector/__init__.py
src/nwbinspector/_configuration.py
src/nwbinspector/_formatting.py
src/nwbinspector/_inspection.py
src/nwbinspector/_inspection_cli.py
src/nwbinspector/_organization.py
src/nwbinspector/_registration.py
src/nwbinspector/_types.py
src/nwbinspector/_version.py
src/nwbinspector/config.schema.json
src/nwbinspector.egg-info/PKG-INFO
src/nwbinspector.egg-info/SOURCES.txt
src/nwbinspector.egg-info/dependency_links.txt
src/nwbinspector.egg-info/entry_points.txt
src/nwbinspector.egg-info/requires.txt
src/nwbinspector.egg-info/top_level.txt
src/nwbinspector/checks/__init__.py
src/nwbinspector/checks/_behavior.py
src/nwbinspector/checks/_ecephys.py
src/nwbinspector/checks/_general.py
src/nwbinspector/checks/_icephys.py
src/nwbinspector/checks/_image_series.py
src/nwbinspector/checks/_images.py
src/nwbinspector/checks/_nwb_containers.py
src/nwbinspector/checks/_nwbfile_metadata.py
src/nwbinspector/checks/_ogen.py
src/nwbinspector/checks/_ophys.py
src/nwbinspector/checks/_tables.py
src/nwbinspector/checks/_time_series.py
src/nwbinspector/checks/behavior/__init__.py
src/nwbinspector/checks/ecephys/__init__.py
src/nwbinspector/checks/general/__init__.py
src/nwbinspector/checks/icephys/__init__.py
src/nwbinspector/checks/image_series/__init__.py
src/nwbinspector/checks/images/__init__.py
src/nwbinspector/checks/nwb_containers/__init__.py
src/nwbinspector/checks/nwbfile_metadata/__init__.py
src/nwbinspector/checks/ogen/__init__.py
src/nwbinspector/checks/ophys/__init__.py
src/nwbinspector/checks/tables/__init__.py
src/nwbinspector/checks/time_series/__init__.py
src/nwbinspector/inspector_tools/__init__.py
src/nwbinspector/internal_configs/dandi.inspector_config.yaml
src/nwbinspector/nwbinspector/__init__.py
src/nwbinspector/register_checks/__init__.py
src/nwbinspector/testing/__init__.py
src/nwbinspector/testing/_testing.py
src/nwbinspector/tools/__init__.py
src/nwbinspector/tools/_dandi.py
src/nwbinspector/tools/_nwb.py
src/nwbinspector/tools/_read_nwbfile.py
src/nwbinspector/tools/dandi/__init__.py
src/nwbinspector/tools/nwb/__init__.py
src/nwbinspector/utils/__init__.py
src/nwbinspector/utils/_utils.py
src/nwbinspector/version/__init__.py
tests/read_nwbfile_tests.py
tests/streaming_tests.py
tests/test_check_configuration.py
tests/test_inspector.py
tests/test_register_check.py
tests/test_testing_module.py
tests/test_tools.py
tests/test_utils.py
tests/testing_config.json
tests/true_nwbinspector_default_report.txt
tests/true_nwbinspector_report_with_dandi_config.txt
tests/unit_tests/test_behavior.py
tests/unit_tests/test_ecephys.py
tests/unit_tests/test_general.py
tests/unit_tests/test_icephys.py
tests/unit_tests/test_image_series.py
tests/unit_tests/test_images.py
tests/unit_tests/test_nwb_containers.py
tests/unit_tests/test_nwbfile_metadata.py
tests/unit_tests/test_ogen.py
tests/unit_tests/test_ophys.py
tests/unit_tests/test_tables.py
tests/unit_tests/test_time_series.py