Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 413 Bytes

README.rst

File metadata and controls

10 lines (8 loc) · 413 Bytes

Cppy

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.