MANIFEST.in
README.md
pyproject.toml
setup.py
covfee/__init__.py
covfee.egg-info/PKG-INFO
covfee.egg-info/SOURCES.txt
covfee.egg-info/dependency_links.txt
covfee.egg-info/entry_points.txt
covfee.egg-info/not-zip-safe
covfee.egg-info/requires.txt
covfee.egg-info/top_level.txt
covfee/cli/__init__.py
covfee/cli/covfee_folder.py
covfee/cli/maker.py
covfee/cli/package.json
covfee/cli/schemata.py
covfee/cli/utils.py
covfee/cli/commands/__init__.py
covfee/cli/commands/dev.py
covfee/cli/commands/launch.py
covfee/cli/validators/__init__.py
covfee/cli/validators/ajv_validator.js
covfee/cli/validators/ajv_validator.py
covfee/cli/validators/py_jsonschema_validator.py
covfee/cli/validators/validation_errors.py
covfee/client/buffer.tsx
covfee/client/gui.tsx
covfee/client/index.js
covfee/client/index.ts
covfee/client/login.tsx
covfee/client/package.json
covfee/client/root.tsx
covfee/client/task_utils.tsx
covfee/client/tsconfig.json
covfee/client/user.tsx
covfee/client/userContext.tsx
covfee/client/utils.tsx
covfee/client/webpack.common.js
covfee/client/webpack.dev.js
covfee/client/webpack.prod.js
covfee/client/admin/header.tsx
covfee/client/admin/hit.tsx
covfee/client/admin/index.js
covfee/client/admin/project.tsx
covfee/client/admin/root.tsx
covfee/client/art/logo.svg
covfee/client/buffers/circular_dc_buffer.ts
covfee/client/buffers/dc_buffer.ts
covfee/client/buffers/utils.ts
covfee/client/bundles/admin.js
covfee/client/bundles/admin.js.LICENSE.txt
covfee/client/bundles/main.js
covfee/client/bundles/main.js.LICENSE.txt
covfee/client/css/docs.css
covfee/client/css/gui.css
covfee/client/hit/hit.tsx
covfee/client/hit/hit_loader.tsx
covfee/client/hit/sidebar.tsx
covfee/client/input/1d_intensity.tsx
covfee/client/input/1d_interval.tsx
covfee/client/input/form.tsx
covfee/client/input/joystick.tsx
covfee/client/input/keyboard_manager.tsx
covfee/client/input/keyboard_manager_context.tsx
covfee/client/input/mouse_tracker.tsx
covfee/client/input/mouse_visualizer.tsx
covfee/client/players/html5.css
covfee/client/players/html5.tsx
covfee/client/players/opencv.tsx
covfee/client/players/videojs.tsx
covfee/client/players/wavesurfer_basic.tsx
covfee/client/players/utils/countdown.scss
covfee/client/players/utils/countdown.tsx
covfee/client/tasks/continuous_1d.tsx
covfee/client/tasks/continuous_keypoint.tsx
covfee/client/tasks/index.js
covfee/client/tasks/instructions.tsx
covfee/client/tasks/props.ts
covfee/client/tasks/questionnaire.tsx
covfee/client/tasks/thinslice.tsx
covfee/client/tasks/dummy_custom_tasks/index.tsx
covfee/client/tasks/utils/markdown_loader.tsx
covfee/client/test/test.ts
covfee/server/__init__.py
covfee/server/config.py
covfee/server/start.py
covfee/server/orm/__init__.py
covfee/server/orm/db.py
covfee/server/orm/hit.py
covfee/server/orm/project.py
covfee/server/orm/task.py
covfee/server/orm/user.py
covfee/server/rest_api/__init__.py
covfee/server/rest_api/api.py
covfee/server/rest_api/auth.py
covfee/server/tasks/__init__.py
covfee/server/tasks/continous_keypoint.py
covfee/server/tasks/continuous_1d.py
covfee/server/tasks/video_recall.py
covfee/server/templates/404.html
covfee/server/templates/admin.html
covfee/server/templates/app.html
covfee/server/templates/externals.html
covfee/server/utils/__init__.py
covfee/server/utils/continuous_keypoint/__init__.py
covfee/server/utils/continuous_keypoint/flow.py
covfee/server/utils/continuous_keypoint/of_utils.py
covfee/server/utils/continuous_keypoint/serialize.py
covfee/shared/index.ts
covfee/shared/tsconfig.json
covfee/shared/types/hit.ts
covfee/shared/types/index.ts
covfee/shared/types/project.ts
covfee/shared/types/task.ts
covfee/shared/types/input/1d_intensity.ts
covfee/shared/types/players/html5.ts
covfee/shared/types/players/media.ts
covfee/shared/types/players/opencv.ts
covfee/shared/types/players/videojs.ts
covfee/shared/types/players/wavesurfer.ts
covfee/shared/types/tasks/continuous_1d.ts
covfee/shared/types/tasks/continuous_keypoint.ts
covfee/shared/types/tasks/instructions.ts
covfee/shared/types/tasks/questionnaire.ts
covfee/shared/types/tasks/utils.tsx