Metadata-Version: 2.1
Name: jupyterlab_robotmode
Version: 0.3.0
Summary: A JupyterLab extensions which adds CodeMirror mode for Robot Framework syntax
Home-page: https://github.com/MarketSquare/jupyterlab_robotmode
Author: MarketSquare
License: BSD-3-Clause
Description: # MarketSquare jupyterlab_robotmode
        
        [![binder-badge]][binder] [![pypi-badge]][pypi] [![conda-badge]][conda] [![npm-badge]][npm]
        
        A JupyterLab extensions which adds CodeMirror mode for Robot Framework syntax
        
        ## Prerequisites
        
        * JupyterLab
        
        ## Installation
        
        ### For JupyterLab 3
        
        ```bash
        pip install jupyterlab_robotmode
        ```
        
        or
        
        ```bash
        conda install jupyterlab_robotmode -c conda-forge
        ```
        
        ### For JupyterLab <=2
        
        ```bash
        jupyter labextension install @marketsquare/jupyterlab_robotmode
        ```
        
        [binder-badge]: https://mybinder.org/badge_logo.svg
        [binder]: https://mybinder.org/v2/gh/MarketSquare/jupyterlab_robotmode/HEAD?urlpath=lab
        [pypi]: https://pypi.org/project/jupyterlab-robotmode
        [pypi-badge]: https://img.shields.io/pypi/v/jupyterlab_robotmode
        [npm-badge]: https://img.shields.io/npm/v/@marketsquare/jupyterlab_robotmode
        [npm]: https://www.npmjs.com/package/@marketsquare/jupyterlab_robotmode
        [conda-badge]: https://img.shields.io/conda/vn/conda-forge/jupyterlab_robotmode
        [conda]: https://anaconda.org/conda-forge/jupyterlab_robotmode
        
Keywords: Jupyter,JupyterLab
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
