diff options
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 |
commit | fd473860d033e6cb897ed4d0ba4233158ac16557 (patch) | |
tree | d4af1561dcb0689388d313b52b92de85b89ab866 /python/python3-sip/README | |
parent | adb07120d122ec69795e9e0d52206a06058af295 (diff) | |
download | slackbuilds-fd473860d033e6cb897ed4d0ba4233158ac16557.tar.gz |
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/README | 4 |
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. |