j-clipboard
Windows clipboard access and history management for Python, implemented in Rust.
Reads and writes text, images, HTML, RTF and file lists, and keeps a searchable history in SQLite with grouping, pagination and paste counts. Payloads over 100 KB are zstd-compressed.
The distribution is j-clipboard; the module imports as pyclipboard.
import pyclipboard
pyclipboard.set_clipboard_text("hello")
print(pyclipboard.get_clipboard_text())
manager = pyclipboard.ClipboardManager() # defaults to a per-user data dir
manager.add_item("hello")
for item in manager.get_history():
print(item.content)
Windows x86_64 or ARM64, CPython 3.11+ (abi3). Part of jietuba. MIT licensed.
Release files for j-clipboard 0.4.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| j_clipboard-0.4.3-cp311-abi3-win_arm64.whl | CPython 3.11 | abi3 | Windows ARM64 | Details |
| j_clipboard-0.4.3-cp311-abi3-win_amd64.whl | CPython 3.11 | abi3 | Windows x86-64 | Details |
Total release size: 4.5 MB
Release files / j_clipboard-0.4.3-cp311-abi3-win_arm64.whl
| Download URL | j_clipboard-0.4.3-cp311-abi3-win_arm64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.11 Windows ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
e4900234a192133ee447e4dbf187a5bbdc5d760c5e0c3c66278cb03cc735a07b
|
|
BLAKE2b-256 checksum How to use checksums |
a304fe5832ab1fa22eed7e11f09b7541850f79f3d411be6f198cd9e17bac1c7c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / j_clipboard-0.4.3-cp311-abi3-win_amd64.whl
| Download URL | j_clipboard-0.4.3-cp311-abi3-win_amd64.whl |
|---|---|
| Size | 2.4 MB |
| Tags | CPython 3.11 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
2aff60e0fe7ee16d4ac1d1615154073693f2d74537e0b2f95c8d8e4743488d48
|
|
BLAKE2b-256 checksum How to use checksums |
43ca93f1d1652d5a10e488d59213a315585c2bb1f3c458d1c46832eee96b44ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|