aboutsummaryrefslogtreecommitdiff
path: root/python/cppy/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-04-08 05:10:16 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:55 +0700
commit1d146cb34b937303c8c26bad35129701b695f512 (patch)
tree4fab4bf2a398f18019a09138542f43fcc199ce7a /python/cppy/README
parent242648acbf4ba3c8e7c5952e2237e3ab7c525f3c (diff)
python/cppy: Added (C++ header library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cppy/README')
-rw-r--r--python/cppy/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/cppy/README b/python/cppy/README
new file mode 100644
index 000000000000..f36f1b771592
--- /dev/null
+++ b/python/cppy/README
@@ -0,0 +1,4 @@
+cppy is a small C++ header library which makes it easier to write Python
+extension modules. The primary feature is a PyObject smart pointer which
+automatically handles reference counting and provides convenience
+methods for performing common object operations.