LICENSE
MANIFEST.in
README.md
pyproject.toml
Jarvis_Operas.egg-info/PKG-INFO
Jarvis_Operas.egg-info/SOURCES.txt
Jarvis_Operas.egg-info/dependency_links.txt
Jarvis_Operas.egg-info/entry_points.txt
Jarvis_Operas.egg-info/requires.txt
Jarvis_Operas.egg-info/top_level.txt
jarvis_operas/__init__.py
jarvis_operas/api.py
jarvis_operas/bootstrap_state.py
jarvis_operas/cli.py
jarvis_operas/curve_cache.py
jarvis_operas/curve_interpolator.py
jarvis_operas/curve_manifest.py
jarvis_operas/curve_registration.py
jarvis_operas/curve_storage.py
jarvis_operas/curves.py
jarvis_operas/errors.py
jarvis_operas/integration.py
jarvis_operas/io_utils.py
jarvis_operas/loading.py
jarvis_operas/logging.py
jarvis_operas/mutation_policy.py
jarvis_operas/name_utils.py
jarvis_operas/namespace_policy.py
jarvis_operas/operas.py
jarvis_operas/persistence.py
jarvis_operas/registration.py
jarvis_operas/adapters/__init__.py
jarvis_operas/adapters/polars.py
jarvis_operas/catalog/__init__.py
jarvis_operas/catalog/index.py
jarvis_operas/core/__init__.py
jarvis_operas/core/operas.py
jarvis_operas/core/registry.py
jarvis_operas/core/spec.py
jarvis_operas/manifests/interpolations.manifest.json
jarvis_operas/manifests/dmdd/LZSI_2024.json
jarvis_operas/manifests/dmdd/dmdd.manifest.json
jarvis_operas/manifests/interp1/interp1.manifest.json
jarvis_operas/manifests/interp1/interp1_xflat_ylog.json
jarvis_operas/manifests/interp1/interp1_xlog_yflat.json
jarvis_operas/manifests/interp1/interp1_xy_flat.json
jarvis_operas/manifests/interp1/interp1_xy_log.json
jarvis_operas/models/cmb/planck/data/README.md
jarvis_operas/models/cmb/planck/data/TT_power_spec.txt
jarvis_operas/models/cosmopower/CP_paper/CMB/README.md
jarvis_operas/models/cosmopower/CP_paper/CMB/cmb_TT_NN.pkl
jarvis_operas/namespaces/__init__.py
jarvis_operas/namespaces/cmb/__init__.py
jarvis_operas/namespaces/cmb/decls/__init__.py
jarvis_operas/namespaces/cmb/decls/core.py
jarvis_operas/namespaces/cmb/defs/__init__.py
jarvis_operas/namespaces/cmb/defs/core.py
jarvis_operas/namespaces/helper/__init__.py
jarvis_operas/namespaces/helper/decls/__init__.py
jarvis_operas/namespaces/helper/decls/benchmarks.py
jarvis_operas/namespaces/helper/defs/__init__.py
jarvis_operas/namespaces/helper/defs/benchmarks.py
jarvis_operas/namespaces/math/__init__.py
jarvis_operas/namespaces/math/decls/__init__.py
jarvis_operas/namespaces/math/decls/basic.py
jarvis_operas/namespaces/math/defs/__init__.py
jarvis_operas/namespaces/math/defs/basic.py
jarvis_operas/namespaces/stat/__init__.py
jarvis_operas/namespaces/stat/decls/__init__.py
jarvis_operas/namespaces/stat/decls/core.py
jarvis_operas/namespaces/stat/defs/__init__.py
jarvis_operas/namespaces/stat/defs/core.py
tests/test_async.py
tests/test_catalog.py
tests/test_cli.py
tests/test_cmb.py
tests/test_curves.py
tests/test_docs_contract.py
tests/test_docs_generation.py
tests/test_global_concurrency.py
tests/test_import_lazy.py
tests/test_integration.py
tests/test_loading.py
tests/test_loading_operas.py
tests/test_logging.py
tests/test_name_utils.py
tests/test_operas_backends.py
tests/test_persistence.py
tests/test_public_api_contract.py
tests/test_registry.py
tests/test_release_gate_120.py