MANIFEST.in
README.md
license.txt
pyproject.toml
requirements.txt
setup.cfg
setup.py
src/nwbinspector/__init__.py
src/nwbinspector/config.schema.json
src/nwbinspector/inspector_tools.py
src/nwbinspector/nwbinspector.py
src/nwbinspector/register_checks.py
src/nwbinspector/testing.py
src/nwbinspector/tools.py
src/nwbinspector/utils.py
src/nwbinspector/version.py
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/internal_configs/dandi.inspector_config.yaml
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/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_icephys.py
tests/unit_tests/test_image_series.py
tests/unit_tests/test_images.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