summaryrefslogtreecommitdiffstats
path: root/python/python3-sip/README
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2015-08-11 17:45:54 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-11 23:25:32 +0700
commitfd473860d033e6cb897ed4d0ba4233158ac16557 (patch)
treed4af1561dcb0689388d313b52b92de85b89ab866 /python/python3-sip/README
parentadb07120d122ec69795e9e0d52206a06058af295 (diff)
downloadslackbuilds-fd473860d033e6cb897ed4d0ba4233158ac16557.tar.gz
slackbuilds-fd473860d033e6cb897ed4d0ba4233158ac16557.tar.xz
python/python3-sip: Added (Tool to generate Python bindings).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-sip/README')
-rw-r--r--python/python3-sip/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-sip/README b/python/python3-sip/README
new file mode 100644
index 0000000000..73272f0e41
--- /dev/null
+++ b/python/python3-sip/README
@@ -0,0 +1,4 @@
+SIP is a tool that makes it very easy to create Python bindings for
+C and C++ libraries. It was originally developed to create PyQt,
+the Python bindings for the Qt toolkit, but can be used to create
+bindings for any C or C++ library.