.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
build_and_deploy_docs.sh
pyproject.toml
setup.py
.github/workflows/python-publish.yml
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/plot_cn_name_map.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_tej.egg-info/PKG-INFO
src/pyfolio_tej.egg-info/SOURCES.txt
src/pyfolio_tej.egg-info/dependency_links.txt
src/pyfolio_tej.egg-info/not-zip-safe
src/pyfolio_tej.egg-info/requires.txt
src/pyfolio_tej.egg-info/top_level.txt
tests/__init__.py
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