summaryrefslogtreecommitdiffstats
path: root/python/cppy/README
blob: f36f1b77159222426743ce4f5e33f2a5f1bdc98c (plain)
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.