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

9b9f448 · Nov 26, 2024

History

93 Commits
Nov 26, 2024
Oct 13, 2020
Nov 26, 2024
Nov 26, 2024
Apr 13, 2019
Mar 4, 2022
Dec 28, 2021
Oct 13, 2020
Sep 28, 2014
Mar 25, 2020
Dec 4, 2021
Nov 26, 2024
Nov 26, 2024

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.