.dockerignore
.editorconfig
.flake8
.gitignore
.pre-commit-config.yaml
.pylintrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
alembic.ini
docker-entrypoint.sh
mypy.ini
pyproject.toml
requirements-dev.txt
semantic_index.txt
setup.cfg
setup.py
.github/workflows/image.yml
.github/workflows/pypi.yml
.github/workflows/swagger.yml
.github/workflows/test.yml
.vscode/extensions.json
.vscode/settings.json
alembic_users/README
alembic_users/env.py
alembic_users/script.py.mako
alembic_users/versions/22c8d1fba959_add_trees_enabled.py
alembic_users/versions/66e56620891a_add_trees_table.py
alembic_users/versions/84960b7d968c_use_bigint_for_quota_media.py
alembic_users/versions/a8e57fe0d82e_add_columns_for_ai_quota.py
alembic_users/versions/b0582f54029c_use_bigint_for_usage_media.py
alembic_users/versions/c89728e71264_.py
alembic_users/versions/e176543c72a8_add_tree_column_to_user.py
alembic_users/versions/e5e738d09fa7_added_configuration_table.py
gramps_webapi/__init__.py
gramps_webapi/__main__.py
gramps_webapi/_version.py
gramps_webapi/app.py
gramps_webapi/celery.py
gramps_webapi/config.py
gramps_webapi/const.py
gramps_webapi/dbloader.py
gramps_webapi/dbmanager.py
gramps_webapi/translogger.py
gramps_webapi/types.py
gramps_webapi/undodb.py
gramps_webapi/wsgi.py
gramps_webapi.egg-info/PKG-INFO
gramps_webapi.egg-info/SOURCES.txt
gramps_webapi.egg-info/dependency_links.txt
gramps_webapi.egg-info/requires.txt
gramps_webapi.egg-info/top_level.txt
gramps_webapi/api/__init__.py
gramps_webapi/api/auth.py
gramps_webapi/api/cache.py
gramps_webapi/api/check.py
gramps_webapi/api/dna.py
gramps_webapi/api/emails.py
gramps_webapi/api/export.py
gramps_webapi/api/file.py
gramps_webapi/api/html.py
gramps_webapi/api/image.py
gramps_webapi/api/media.py
gramps_webapi/api/media_importer.py
gramps_webapi/api/people_families_cache.py
gramps_webapi/api/ratelimiter.py
gramps_webapi/api/report.py
gramps_webapi/api/s3.py
gramps_webapi/api/tasks.py
gramps_webapi/api/util.py
gramps_webapi/api/llm/__init__.py
gramps_webapi/api/resources/__init__.py
gramps_webapi/api/resources/base.py
gramps_webapi/api/resources/bookmarks.py
gramps_webapi/api/resources/chat.py
gramps_webapi/api/resources/citations.py
gramps_webapi/api/resources/config.py
gramps_webapi/api/resources/delete.py
gramps_webapi/api/resources/dna.py
gramps_webapi/api/resources/emit.py
gramps_webapi/api/resources/events.py
gramps_webapi/api/resources/export_media.py
gramps_webapi/api/resources/exporters.py
gramps_webapi/api/resources/face_detection.py
gramps_webapi/api/resources/facts.py
gramps_webapi/api/resources/families.py
gramps_webapi/api/resources/file.py
gramps_webapi/api/resources/filters.py
gramps_webapi/api/resources/history.py
gramps_webapi/api/resources/holidays.py
gramps_webapi/api/resources/import_media.py
gramps_webapi/api/resources/importers.py
gramps_webapi/api/resources/living.py
gramps_webapi/api/resources/match.py
gramps_webapi/api/resources/media.py
gramps_webapi/api/resources/metadata.py
gramps_webapi/api/resources/name_formats.py
gramps_webapi/api/resources/name_groups.py
gramps_webapi/api/resources/notes.py
gramps_webapi/api/resources/objects.py
gramps_webapi/api/resources/ocr.py
gramps_webapi/api/resources/people.py
gramps_webapi/api/resources/places.py
gramps_webapi/api/resources/relations.py
gramps_webapi/api/resources/reports.py
gramps_webapi/api/resources/repositories.py
gramps_webapi/api/resources/search.py
gramps_webapi/api/resources/sort.py
gramps_webapi/api/resources/sources.py
gramps_webapi/api/resources/tags.py
gramps_webapi/api/resources/tasks.py
gramps_webapi/api/resources/timeline.py
gramps_webapi/api/resources/token.py
gramps_webapi/api/resources/transactions.py
gramps_webapi/api/resources/translations.py
gramps_webapi/api/resources/trees.py
gramps_webapi/api/resources/types.py
gramps_webapi/api/resources/user.py
gramps_webapi/api/resources/util.py
gramps_webapi/api/search/__init__.py
gramps_webapi/api/search/embeddings.py
gramps_webapi/api/search/indexer.py
gramps_webapi/api/search/text.py
gramps_webapi/api/search/text_semantic.py
gramps_webapi/auth/__init__.py
gramps_webapi/auth/const.py
gramps_webapi/auth/passwords.py
gramps_webapi/auth/sql_guid.py
gramps_webapi/data/apispec.yaml
gramps_webapi/data/empty_gramps_auth.cfg
gramps_webapi/data/example_gramps_auth.cfg
gramps_webapi/data/face_detection_yunet_2023mar.onnx
gramps_webapi/data/test_auth.cfg
gramps_webapi/static/index.html
gramps_webapi/templates/confirmation.html
gramps_webapi/templates/reset_password.html
gramps_webapi/templates/reset_password_base.html
gramps_webapi/templates/reset_password_error.html
gramps_webapi/util/__init__.py
gramps_webapi/util/celery.py
scripts/s3_rename.py
tests/__init__.py
tests/test_cli.py
tests/test_db.py
tests/test_dna_match_parser.py
tests/test_init.py
tests/test_jwt.py
tests/test_limiter.py
tests/test_media_importer.py
tests/test_migrate_grampsdb.py
tests/test_password.py
tests/test_s3.py
tests/test_schema.py
tests/test_sqlauth.py
tests/test_text.py
tests/test_undodb.py
tests/test_version.py
tests/test_endpoints/__init__.py
tests/test_endpoints/checks.py
tests/test_endpoints/test_bookmarks.py
tests/test_endpoints/test_chat.py
tests/test_endpoints/test_citations.py
tests/test_endpoints/test_config.py
tests/test_endpoints/test_delete.py
tests/test_endpoints/test_dna.py
tests/test_endpoints/test_events.py
tests/test_endpoints/test_exporters.py
tests/test_endpoints/test_facts.py
tests/test_endpoints/test_families.py
tests/test_endpoints/test_file.py
tests/test_endpoints/test_filters.py
tests/test_endpoints/test_history.py
tests/test_endpoints/test_holidays.py
tests/test_endpoints/test_import_media.py
tests/test_endpoints/test_importers.py
tests/test_endpoints/test_living.py
tests/test_endpoints/test_media.py
tests/test_endpoints/test_media_archive.py
tests/test_endpoints/test_metadata.py
tests/test_endpoints/test_name_formats.py
tests/test_endpoints/test_name_groups.py
tests/test_endpoints/test_notes.py
tests/test_endpoints/test_ocr.py
tests/test_endpoints/test_people.py
tests/test_endpoints/test_places.py
tests/test_endpoints/test_post.py
tests/test_endpoints/test_put.py
tests/test_endpoints/test_ready.py
tests/test_endpoints/test_relations.py
tests/test_endpoints/test_repair.py
tests/test_endpoints/test_reports.py
tests/test_endpoints/test_repositories.py
tests/test_endpoints/test_s3.py
tests/test_endpoints/test_search.py
tests/test_endpoints/test_sources.py
tests/test_endpoints/test_tags.py
tests/test_endpoints/test_tasks.py
tests/test_endpoints/test_timelines.py
tests/test_endpoints/test_token.py
tests/test_endpoints/test_transactions.py
tests/test_endpoints/test_translations.py
tests/test_endpoints/test_trees.py
tests/test_endpoints/test_types.py
tests/test_endpoints/test_upload.py
tests/test_endpoints/test_user.py
tests/test_endpoints/util.py