Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nucleic/cppy

A collection of C++ headers which make it easier to write Python C extension modules.
https://github.com/nucleic/cppy

Last synced: about 2 months ago
JSON representation

A collection of C++ headers which make it easier to write Python C extension modules.

Awesome Lists containing this project

README

        

Cppy
====

.. image:: https://github.com/nucleic/cppy/actions/workflows/ci.yml/badge.svg
:target: https://github.com/nucleic/cppy/actions/workflows/ci.yml

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.