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.1
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.1-cp311-abi3-win_arm64.whl | CPython 3.11 | abi3 | Windows ARM64 | Details |
| j_clipboard-0.4.1-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.1-cp311-abi3-win_arm64.whl
| Download URL | j_clipboard-0.4.1-cp311-abi3-win_arm64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.11 Windows ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
a0049708ba9c62d220f68868ee2f4ed67291f282c5e550a02e8ed85f08979256
|
|
BLAKE2b-256 checksum How to use checksums |
9ebfec268117815c9b307ca7ad26359a8fff5a14c405ad1044db4c3499f3cb5f
|
| 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.1-cp311-abi3-win_amd64.whl
| Download URL | j_clipboard-0.4.1-cp311-abi3-win_amd64.whl |
|---|---|
| Size | 2.4 MB |
| Tags | CPython 3.11 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
1666d8fbedc792e26d6406bbe5bfdb1b9ebffcd12582854f90e4c6070356f041
|
|
BLAKE2b-256 checksum How to use checksums |
d7676d9a8eb26bc8bf835a2ca5de1f7cb99fc040a325e4ad473ec810a5a55e22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|