MANIFEST.in
README.md
license.txt
pyproject.toml
setup.cfg
setup.py
nwbinspector/__init__.py
nwbinspector/config.schema.json
nwbinspector/inspector_tools.py
nwbinspector/nwbinspector.py
nwbinspector/register_checks.py
nwbinspector/tools.py
nwbinspector/utils.py
nwbinspector.egg-info/PKG-INFO
nwbinspector.egg-info/SOURCES.txt
nwbinspector.egg-info/dependency_links.txt
nwbinspector.egg-info/entry_points.txt
nwbinspector.egg-info/requires.txt
nwbinspector.egg-info/top_level.txt
nwbinspector/checks/__init__.py
nwbinspector/checks/behavior.py
nwbinspector/checks/ecephys.py
nwbinspector/checks/general.py
nwbinspector/checks/image_series.py
nwbinspector/checks/nwb_containers.py
nwbinspector/checks/nwbfile_metadata.py
nwbinspector/checks/ogen.py
nwbinspector/checks/ophys.py
nwbinspector/checks/tables.py
nwbinspector/checks/time_series.py
nwbinspector/internal_configs/dandi.inspector_config.yaml
tests/test_check_configuration.py
tests/test_inspector.py
tests/test_register_check.py
tests/test_tools.py
tests/test_utils.py
tests/true_nwbinspector_default_report.txt
tests/unit_tests/test_behavior.py
tests/unit_tests/test_containers.py
tests/unit_tests/test_ecephys.py
tests/unit_tests/test_general.py
tests/unit_tests/test_image_series.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