Metadata-Version: 1.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
Author: Quantopian Inc
Author-email: opensource@quantopian.com
License: Apache License, Version 2.0
Description: 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
        
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
