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.4
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.4-cp311-abi3-win_arm64.whl | CPython 3.11 | abi3 | Windows ARM64 | Details |
| j_clipboard-0.4.4-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.4-cp311-abi3-win_arm64.whl
| Download URL | j_clipboard-0.4.4-cp311-abi3-win_arm64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.11 Windows ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
512bd0217a519370f76403d1f23ff60680b328708f473e432ec9327769f4ec23
|
|
BLAKE2b-256 checksum How to use checksums |
2d977d71bfd6000ec9c548f1b5209b2d858dceaa8a1d6b63259d67d2a05421e7
|
| 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.4-cp311-abi3-win_amd64.whl
| Download URL | j_clipboard-0.4.4-cp311-abi3-win_amd64.whl |
|---|---|
| Size | 2.4 MB |
| Tags | CPython 3.11 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
4e5be805c78b32bfda714b15350cd872e83474cac40acecf68964228259703fe
|
|
BLAKE2b-256 checksum How to use checksums |
6252fd8c5ad55bdca75a47b7c69e3075b7dc2d757f98eaab5dba0f936b769de4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|