Metadata-Version: 2.2
Name: pyfolio
Version: 0.9.2
Summary: pyfolio is a Python library for performance and risk analysis of financial portfolios
Home-page: https://github.com/quantopian/pyfolio
Maintainer: Quantopian Inc
Maintainer-email: opensource@quantopian.com
License: Apache License, Version 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: ipython>=3.2.3
Requires-Dist: matplotlib>=1.4.0
Requires-Dist: numpy>=1.11.1
Requires-Dist: pandas>=0.18.1
Requires-Dist: pytz>=2014.10
Requires-Dist: scipy>=0.14.0
Requires-Dist: scikit-learn>=0.16.1
Requires-Dist: seaborn>=0.7.1
Requires-Dist: empyrical>=0.5.0
Provides-Extra: bayesian
Requires-Dist: pymc3>=3.5; extra == "bayesian"
Provides-Extra: test
Requires-Dist: nose>=1.3.7; extra == "test"
Requires-Dist: nose-parameterized>=0.5.0; extra == "test"
Requires-Dist: runipy>=0.1.3; extra == "test"
Provides-Extra: all
Requires-Dist: nose>=1.3.7; extra == "all"
Requires-Dist: nose-parameterized>=0.5.0; extra == "all"
Requires-Dist: runipy>=0.1.3; extra == "all"
Requires-Dist: pymc3>=3.5; extra == "all"
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

pyfolio is a Python library for performance and risk analysis of
financial portfolios developed by `Quantopian Inc`_. It works well with the
`Zipline`_ open source backtesting library.

At the core of pyfolio is a so-called tear sheet that consists of
various individual plots that provide a comprehensive performance
overview of a portfolio.

.. _Quantopian Inc: https://www.quantopian.com
.. _Zipline: http://zipline.io
