LICENSE
README.md
pyproject.toml
quant_lib/__init__.py
quant_lib/__main__.py
quant_lib/py.typed
quant_lib/audit/__init__.py
quant_lib/audit/holdout.py
quant_lib/audit/hypothesis.py
quant_lib/audit/journal.py
quant_lib/cli/__init__.py
quant_lib/cli/_output.py
quant_lib/cli/_report.py
quant_lib/cli/_utils.py
quant_lib/cli/commit_cmd.py
quant_lib/cli/explore.py
quant_lib/cli/init_cmd.py
quant_lib/cli/list_cmd.py
quant_lib/cli/main.py
quant_lib/cli/migrate_seals.py
quant_lib/cli/show.py
quant_lib/cli/status_cmd.py
quant_lib/core/__init__.py
quant_lib/core/_config.py
quant_lib/core/_data.py
quant_lib/core/_engine.py
quant_lib/core/_features.py
quant_lib/core/_logging.py
quant_lib/core/_metrics.py
quant_lib/core/_portfolio.py
quant_lib/core/_risk_allocation.py
quant_lib/core/_spa.py
quant_lib/core/_testing.py
quant_lib/core/_wfa.py
quant_lib/experiments/__init__.py
quant_lib/experiments/base.py
quant_lib/experiments/built_in.py
quant_lib/experiments/funding_rate_carry.py
quant_lib/experiments/pullback_sniper_rsi.py
quant_lib/experiments/registry.py
quant_lib/experiments/vol_compression_v1.py
quant_lib/research/__init__.py
quant_lib/research/_pipeline.py
quant_lib/research/best_params.py
quant_lib/research/cache.py
quant_lib/research/candidate.py
quant_lib/research/commit.py
quant_lib/research/exceptions.py
quant_lib/research/plotting.py
quant_lib/research/reporting.py
quant_lib/research/results.py
quant_lib/research/session.py
quant_lib/tools/__init__.py
quant_lib/tools/backtest.py
quant_lib/tools/data.py
quant_lib/tools/features.py
quant_lib/tools/portfolio.py
quant_lib/tools/stats.py
quant_lib/tools/universe.py
quant_lib/utils/__init__.py
quant_lib/utils/config.py
quant_lib/utils/git.py
quant_lib/utils/logging.py
sealedge.egg-info/PKG-INFO
sealedge.egg-info/SOURCES.txt
sealedge.egg-info/dependency_links.txt
sealedge.egg-info/entry_points.txt
sealedge.egg-info/requires.txt
sealedge.egg-info/top_level.txt
tests/test_audit.py
tests/test_best_params.py
tests/test_cache.py
tests/test_candidate.py
tests/test_chaos.py
tests/test_cli.py
tests/test_cli_helpers.py
tests/test_cli_list.py
tests/test_cli_main.py
tests/test_cli_output.py
tests/test_cli_report.py
tests/test_commit.py
tests/test_commit_coverage_uncovered.py
tests/test_config.py
tests/test_config_validation.py
tests/test_conftest.py
tests/test_data.py
tests/test_e2e_full_pipeline.py
tests/test_e2e_happy_path.py
tests/test_engine.py
tests/test_engine_matrix.py
tests/test_experiments.py
tests/test_features.py
tests/test_integration_real_data.py
tests/test_invariants.py
tests/test_main_module.py
tests/test_metrics.py
tests/test_metrics_bootstrap.py
tests/test_migrate_seals.py
tests/test_perf.py
tests/test_perf_regression.py
tests/test_plotting.py
tests/test_portfolio.py
tests/test_psr_ess.py
tests/test_public_api.py
tests/test_pullback_sniper.py
tests/test_python_api.py
tests/test_regression_b0_1_hmac_seal.py
tests/test_regression_b0_2_sl_pct.py
tests/test_regression_b0_3_warnings.py
tests/test_regression_b0_4_risk_weights_carry.py
tests/test_regression_b0_5_indonesian_residue.py
tests/test_regression_bug3_sl_pct.py
tests/test_regression_hygiene.py
tests/test_regression_marks_seal_seed.py
tests/test_reporting.py
tests/test_reproducibility.py
tests/test_research_exceptions.py
tests/test_risk_allocation.py
tests/test_session.py
tests/test_spa.py
tests/test_spa_validation.py
tests/test_sprint1_fixes.py
tests/test_sprint2_fixes.py
tests/test_sprint3_fixes.py
tests/test_statistics.py
tests/test_status_render.py
tests/test_tools_data.py
tests/test_tools_features.py
tests/test_tools_portfolio.py
tests/test_tools_stats.py
tests/test_typing.py
tests/test_universe_filter.py
tests/test_universe_tools.py
tests/test_utils_config.py
tests/test_utils_git.py
tests/test_utils_logging.py
tests/test_wfa.py