Metadata-Version: 2.1
Name: ipyclipboard
Version: 0.0.1
Requires-Dist: anywidget
Provides-Extra: dev
Requires-Dist: jupyterlab; extra == 'dev'
Requires-Dist: watchfiles; extra == 'dev'
Description-Content-Type: text/markdown

# ipyclipboard

A simple Jupyter Widget to read and write text from the clipboard.

[ipyclipboard-screencast.webm](https://github.com/jtpio/ipyclipboard/assets/591645/d1b6aad1-798a-4617-a7ec-f49ebcdd8bdd)

## Features

⚠️ This widget only supports text data for now.

If you would like to see more features, please open an issue or submit a pull request, thanks!

## Install

```sh
pip install ipyclipboard
```

## Usage

See the example notebook: [example.ipynb](example.ipynb)

## Uninstall

```sh
pip uninstall ipyclipboard
```
