summaryrefslogtreecommitdiffstats
path: root/python/cppy/README
diff options
context:
space:
mode:
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 0000000000..f36f1b7715
--- /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.