Skip to content
/ cppy Public

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

License

Notifications You must be signed in to change notification settings

nucleic/cppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 2, 2025
5a13b48 · Mar 2, 2025
Mar 1, 2025
Oct 13, 2020
Feb 7, 2025
Nov 26, 2024
Apr 13, 2019
Mar 4, 2022
Dec 28, 2021
Oct 13, 2020
Sep 28, 2014
Mar 25, 2020
Dec 4, 2021
Feb 11, 2025
Feb 11, 2025

Repository files navigation

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.