Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 377 Bytes

README.rst

File metadata and controls

10 lines (8 loc) · 377 Bytes

cppy

https://travis-ci.org/nucleic/cppy.svg?branch=master

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.