LICENSE
README.md
pyproject.toml
src/httk/registry/cli/store/__init__.py
src/httk/registry/entries/store/__init__.py
src/httk/registry/entries/store/py.typed
src/httk/store/__init__.py
src/httk/store/entry_providers.py
src/httk/store/export.py
src/httk/store/federated_store.py
src/httk/store/id_ledger.py
src/httk/store/py.typed
src/httk/store/served_specs.py
src/httk/store/storage_layout.py
src/httk/store/store_common.py
src/httk/store/store_timestamp.py
src/httk/store/validation.py
src/httk/store/backend/__init__.py
src/httk/store/backend/codecs.py
src/httk/store/backend/schema.py
src/httk/store/backend/clickhouse/__init__.py
src/httk/store/backend/clickhouse/engine.py
src/httk/store/backend/clickhouse/support.py
src/httk/store/backend/duckdb/__init__.py
src/httk/store/backend/duckdb/engine.py
src/httk/store/backend/duckdb/hooks.py
src/httk/store/backend/mongo/__init__.py
src/httk/store/backend/mongo/database.py
src/httk/store/backend/mongo/documents.py
src/httk/store/backend/mongo/entry_provider.py
src/httk/store/backend/mongo/evaluator.py
src/httk/store/backend/mongo/fsck.py
src/httk/store/backend/mongo/leases.py
src/httk/store/backend/mongo/mapping.py
src/httk/store/backend/mongo/optimade.py
src/httk/store/backend/mongo/results.py
src/httk/store/backend/mongo/searcher.py
src/httk/store/backend/mongo/store.py
src/httk/store/backend/mongo/stored_properties.py
src/httk/store/backend/postgresql/__init__.py
src/httk/store/backend/postgresql/compiler.py
src/httk/store/backend/postgresql/engine.py
src/httk/store/backend/postgresql/hooks.py
src/httk/store/backend/sql/__init__.py
src/httk/store/backend/sql/bulk.py
src/httk/store/backend/sql/bulk_deferred.py
src/httk/store/backend/sql/bulk_parallel.py
src/httk/store/backend/sql/engine.py
src/httk/store/backend/sql/entry_provider.py
src/httk/store/backend/sql/fsck.py
src/httk/store/backend/sql/graph.py
src/httk/store/backend/sql/layout.py
src/httk/store/backend/sql/mapping.py
src/httk/store/backend/sql/optimade.py
src/httk/store/backend/sql/paging.py
src/httk/store/backend/sql/provenance_edges.py
src/httk/store/backend/sql/results.py
src/httk/store/backend/sql/rows.py
src/httk/store/backend/sql/searcher.py
src/httk/store/backend/sql/store.py
src/httk/store/backend/sql/stored_federation.py
src/httk/store/backend/sql/stored_properties.py
src/httk/store/backend/sqlite/__init__.py
src/httk/store/backend/sqlite/engine.py
src/httk/store/backend/sqlite/hooks.py
src/httk/store/query/__init__.py
src/httk/store/query/optimade_filters.py
src/httk/store/query/paging_tokens.py
src/httk/store/query/portable.py
src/httk/store/query/protocols.py
src/httk/store/query/slicer.py
src/httk_store.egg-info/PKG-INFO
src/httk_store.egg-info/SOURCES.txt
src/httk_store.egg-info/dependency_links.txt
src/httk_store.egg-info/requires.txt
src/httk_store.egg-info/top_level.txt
tests/test_alternatives.py
tests/test_as_of.py
tests/test_clickhouse_acceptance.py
tests/test_clickhouse_bulk.py
tests/test_clickhouse_driver.py
tests/test_clickhouse_lease.py
tests/test_clickhouse_read.py
tests/test_content_id_cache.py
tests/test_db_bulk.py
tests/test_db_bulk_deferred.py
tests/test_db_bulk_parallel.py
tests/test_db_clickhouse.py
tests/test_db_codecs.py
tests/test_db_entry_provider.py
tests/test_db_identity.py
tests/test_db_layout.py
tests/test_db_optimade.py
tests/test_db_paging.py
tests/test_db_permanentization.py
tests/test_db_postgres_bulk.py
tests/test_db_postgres_fraction.py
tests/test_db_postgres_smoke.py
tests/test_db_projection_store.py
tests/test_db_results.py
tests/test_db_rows.py
tests/test_db_rows_stored_floats.py
tests/test_db_schema.py
tests/test_db_searcher.py
tests/test_db_slicer.py
tests/test_db_store.py
tests/test_db_stored_federation.py
tests/test_db_stored_properties.py
tests/test_db_upgrade.py
tests/test_duckdb_read_only.py
tests/test_engine_pandas_probe.py
tests/test_entry_ids_store.py
tests/test_entry_providers.py
tests/test_examples.py
tests/test_export.py
tests/test_federated_links.py
tests/test_federation.py
tests/test_federation_sql.py
tests/test_federation_store_timestamp.py
tests/test_file_record_store.py
tests/test_id_ledger.py
tests/test_identity_ownership.py
tests/test_logical_id.py
tests/test_logical_id_bulk.py
tests/test_mongo_alternatives.py
tests/test_mongo_database.py
tests/test_mongo_entry_ids.py
tests/test_mongo_entry_provider.py
tests/test_mongo_fsck.py
tests/test_mongo_layout.py
tests/test_mongo_leases.py
tests/test_mongo_logical_id.py
tests/test_mongo_mapping.py
tests/test_mongo_optimade.py
tests/test_mongo_searcher.py
tests/test_mongo_store.py
tests/test_mongo_store_timestamp.py
tests/test_mongo_stored_federation.py
tests/test_mongo_stored_federation_alternatives.py
tests/test_mongo_stored_federation_revisions.py
tests/test_mongo_stored_properties.py
tests/test_mongo_transactions.py
tests/test_mongo_weak_links.py
tests/test_only_latest.py
tests/test_optimade_escaped_literals.py
tests/test_optimade_filters.py
tests/test_optimade_persistence.py
tests/test_optimade_queryability.py
tests/test_optimade_resource_layout.py
tests/test_paging_behavior.py
tests/test_portable_query.py
tests/test_provenance_edges_stored.py
tests/test_query_behavior.py
tests/test_query_protocols.py
tests/test_relationship_family_prefixes.py
tests/test_repr.py
tests/test_run_entry_provider.py
tests/test_schema_deep.py
tests/test_store_behavior.py
tests/test_store_timestamp.py
tests/test_store_timestamp_extended.py
tests/test_stored_federation_alternatives.py
tests/test_stored_federation_related_fields.py
tests/test_stored_federation_relationships.py
tests/test_stored_federation_revisions.py
tests/test_stored_relationship_filters.py
tests/test_validation.py
tests/test_weak_links.py