Metadata-Version: 2.5
Name: ipymovehub
Version: 0.1.0
Summary: A JupyterLab extension to connect to a Lego Move Hub and drive Legoboost robots.
Project-URL: Homepage, https://github.com/QuantStack/jupyter-movehub
Project-URL: Bug Tracker, https://github.com/QuantStack/jupyter-movehub/issues
Project-URL: Repository, https://github.com/QuantStack/jupyter-movehub.git
Author-email: Florence Haudin <haudin.florence@gmail.com>
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: jupyter-bluetooth-manager>=0.2.0
Provides-Extra: dev
Requires-Dist: jupyter-builder>=1.2.0; extra == 'dev'
Requires-Dist: jupyterlab>=4; extra == 'dev'
Description-Content-Type: text/markdown

# ipymovehub

A JupyterLab extension to connect to a Lego Move Hub and drive Legoboost robots.

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install ipymovehub
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall ipymovehub
```

## Contributing

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