.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/dimcat/__init__.py
src/dimcat/analyzer.py
src/dimcat/cli.py
src/dimcat/data.py
src/dimcat/filter.py
src/dimcat/grouper.py
src/dimcat/pipeline.py
src/dimcat/slicer.py
src/dimcat/utils.py
src/dimcat/writer.py
src/dimcat.egg-info/PKG-INFO
src/dimcat.egg-info/SOURCES.txt
src/dimcat.egg-info/dependency_links.txt
src/dimcat.egg-info/entry_points.txt
src/dimcat.egg-info/not-zip-safe
src/dimcat.egg-info/requires.txt
src/dimcat.egg-info/top_level.txt
tests/conftest.py
tests/test_analyzer.py