Metadata-Version: 2.1
Name: ppextensions
Version: 0.0.3
Summary: PPExtenions - Set of iPython and Jupyter extensions
Home-page: https://github.com/paypal/ppextensions
Author: PPExtensions Development Team
Author-email: jupyter@googlegroups.org
License: BSD License
Download-URL: https://github.com/paypal/ppextensions
Platform: UNKNOWN
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: dev
Requires-Dist: ipython (>=1.0)
Requires-Dist: qgrid
Requires-Dist: impyla (==0.13.8)
Requires-Dist: hdfs3
Requires-Dist: teradata (==15.10.0.20)
Requires-Dist: protobuf (==3.5.2.post1)
Requires-Dist: sqlparse
Requires-Dist: pyhive (==0.2.1)
Requires-Dist: pysftp (==0.2.9)
Requires-Dist: tableausdk
Requires-Dist: prettytable
Requires-Dist: ipython-sql (==0.3.8)
Requires-Dist: requests
Requires-Dist: astor
Requires-Dist: pandas (==0.22.0)
Requires-Dist: autovizwidget
Requires-Dist: thrift-sasl (==0.2.1)
Provides-Extra: dev
Requires-Dist: pycodestyle; extra == 'dev'

# PPExtensions

PPExtensions is a suite of ipython and jupyter extensions built to improve user experience and reduce time to market in [Jupyter](http://jupyter.org) notebooks.


# Features

* **PPMagics ** - Set of magics to simplify access to different storage systems and tableau.
* **Github Integration ** - A jupyter extension to integrate notebooks with github. This extension simplifies version controlling, sharing and resolving merge conflicts of notebooks.
* **Notebooks Scheduling ** - A jupyter extension to productionalize the notebooks development environment. This extension enables scheduling notebooks with help of [airflow](https://airflow.apache.org/).
* **Config UI ** - A simple UI built to change the configurations of different extensions like PPMagic, [sparkmagic](https://github.com/jupyter-incubator/sparkmagic) ..etc.


# Installation

    pip install ppextensions


# Current State

| Feature | Available | State |
|---------------------- | ------------- | -------------|
| PPMagics | Available | Beta |
| Scheduling Notebooks | Coming soon | Coming soon |
| Github Integration | Coming soon | Coming soon |
| Config UI | Coming soon | Coming soon |

--------------------------------------------------------------------------------------------------------------------

# Documentation & Getting Started

    * [Click here to read the docs](http://ppextensions.readthedocs.io/)

# Questions

    * [Slack](https://ppextensions.slack.com)
    * [User Forum](https://groups.google.com/d/forum/ppextensions)
    * [Developer Forum](https://groups.google.com/d/forum/ppextensions)


