slackbuilds_ponce/python/pyperclip
Brenton Earl dde8c063c5
python/pyperclip: Updated for version 1.5.27.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-07-09 07:47:03 +07:00
..
pyperclip-1.5-doc.pdf
pyperclip.info python/pyperclip: Updated for version 1.5.27. 2016-07-09 07:47:03 +07:00
pyperclip.SlackBuild python/pyperclip: Updated for version 1.5.27. 2016-07-09 07:47:03 +07:00
README
slack-desc

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