.flake8
.gitattributes
.gitignore
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
docs/source/notebooks/event_study.ipynb
docs/source/notebooks/intraday_factor.ipynb
docs/source/notebooks/overview.ipynb
docs/source/notebooks/pyfolio_integration.ipynb
src/alphalens/__init__.py
src/alphalens/_version.py
src/alphalens/performance.py
src/alphalens/plot_cn_name_map.py
src/alphalens/plotting.py
src/alphalens/tears.py
src/alphalens/utils.py
src/alphalens_tej.egg-info/PKG-INFO
src/alphalens_tej.egg-info/SOURCES.txt
src/alphalens_tej.egg-info/dependency_links.txt
src/alphalens_tej.egg-info/not-zip-safe
src/alphalens_tej.egg-info/requires.txt
src/alphalens_tej.egg-info/top_level.txt
tests/__init__.py
tests/test_performance.py
tests/test_tears.py
tests/test_utils.py