Codebase list cppy / 19e5a5c4-ce9f-48a3-8852-c4aab4faf6b6/main
19e5a5c4-ce9f-48a3-8852-c4aab4faf6b6/main

Tree @19e5a5c4-ce9f-48a3-8852-c4aab4faf6b6/main (Download .tar.gz)

cppy
====

.. image:: https://travis-ci.org/nucleic/cppy.svg?branch=master
    :target: https://travis-ci.org/nucleic/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.