Metadata-Version: 2.5
Name: opensciencelab_tours
Version: 0.3.2
Summary: Tours for OpenScienceLab
Project-URL: Homepage, https://github.com/ASFOpenSARlab/opensciencelab-tours
Project-URL: Bug Tracker, https://github.com/ASFOpenSARlab/opensciencelab-tours/issues
Project-URL: Repository, https://github.com/ASFOpenSARlab/opensciencelab-tours.git
Author-email: OpenScienceLab <admin@opensciencelab.asf.alaska.edu>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: jupyter,jupyterlab,jupyterlab-extension
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: jupyterlab-tour>=4.0.1
Provides-Extra: dev
Requires-Dist: jupyter-builder>=1.2.0; extra == 'dev'
Requires-Dist: jupyterlab>=4; extra == 'dev'
Description-Content-Type: text/markdown

# opensciencelab_tours

[![Github Actions Status](https://github.com/ASFOpenSARlab/opensciencelab-tours/workflows/Build/badge.svg)](https://github.com/ASFOpenSARlab/opensciencelab-tours/actions/workflows/build.yml)

Tours for OpenScienceLab

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install opensciencelab_tours
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall opensciencelab_tours
```

## Contributing

If you would like to contribute to this extension, please refer to the [Contributing Guide](CONTRIBUTING.md).
