Metadata-Version: 1.1
Name: perspective-python
Version: 0.1.2
Summary: Analytics library
Home-page: https://github.com/timkpaine/perspective-python
Author: Tim Paine
Author-email: timothy.k.paine@gmail.com
License: Apache 2.0
Download-URL: https://github.com/timkpaine/perspective-python/archive/v0.1.2.tar.gz
Description: # perspective-python
        Python APIs for [perspective](https://github.com/jpmorganchase/perspective) front end
        
        # This package now lives partially under [Perspective](https://github.com/jpmorganchase/perspective)
        
        [![Build Status](https://travis-ci.org/timkpaine/perspective-python.svg?branch=master)](https://travis-ci.org/timkpaine/perspective-python)
        [![GitHub issues](https://img.shields.io/github/issues/timkpaine/perspective-python.svg)]()
        [![Waffle.io](https://badge.waffle.io/timkpaine/perspective-python.svg?label=ready&title=Ready)](http://waffle.io/timkpaine/perspective-python)
        [![codecov](https://codecov.io/gh/timkpaine/perspective-python/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/perspective-python)
        [![BCH compliance](https://bettercodehub.com/edge/badge/timkpaine/perspective-python?branch=master)](https://bettercodehub.com/)
        [![PyPI](https://img.shields.io/pypi/v/perspective-python.svg)](https://pypi.python.org/pypi/perspective-python)
        [![PyPI](https://img.shields.io/pypi/l/perspective-python.svg)](https://pypi.python.org/pypi/perspective-python)
        [![Docs](https://img.shields.io/readthedocs/perspective-python.svg)](https://perspective-python.readthedocs.io)
        [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/jpmorganchase/perspective)
        
        
        ## Install
        To install the base package from pip:
        
        `pip install perspective-python`
        
        To Install from source:
        
        `make install`
        
        
        To install the JupyterLab extension:
        
        `jupyter labextension install @jpmorganchase/perspective-jupyterlab`
        
        or from source:
        
        `make labextension`
        
        ## Getting Started
        [Read the docs!](http://perspective-python.readthedocs.io/en/latest/index.html)
        
        [Example Notebooks](https://github.com/timkpaine/perspective-python/tree/master/examples)
        
        ![](https://github.com/timkpaine/perspective-python/raw/master/docs/img/scatter.png)
        
        
        ## Pandas Pivot integration
        
        #### Index - Multiindex pivot
        ![](https://github.com/timkpaine/perspective-python/raw/master/docs/img/pandas1.png)
        
        #### Column - Multiindex pivot
        ![](https://github.com/timkpaine/perspective-python/raw/master/docs/img/pandas2.png)
        
Keywords: analytics tools plotting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
