Metadata-Version: 2.1
Name: pyfolio-qa
Version: 0.0.1
Summary: pyfolio is a Python library for performance
Home-page: https://github.com/quantopian/pyfolio
Maintainer: Quantopian Inc
Maintainer-email: opensource@quantopian.com
License: Apache License, Version 2.0
Platform: UNKNOWN
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
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: 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'
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'

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


