.auto-changelog
.auto-changelog-template.hbs
.codespellignorelines
.codespellrc
.copier-answers.yml
.copyright.tmpl
.coveragerc
.coveragerc_min_versions
.gitattributes
.gitignore
.gitreview
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
codecov.yml
commitlint.config.js
package.json
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/ISSUE_TEMPLATE/how_to_use.yaml
.github/workflows/commitlint.yml
.github/workflows/publish-sdist.yml
.github/workflows/run-tox.yml
dir_content_diff/__init__.py
dir_content_diff/base_comparators.py
dir_content_diff/pytest_plugin.py
dir_content_diff/util.py
dir_content_diff.egg-info/PKG-INFO
dir_content_diff.egg-info/SOURCES.txt
dir_content_diff.egg-info/dependency_links.txt
dir_content_diff.egg-info/entry_points.txt
dir_content_diff.egg-info/requires.txt
dir_content_diff.egg-info/top_level.txt
dir_content_diff/cli/__init__.py
dir_content_diff/comparators/__init__.py
dir_content_diff/comparators/dependencies.json
dir_content_diff/comparators/morphio.py
dir_content_diff/comparators/pandas.py
dir_content_diff/comparators/voxcell.py
docs/Makefile
docs/source/.gitignore
docs/source/api_ref.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
tests/__init__.py
tests/conftest.py
tests/generate_test_files.py
tests/test_base.py
tests/test_cli.py
tests/test_missing_deps.py
tests/test_pytest_plugin.py
tests/test_util.py
tests/test_version.py
tests/comparators/__init__.py
tests/comparators/test_morphio.py
tests/comparators/test_pandas.py
tests/comparators/test_voxcell.py