LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
stacking_sats_pipeline/__init__.py
stacking_sats_pipeline/config.py
stacking_sats_pipeline/main.py
stacking_sats_pipeline.egg-info/PKG-INFO
stacking_sats_pipeline.egg-info/SOURCES.txt
stacking_sats_pipeline.egg-info/dependency_links.txt
stacking_sats_pipeline.egg-info/entry_points.txt
stacking_sats_pipeline.egg-info/requires.txt
stacking_sats_pipeline.egg-info/top_level.txt
stacking_sats_pipeline/backtest/__init__.py
stacking_sats_pipeline/backtest/backtesting.py
stacking_sats_pipeline/backtest/checks.py
stacking_sats_pipeline/backtest/runner.py
stacking_sats_pipeline/backtest/simulation.py
stacking_sats_pipeline/data/__init__.py
stacking_sats_pipeline/data/data_loader.py
stacking_sats_pipeline/plot/__init__.py
stacking_sats_pipeline/plot/plotting.py
stacking_sats_pipeline/strategy/__init__.py
stacking_sats_pipeline/strategy/strategy_template.py
stacking_sats_pipeline/weights/__init__.py
stacking_sats_pipeline/weights/weight_calculator.py
tests/test_backtest.py
tests/test_cli.py
tests/test_config.py
tests/test_data.py
tests/test_plot.py
tests/test_strategy.py
tutorials/examples.py