.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
WHATSNEW.md
build_and_deploy_docs.sh
mkdocs.yml
pyproject.toml
.github/ISSUE_TEMPLATE.md
.github/dependabot.yml
.github/workflows/build_wheels.yml
.github/workflows/conda_package.yml
.github/workflows/test_wheels.yml
.github/workflows/unit_tests.yml
conda/recipe/meta.yaml
docs/Makefile
docs/deploy.py
docs/make.bat
docs/source/api-reference.rst
docs/source/conf.py
docs/source/index.rst
src/pyfolio/__init__.py
src/pyfolio/_version.py
src/pyfolio/capacity.py
src/pyfolio/deprecate.py
src/pyfolio/interesting_periods.py
src/pyfolio/ipycompat.py
src/pyfolio/perf_attrib.py
src/pyfolio/plotting.py
src/pyfolio/pos.py
src/pyfolio/round_trips.py
src/pyfolio/tears.py
src/pyfolio/timeseries.py
src/pyfolio/txn.py
src/pyfolio/utils.py
src/pyfolio/examples/results.pickle
src/pyfolio/examples/round_trip_tear_sheet_example.ipynb
src/pyfolio/examples/sector_mappings_example.ipynb
src/pyfolio/examples/single_stock_example.ipynb
src/pyfolio/examples/slippage_example.ipynb
src/pyfolio/examples/zipline_algo_example.ipynb
src/pyfolio_reloaded.egg-info/PKG-INFO
src/pyfolio_reloaded.egg-info/SOURCES.txt
src/pyfolio_reloaded.egg-info/dependency_links.txt
src/pyfolio_reloaded.egg-info/not-zip-safe
src/pyfolio_reloaded.egg-info/requires.txt
src/pyfolio_reloaded.egg-info/top_level.txt
tests/__init__.py
tests/matplotlibrc
tests/test_capacity.py
tests/test_perf_attrib.py
tests/test_pos.py
tests/test_round_trips.py
tests/test_tears.py
tests/test_timeseries.py
tests/test_txn.py
tests/test_data/factor_loadings.csv
tests/test_data/factor_returns.csv
tests/test_data/intercepts.csv
tests/test_data/positions.csv
tests/test_data/residuals.csv
tests/test_data/returns.csv
tests/test_data/test_LMCAP.csv
tests/test_data/test_LT_MOMENTUM.csv
tests/test_data/test_MACDSignal.csv
tests/test_data/test_VLTY.csv
tests/test_data/test_caps.csv
tests/test_data/test_gross_lev.csv.gz
tests/test_data/test_pos.csv.gz
tests/test_data/test_returns.csv.gz
tests/test_data/test_sectors.csv
tests/test_data/test_shares_held.csv
tests/test_data/test_txn.csv.gz
tests/test_data/test_volumes.csv