Metadata-Version: 1.2
Name: sos-papermill
Version: 0.1.0
Summary: SoS extension for papermill
Home-page: https://github.com/vatlab/sos-papermill
Author: Bo Peng
Author-email: bpeng@mdanderson.org
Maintainer: Bo Peng
Maintainer-email: bpeng@mdanderson.org
License: 3-clause BSD
Description: # Papermill engine for SoS Notebook
        
        This is a paper mill engine for the execution of SoS Polyglot Notebook.
        
        ## Installation
        
        ```
        pip install sos-papermill
        ```
        
        ## Usage
        
        ```
        papermill --engine sos [other options]
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
