Metadata-Version: 2.1
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
Provides-Extra: bayesian
Provides-Extra: test
Provides-Extra: all
License-File: LICENSE

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
