summaryrefslogtreecommitdiff
path: root/python/pyperclip/README
diff options
context:
space:
mode:
authorBrenton Earl <brent@exitstatusone.com>2018-03-19 20:55:07 +0000
committerDavid Spencer <idlemoor@slackbuilds.org>2018-03-19 20:55:07 +0000
commit2342bc51e1239b717a9e9bc899d68f0b451e82a7 (patch)
tree5e5275aef031e739a35f573083de8f5d2a1c89fc /python/pyperclip/README
parentd86134cae1ae77d575dc75f0141aa17f3b3b8420 (diff)
downloadslackbuilds-2342bc51e1239b717a9e9bc899d68f0b451e82a7.tar.gz
python/pyperclip: Updated for version 1.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyperclip/README')
-rw-r--r--python/pyperclip/README11
1 files changed, 2 insertions, 9 deletions
diff --git a/python/pyperclip/README b/python/pyperclip/README
index f24b18ae6a..18b74d81c6 100644
--- a/python/pyperclip/README
+++ b/python/pyperclip/README
@@ -1,15 +1,8 @@
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.
+plain text.
-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
+For example usage see /usr/doc/pyperclip-$VERSION/README.md
Optional Dependencies:
- xclip