This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Python > pyperclip (1.5.25)

Pyperclip is a cross-platform Python module for copy and paste clipboard
functions. It works with Python 2 and 3. It currently only handles
plaintext.

Example Usage:

>>> import pyperclip
>>> pyperclip.copy('The text to be copied to the clipboard.')
>>> pyperclip.paste()
'The text to be copied to the clipboard.'

PDF documentation included in /usr/doc/pyperclip-$VERSION

Optional Dependencies:
- xclip
- xsel

This requires: pysetuptools

Maintained by: Brenton Earl
Keywords: python,copy,paste,clipboard
ChangeLog: pyperclip

Homepage:
https://github.com/asweigart/pyperclip

Source Downloads:
pyperclip-1.5.25.zip (344e45b6eae6df72fe768b0baae03fc8)

Download SlackBuild:
pyperclip.tar.gz
pyperclip.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds