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
Description: # 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)
        
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
