MANIFEST.in
README.md
setup.py
client/buffer.tsx
client/gui.tsx
client/index.js
client/index.ts
client/login.tsx
client/package.json
client/root.tsx
client/task_utils.tsx
client/tsconfig.json
client/user.tsx
client/userContext.tsx
client/utils.tsx
client/webpack.common.js
client/webpack.dev.js
client/webpack.prod.js
client/admin/header.tsx
client/admin/hit.tsx
client/admin/index.js
client/admin/project.tsx
client/admin/root.tsx
client/art/logo.svg
client/buffers/circular_dc_buffer.ts
client/buffers/dc_buffer.ts
client/buffers/utils.ts
client/bundles/admin.js
client/bundles/admin.js.LICENSE.txt
client/bundles/main.js
client/bundles/main.js.LICENSE.txt
client/css/docs.css
client/css/gui.css
client/hit/hit.tsx
client/hit/hit_loader.tsx
client/hit/sidebar.tsx
client/input/1d_intensity.tsx
client/input/1d_interval.tsx
client/input/form.tsx
client/input/joystick.tsx
client/input/keyboard_manager.tsx
client/input/keyboard_manager_context.tsx
client/input/mouse_tracker.tsx
client/input/mouse_visualizer.tsx
client/players/html5.css
client/players/html5.tsx
client/players/opencv.tsx
client/players/videojs.tsx
client/players/wavesurfer_basic.tsx
client/players/utils/countdown.scss
client/players/utils/countdown.tsx
client/tasks/continuous_1d.tsx
client/tasks/continuous_keypoint.tsx
client/tasks/index.js
client/tasks/instructions.tsx
client/tasks/props.ts
client/tasks/questionnaire.tsx
client/tasks/thinslice.tsx
client/tasks/dummy_custom_tasks/index.tsx
client/tasks/utils/markdown_loader.tsx
client/test/test.ts
covfee/__init__.py
covfee/commands.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/filter.py
covfee/cli/maker.py
covfee/cli/package.json
covfee/cli/project_folder.py
covfee/cli/schemata.py
covfee/cli/utils.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/server/__init__.py
covfee/server/config.py
covfee/server/start.py
covfee/server/orm/__init__.py
covfee/server/orm/hit.py
covfee/server/orm/orm.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
shared/index.ts
shared/tsconfig.json
shared/types/hit.ts
shared/types/index.ts
shared/types/project.ts
shared/types/task.ts
shared/types/input/1d_intensity.ts
shared/types/players/html5.ts
shared/types/players/media.ts
shared/types/players/opencv.ts
shared/types/players/videojs.ts
shared/types/players/wavesurfer.ts
shared/types/tasks/continuous_1d.ts
shared/types/tasks/continuous_keypoint.ts
shared/types/tasks/instructions.ts
shared/types/tasks/questionnaire.ts
shared/types/tasks/utils.tsx