CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/behavython/main.py
src/behavython.egg-info/PKG-INFO
src/behavython.egg-info/SOURCES.txt
src/behavython.egg-info/dependency_links.txt
src/behavython.egg-info/entry_points.txt
src/behavython.egg-info/requires.txt
src/behavython.egg-info/top_level.txt
src/behavython/assets/Model-Assisted Label Transfer.md
src/behavython/assets/config/arena_config.json
src/behavython/assets/config/behavython_installer.bat
src/behavython/core/app_context.py
src/behavython/core/defaults.py
src/behavython/core/exceptions.py
src/behavython/core/paths.py
src/behavython/core/utils.py
src/behavython/gui/__init__.py
src/behavython/gui/dependencies.py
src/behavython/gui/dialogs.py
src/behavython/gui/main_window.py
src/behavython/gui/ui_loader.py
src/behavython/gui/video_cropper.py
src/behavython/gui/assets/images/VY.ico
src/behavython/gui/assets/images/geometry_reference.png
src/behavython/gui/assets/images/logo.png
src/behavython/gui/assets/ui/behavython_gui.ui
src/behavython/gui/assets/ui/video_cropper.ui
src/behavython/pipeline/export.py
src/behavython/pipeline/filters.py
src/behavython/pipeline/geometry.py
src/behavython/pipeline/metrics.py
src/behavython/pipeline/models.py
src/behavython/pipeline/plotting.py
src/behavython/pipeline/workflow.py
src/behavython/pipeline/plugins/dlc.py
src/behavython/services/dlc_assisted_label_session.py
src/behavython/services/downloader.py
src/behavython/services/logging.py
src/behavython/services/storage.py
src/behavython/services/validation.py
src/behavython/services/video_service.py
src/behavython/tasks/__init__.py
src/behavython/tasks/signals.py
src/behavython/tasks/task_runner.py
src/behavython/tasks/task_worker.py