LICENSE
MANIFEST.in
README.md
pyproject.toml
src/autoannotate/__init__.py
src/autoannotate/config.py
src/autoannotate/core/__init__.py
src/autoannotate/core/clustering.py
src/autoannotate/core/embeddings.py
src/autoannotate/core/organizer.py
src/autoannotate/ui/__init__.py
src/autoannotate/ui/cli.py
src/autoannotate/ui/gui.py
src/autoannotate/ui/html_preview.py
src/autoannotate/ui/interactive.py
src/autoannotate/utils/__init__.py
src/autoannotate/utils/timeseries_loader.py
src/autoannotate/utils/validators.py
src/autoannotate_timeseries.egg-info/PKG-INFO
src/autoannotate_timeseries.egg-info/SOURCES.txt
src/autoannotate_timeseries.egg-info/dependency_links.txt
src/autoannotate_timeseries.egg-info/entry_points.txt
src/autoannotate_timeseries.egg-info/requires.txt
src/autoannotate_timeseries.egg-info/top_level.txt
tests/__init__.py
tests/test_clustering.py
tests/test_config.py
tests/test_embeddings.py
tests/test_integration.py
tests/test_organizer.py
tests/test_timeseries_loader.py
tests/test_validators.py