.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
Dockerfile
Dockerfile.release
LICENSE
README.md
README.rst
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
.github/workflows/call-local-docker-build.yaml
.github/workflows/python-publish.yaml
.github/workflows/reusable-docker-build.yaml
.helm/.helmignore
.helm/Chart.yaml
.helm/values-db.yaml
.helm/values.yaml
.helm/templates/NOTES.txt
.helm/templates/_helpers.tpl
.helm/templates/backend-deployment.yaml
.helm/templates/backend-hook-job-create-superuser.yaml
.helm/templates/backend-hook-job-migrate.yaml
.helm/templates/backend-hook-job-secret.yaml
.helm/templates/backend-service.yaml
.helm/templates/hpa.yaml
.helm/templates/ingress.yaml
.helm/templates/middleware.yaml
.helm/templates/secret.yaml
.helm/templates/serviceaccount.yaml
.helm/templates/tests/test-connection.yaml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/dataset_image_annotator/__init__.py
src/dataset_image_annotator/__main__.py
src/dataset_image_annotator/conf.py
src/dataset_image_annotator/core.py
src/dataset_image_annotator/jobs.py
src/dataset_image_annotator/main_window.ui
src/dataset_image_annotator/upload.py
src/dataset_image_annotator.egg-info/PKG-INFO
src/dataset_image_annotator.egg-info/SOURCES.txt
src/dataset_image_annotator.egg-info/dependency_links.txt
src/dataset_image_annotator.egg-info/not-zip-safe
src/dataset_image_annotator.egg-info/requires.txt
src/dataset_image_annotator.egg-info/top_level.txt
src/dataset_image_annotator/api/__init__.py
src/dataset_image_annotator/api/http.py
src/dataset_image_annotator/api/users.py
src/dataset_image_annotator/api/v1/__init__.py
src/dataset_image_annotator/api/v1/endpoints.py
src/dataset_image_annotator/api/v1/schemas.py
src/dataset_image_annotator/api_clients/__init__.py
src/dataset_image_annotator/api_clients/annotator.py
src/dataset_image_annotator/core/__init__.py
src/dataset_image_annotator/core/upload_handler.py
src/dataset_image_annotator/db/__init__.py
src/dataset_image_annotator/db/alembic.ini
src/dataset_image_annotator/db/helpers.py
src/dataset_image_annotator/db/models.py
src/dataset_image_annotator/db/user_db_helpers.py
src/dataset_image_annotator/db/migrations/__init__.py
src/dataset_image_annotator/db/migrations/env.py
src/dataset_image_annotator/db/migrations/script.py.mako
src/dataset_image_annotator/db/migrations/versions/20230115231801_339054a81cc6_initial.py
tests/conftest.py