Metadata-Version: 1.1
Name: jupyter_kernel_gateway_bundlers
Version: 0.1.0
Summary: Plugins for jupyter_cms to deploy and download notebooks as kernel gateway microservices
Home-page: https://github.com/jupyter-incubator/kernel_gateway_bundlers
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD
Description: 
            This package adds a *Download as* menu item that packages the current notebook, 
        a Dockerfile, and a README in a zip download. When built, the Docker image is
        configured to expose the notebook as a HTTP microservice using the 
        jupyter_kernel_gateway.
        
        See `the project README <https://github.com/jupyter-incubator/kernel_gateway_bundlers>`_
        for more information. 
        
Platform: Jupyter Notebook 4.0.x
Classifier: Intended Audience :: Developers
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.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
