Metadata-Version: 2.1
Name: ppextensions
Version: 0.0.5
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
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: 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)
Requires-Dist: apache-airflow (==1.8.2)
Requires-Dist: nbdime
Requires-Dist: gitpython
Requires-Dist: mysql-connector-python-rf
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  |
+-----------+-----------+-------+
| Scheduler | Available | Beta  |
+-----------+-----------+-------+
| Github    | Available | Bet   |
+-----------+-----------+-------+


-------------------------------
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>`_



