Codebase list cppy / 04044a77-475b-4802-98fd-810c280945e3/upstream/master
04044a77-475b-4802-98fd-810c280945e3/upstream/master

Tree @04044a77-475b-4802-98fd-810c280945e3/upstream/master (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.