LICENSE
README.md
pyproject.toml
src/httk/core/__init__.py
src/httk/core/_discover.py
src/httk/core/_iris.py
src/httk/core/_json.py
src/httk/core/_manifest.py
src/httk/core/_plugins.py
src/httk/core/_registry_tool.py
src/httk/core/_sentinel.py
src/httk/core/atomic_write.py
src/httk/core/building.py
src/httk/core/citations.py
src/httk/core/cli.py
src/httk/core/converting.py
src/httk/core/crypto.py
src/httk/core/data_records.py
src/httk/core/dataset_loader.py
src/httk/core/datasets.py
src/httk/core/digests.py
src/httk/core/entry_ids.py
src/httk/core/entry_provider.py
src/httk/core/entry_types.py
src/httk/core/exactmath.py
src/httk/core/fetching.py
src/httk/core/files.py
src/httk/core/identity.py
src/httk/core/identity_cli.py
src/httk/core/loading.py
src/httk/core/memguard.py
src/httk/core/precision.py
src/httk/core/property_definitions.py
src/httk/core/provenance.py
src/httk/core/py.typed
src/httk/core/records.py
src/httk/core/report.py
src/httk/core/saving.py
src/httk/core/schema_check.py
src/httk/core/services.py
src/httk/core/system.py
src/httk/core/userdirs.py
src/httk/core/datastream/__init__.py
src/httk/core/datastream/bytestream_api.py
src/httk/core/datastream/bytestream_backend.py
src/httk/core/datastream/bytestream_bytes.py
src/httk/core/datastream/bytestream_bytes_view.py
src/httk/core/datastream/bytestream_common.py
src/httk/core/datastream/bytestream_file.py
src/httk/core/datastream/bytestream_file_view.py
src/httk/core/datastream/bytestream_filename.py
src/httk/core/datastream/bytestream_filename_view.py
src/httk/core/datastream/bytestream_like.py
src/httk/core/datastream/bytestream_request.py
src/httk/core/datastream/bytestream_request_view.py
src/httk/core/datastream/bytestream_url.py
src/httk/core/datastream/bytestream_url_view.py
src/httk/core/datastream/bytestream_view.py
src/httk/core/datastream/compression.py
src/httk/core/datastream/datastream_url.py
src/httk/core/datastream/network_policy.py
src/httk/core/datastream/textstream_api.py
src/httk/core/datastream/textstream_backend.py
src/httk/core/datastream/textstream_common.py
src/httk/core/datastream/textstream_file.py
src/httk/core/datastream/textstream_file_view.py
src/httk/core/datastream/textstream_filename.py
src/httk/core/datastream/textstream_filename_view.py
src/httk/core/datastream/textstream_like.py
src/httk/core/datastream/textstream_request.py
src/httk/core/datastream/textstream_request_view.py
src/httk/core/datastream/textstream_string.py
src/httk/core/datastream/textstream_string_view.py
src/httk/core/datastream/textstream_url.py
src/httk/core/datastream/textstream_url_view.py
src/httk/core/datastream/textstream_view.py
src/httk/core/docs/__init__.py
src/httk/core/docs/__main__.py
src/httk/core/docs/cli.py
src/httk/core/docs/config.py
src/httk/core/docs/ecosystem.py
src/httk/core/docs/gitsite.py
src/httk/core/docs/inventories.py
src/httk/core/docs/lockfile.py
src/httk/core/docs/manifests.py
src/httk/core/docs/redirect.py
src/httk/core/docs/release.py
src/httk/core/docs/semver.py
src/httk/core/docs/sitetree.py
src/httk/core/docs/sphinx_ext.py
src/httk/core/docs/assets/selector.css
src/httk/core/docs/assets/selector.js
src/httk/core/optimade/__init__.py
src/httk/core/optimade/entries.py
src/httk/core/optimade/resources.py
src/httk/core/optimade/filter/README.md
src/httk/core/optimade/filter/__init__.py
src/httk/core/optimade/filter/_miniparser.py
src/httk/core/optimade/filter/optimade_filter_grammar.ebnf
src/httk/core/optimade/filter/parser.py
src/httk/core/plugins/__init__.py
src/httk/core/plugins/cli.py
src/httk/core/plugins/install.py
src/httk/core/plugins/installed.py
src/httk/core/plugins/manifest.py
src/httk/core/project/__init__.py
src/httk/core/project/anchor.py
src/httk/core/project/cli.py
src/httk/core/project/export.py
src/httk/core/project/manifests.py
src/httk/core/project/members.py
src/httk/core/project/sealing.py
src/httk/core/project/templates.py
src/httk/core/register/__init__.py
src/httk/core/register/_base.py
src/httk/core/register/cli.py
src/httk/core/register/entries.py
src/httk/core/register/io.py
src/httk/core/register/members.py
src/httk/core/register/schemas.py
src/httk/core/storage/__init__.py
src/httk/core/storage/identity.py
src/httk/core/storage/markers.py
src/httk/core/storage/rational_text.py
src/httk/core/storage/stored_properties.py
src/httk/core/validation/__init__.py
src/httk/core/validation/iris.py
src/httk/core/vectors/__init__.py
src/httk/core/vectors/_nested.py
src/httk/core/vectors/_squarefree.py
src/httk/core/vectors/fracvector.py
src/httk/core/vectors/leaf_codecs.py
src/httk/core/vectors/mutablefracvector.py
src/httk/core/vectors/numeric.py
src/httk/core/vectors/scalar_like.py
src/httk/core/vectors/surdvector.py
src/httk/core/vectors/vector_api.py
src/httk/core/vectors/vector_backend.py
src/httk/core/vectors/vector_frac_view.py
src/httk/core/vectors/vector_like.py
src/httk/core/vectors/vector_native_backend.py
src/httk/core/vectors/vector_native_view.py
src/httk/core/vectors/vector_numpy_backend.py
src/httk/core/vectors/vector_numpy_view.py
src/httk/core/vectors/vector_surd_view.py
src/httk/core/vectors/vector_view.py
src/httk/core/vectors/vectormath.py
src/httk/core/views/__init__.py
src/httk/core/views/backend.py
src/httk/core/views/coercion.py
src/httk/core/views/unviewing.py
src/httk/core/views/unwrapping.py
src/httk/core/views/view.py
src/httk/registry/cli/core/__init__.py
src/httk/registry/entries/core/__init__.py
src/httk/registry/schemas/core/LICENSE
src/httk/registry/schemas/core/LICENSE.httk
src/httk/registry/schemas/core/README.md
src/httk/registry/schemas/core/__init__.py
src/httk/registry/schemas/core/calculations.json
src/httk/registry/schemas/core/files.json
src/httk/registry/schemas/core/records.json
src/httk/registry/schemas/core/references.json
src/httk/registry/schemas/core/runs.json
src/httk_core.egg-info/PKG-INFO
src/httk_core.egg-info/SOURCES.txt
src/httk_core.egg-info/dependency_links.txt
src/httk_core.egg-info/entry_points.txt
src/httk_core.egg-info/requires.txt
src/httk_core.egg-info/top_level.txt
tests/test_building.py
tests/test_building_engine.py
tests/test_citations.py
tests/test_cli.py
tests/test_coercion.py
tests/test_compression.py
tests/test_converting.py
tests/test_crypto.py
tests/test_data_records.py
tests/test_dataset_loader.py
tests/test_datasets.py
tests/test_datastream_url.py
tests/test_digests.py
tests/test_docs_cli.py
tests/test_docs_config.py
tests/test_docs_ecosystem.py
tests/test_docs_gitsite.py
tests/test_docs_integration.py
tests/test_docs_inventories_release.py
tests/test_docs_lockfile.py
tests/test_docs_manifests_redirect.py
tests/test_docs_repair.py
tests/test_docs_semver.py
tests/test_docs_sitetree.py
tests/test_docs_sphinx_ext.py
tests/test_entry_ids.py
tests/test_entry_provider.py
tests/test_entry_types.py
tests/test_exactmath.py
tests/test_exactmath_api.py
tests/test_examples.py
tests/test_fetching.py
tests/test_files.py
tests/test_fracvector.py
tests/test_identity.py
tests/test_identity_cli.py
tests/test_leaf_codecs.py
tests/test_load_many.py
tests/test_loading.py
tests/test_memguard.py
tests/test_mutablefracvector.py
tests/test_network_policy.py
tests/test_numeric.py
tests/test_operator_identity.py
tests/test_optimade_filter.py
tests/test_optimade_resources.py
tests/test_plugins_cli.py
tests/test_plugins_install.py
tests/test_plugins_manifest.py
tests/test_precision.py
tests/test_project.py
tests/test_project_cli_seal.py
tests/test_project_export.py
tests/test_project_init_template.py
tests/test_project_manifests.py
tests/test_project_members.py
tests/test_project_sealing.py
tests/test_project_templates.py
tests/test_property_definitions.py
tests/test_provenance.py
tests/test_records.py
tests/test_registry_discovery.py
tests/test_registry_tool.py
tests/test_report.py
tests/test_saving.py
tests/test_schema_check.py
tests/test_services.py
tests/test_storage_markers.py
tests/test_stored_properties.py
tests/test_surdvector.py
tests/test_system_cli.py
tests/test_textstream.py
tests/test_unview.py
tests/test_userdirs.py
tests/test_validation_iris.py
tests/test_vector_family.py
tests/test_vector_hash_equality.py
tests/test_vectormath.py
tests/test_view_laziness.py