LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
chimerapy/__init__.py
chimerapy/base_process.py
chimerapy/loader.py
chimerapy/logger.py
chimerapy/runner.py
chimerapy/sorter.py
chimerapy.egg-info/PKG-INFO
chimerapy.egg-info/SOURCES.txt
chimerapy.egg-info/dependency_links.txt
chimerapy.egg-info/entry_points.txt
chimerapy.egg-info/requires.txt
chimerapy.egg-info/top_level.txt
chimerapy/app/__init__.py
chimerapy/app/main.py
chimerapy/app/pylib/__init__.py
chimerapy/app/pylib/content.py
chimerapy/app/pylib/dashboard_model.py
chimerapy/app/pylib/group_model.py
chimerapy/app/pylib/loading_bar_object.py
chimerapy/app/pylib/manager.py
chimerapy/app/pylib/qtools.py
chimerapy/app/pylib/sliding_bar_object.py
chimerapy/app/pylib/timeline_model.py
chimerapy/app/pylib/timetrack_model.py
chimerapy/app/qml/main.qml
chimerapy/app/qml/diagrams/BaseDiagramDelegate.qml
chimerapy/app/qml/diagrams/ImageDelegate.qml
chimerapy/app/qml/diagrams/VideoDelegate.qml
chimerapy/app/qml/pages/dashboardPage.qml
chimerapy/app/qml/pages/homePage.qml
chimerapy/app/qml/resources/default_image.jpg
chimerapy/app/qml/resources/icons8-pause-30.png
chimerapy/app/qml/resources/icons8-play-30.png
chimerapy/app/qml/resources/icons8-rewind-50.png
chimerapy/app/qml/resources/icons8-settings-50.png
chimerapy/app/qml/timelines/BaseTimelineDelegate.qml
chimerapy/app/qml/timelines/ImageTimelineDelegate.qml
chimerapy/app/qml/timelines/VideoTimelineDelegate.qml
chimerapy/core/__init__.py
chimerapy/core/collector.py
chimerapy/core/data_source.py
chimerapy/core/data_stream.py
chimerapy/core/entry.py
chimerapy/core/pipeline.py
chimerapy/core/process.py
chimerapy/core/session.py
chimerapy/core/tools.py
chimerapy/core/tabular/__init__.py
chimerapy/core/tabular/data_stream.py
chimerapy/core/tabular/entry.py
chimerapy/core/tabular/processes.py
chimerapy/core/video/__init__.py
chimerapy/core/video/data_stream.py
chimerapy/core/video/entry.py
chimerapy/core/video/process.py
chimerapy/utils/__init__.py
chimerapy/utils/tobii.py
scripts/convert_puml_to_png.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_app.py
tests/integration/test_backend.py
tests/subsystems/__init__.py
tests/subsystems/test_loader.py
tests/subsystems/test_logger.py
tests/subsystems/test_sorter.py
tests/unit/__init__.py
tests/unit/test_collector.py
tests/unit/test_datastream.py
tests/unit/test_runner.py
tests/unit/test_session.py
tests/unit/test_tobii.py
tests/unit/test_tools.py