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.2
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.2-cp311-abi3-win_arm64.whl | CPython 3.11 | abi3 | Windows ARM64 | Details |
| j_clipboard-0.4.2-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.2-cp311-abi3-win_arm64.whl
| Download URL | j_clipboard-0.4.2-cp311-abi3-win_arm64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.11 Windows ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
a3b41c916c81278440c0fe48e1c5f498936ca51de70a3673fbb2fdad09163d82
|
|
BLAKE2b-256 checksum How to use checksums |
980f52e97648acc7da398adfe2f27cc677470a7e7a89eb7952c467cadb3c159e
|
| 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.2-cp311-abi3-win_amd64.whl
| Download URL | j_clipboard-0.4.2-cp311-abi3-win_amd64.whl |
|---|---|
| Size | 2.4 MB |
| Tags | CPython 3.11 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
191a2130c8e04df178f71a609913726a025fa02d766ad51a13716b6041fb85d3
|
|
BLAKE2b-256 checksum How to use checksums |
ba320f443d141253d6900caf96ffc984c335d6efcad435b9232b51c37e1ae345
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|