LICENSE
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
LICENSES/Apache-2.0.txt
silars/__init__.py
silars/feature_selection.py
silars.egg-info/PKG-INFO
silars.egg-info/SOURCES.txt
silars.egg-info/dependency_links.txt
silars.egg-info/requires.txt
silars.egg-info/top_level.txt
silars/alphalens/__init__.py
silars/alphalens/backtest.py
silars/alphalens/mfe.py
silars/alphalens/perf.py
silars/alphalens/performance_attribution.py
silars/alphalens/performance_attribution_report.py
silars/alphalens/preprocessor.py
silars/alphalens/report.py
silars/alphalens/report_png.py
silars/alphalens/strategy.py
silars/alphalens/tears.py
silars/alphalens/utils.py
silars/alphalens/weight_fns.py
silars/alphalens/zoo.py
silars/empyrical/__init__.py
silars/empyrical/deprecate.py
silars/empyrical/periods.py
silars/empyrical/stats.py
silars/empyrical/utils.py
silars/plot/__init__.py
silars/plot/graph.py
silars/plot/options.py
silars/plot/plotting.py
silars/plot/theme.py
silars/plot/utils.py
silars/transformer/__init__.py
silars/transformer/decorator.py
silars/transformer/factory.py
silars/transformer/partial.py
tests/test_alphalens_benchmark.py
tests/test_alphalens_report_rendering_benchmark.py
tests/test_backtest.py
tests/test_feature_selection.py
tests/test_mfe_benchmark.py
tests/test_perf.py
tests/test_performance_attribution.py
tests/test_performance_attribution_report.py
tests/test_plot_integration.py
tests/test_plot_options.py
tests/test_plot_theme.py
tests/test_preprocessor.py
tests/test_public_api.py
tests/test_report.py
tests/test_tears.py
tests/test_transformer_isolation.py
tests/test_weight_fns.py
tests/test_zoo.py