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, CPython 3.11+ (abi3). Part of jietuba. MIT licensed.
Release files for j-clipboard 0.4.0
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.0-cp311-abi3-win_arm64.whl | CPython 3.11 | abi3 | Windows ARM64 | Details |
| j_clipboard-0.4.0-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.0-cp311-abi3-win_arm64.whl
| Download URL | j_clipboard-0.4.0-cp311-abi3-win_arm64.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.11 Windows ARM64 abi3 |
|
SHA-256 checksum How to use checksums |
c148db7ed3384533238a6dfdf5d3a33254cc8804c15875eefe5e3f73a41bc870
|
|
BLAKE2b-256 checksum How to use checksums |
71d8f3c5c23d969c50058423c4069be2d674e260f4f0eda6c704a8ef16e1642b
|
| 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.0-cp311-abi3-win_amd64.whl
| Download URL | j_clipboard-0.4.0-cp311-abi3-win_amd64.whl |
|---|---|
| Size | 2.4 MB |
| Tags | CPython 3.11 Windows x86-64 abi3 |
|
SHA-256 checksum How to use checksums |
4b9f207befc4841fdf0610fe7509a3a2b105891ee78f524b1a9d2e1331cf923a
|
|
BLAKE2b-256 checksum How to use checksums |
d7187b88531c44f03a9f7fdb4586fbfe3c580743a29a1e60fcb4a8b657eddd8d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|