Metadata-Version: 1.1
Name: pylantern
Version: 0.0.5
Summary: Analytics library
Home-page: https://github.com/timkpaine/lantern
Author: Tim Paine
Author-email: timothy.k.paine@gmail.com
License: LGPL
Download-URL: https://github.com/timkpaine/lantern/archive/v0.0.4.tar.gz
Description-Content-Type: UNKNOWN
Description: # Lantern
        (analytics was too general a name..)
        
        An orchestration layer for plots and tables, dummy datasets, research, reports, and anything else a data scientist might need.
        
        [![Version](https://img.shields.io/badge/version-0.0.5-lightgrey.svg)](https://img.shields.io/badge/version-0.0.5-lightgrey.svg)
        [![Build Status](https://travis-ci.org/timkpaine/lantern.svg?branch=master)](https://travis-ci.org/timkpaine/lantern)
        [![Waffle.io](https://badge.waffle.io/timkpaine/lantern.svg?label=ready&title=Ready)](http://waffle.io/timkpaine/lantern)
        [![codecov](https://codecov.io/gh/timkpaine/lantern/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/lantern)
        [![Site](https://img.shields.io/badge/Site--grey.svg?colorB=FFFFFF)](http://paine.nyc/lantern)
        
        ## Plotting
        Abstracts away the nuances of individual charting libraries by providing a single `plot` command with library specific kwarg introspection.
        
        ### Dummy data
        ![](https://raw.githubusercontent.com/timkpaine/lantern/master/docs/preview.gif)
        
        ### Plot command
        ![](https://raw.githubusercontent.com/timkpaine/lantern/master/docs/preview2.gif)
        
        ## Grids
        The same.
        
        ## Jupyter Integration
        Single-command code-less exporting for report generation.
        ```python
            import lantern.extensions
            lantern.extensions.export_pdf('my_notebook.ipynb')  # my_notebook.pdf
            lantern.extensions.export_html('my_notebook.ipynb') # my_notebook.html
        ```
        
        ## Dummy datasets
        - Lines
        - Scatter
        - Scatter3d
        - Bubble
        - Bubble3d
        - Pie
        - Bars
        - Open, high, low, close
        - Open, high, low, close, volume
        - Box
        - Histogram
        - Surface
        - Sinwave
        - Scattergeo
        - Choropleth
        - Stock
        - Regression
        - Blobs
        - Classification
        - Multilabel classification
        - Gaussian
        - Hasti
        - Circles
        - Moons
        - Biclusters
        - S Curve
        - Checker
        - Friedman
        - Friedman 2
        - Friedman 3
        
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
