Multi-format, cross-platform clipboard library
Project description
jaraco.clipboard
A thin wrapper around platform-specific implementations of clipboard functionality.
Similar to pyperclip and clipboard and xerox except attempts to support more formats than just text.
Usage
jaraco.clipboard supplies several functions in the clipboard module. The most common are the copy and paste functions:
from jaraco import clipboard clipboard.copy('some text') clipboard.paste() == 'some text'
Other functions include copy/paste html and image.
If not implemented on your platform, the functions will raise NotImplementedError.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jaraco.clipboard-1.2.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for jaraco.clipboard-1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5714d1ff7efd3e1a542dadc46e13a3012c46aaff7df222a42d7a8742cbe0089c |
|
MD5 | 749108f226fb412b4c3b2d4e2aed3e50 |
|
BLAKE2b-256 | be1cd6cb5950ac16e2e82867155e97d0c79f62b081bd0c4fcd34a0da0f6affdb |