LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
gramps_webapi/__init__.py
gramps_webapi/__main__.py
gramps_webapi/_version.py
gramps_webapi/app.py
gramps_webapi/config.py
gramps_webapi/const.py
gramps_webapi/dbloader.py
gramps_webapi/dbmanager.py
gramps_webapi/types.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/not-zip-safe
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/emails.py
gramps_webapi/api/file.py
gramps_webapi/api/html.py
gramps_webapi/api/image.py
gramps_webapi/api/media.py
gramps_webapi/api/s3.py
gramps_webapi/api/search.py
gramps_webapi/api/tasks.py
gramps_webapi/api/util.py
gramps_webapi/api/resources/__init__.py
gramps_webapi/api/resources/base.py
gramps_webapi/api/resources/bookmarks.py
gramps_webapi/api/resources/citations.py
gramps_webapi/api/resources/config.py
gramps_webapi/api/resources/delete.py
gramps_webapi/api/resources/emit.py
gramps_webapi/api/resources/events.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/holidays.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/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/timeline.py
gramps_webapi/api/resources/token.py
gramps_webapi/api/resources/transactions.py
gramps_webapi/api/resources/translations.py
gramps_webapi/api/resources/types.py
gramps_webapi/api/resources/user.py
gramps_webapi/api/resources/util.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.cfg
gramps_webapi/data/example_gramps_auth.cfg
gramps_webapi/data/test.cfg
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
tests/__init__.py
tests/test_cli.py
tests/test_db.py
tests/test_init.py
tests/test_jwt.py
tests/test_password.py
tests/test_schema.py
tests/test_sqlauth.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_citations.py
tests/test_endpoints/test_config.py
tests/test_endpoints/test_delete.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_holidays.py
tests/test_endpoints/test_importers.py
tests/test_endpoints/test_living.py
tests/test_endpoints/test_media.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_people.py
tests/test_endpoints/test_places.py
tests/test_endpoints/test_post.py
tests/test_endpoints/test_put.py
tests/test_endpoints/test_relations.py
tests/test_endpoints/test_reports.py
tests/test_endpoints/test_repositories.py
tests/test_endpoints/test_search.py
tests/test_endpoints/test_sources.py
tests/test_endpoints/test_tags.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_types.py
tests/test_endpoints/test_upload.py
tests/test_endpoints/test_user.py
tests/test_endpoints/util.py