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

13a6797 · Mar 30, 2022

History

83 Commits
Mar 28, 2022
Oct 13, 2020
Mar 4, 2022
Mar 22, 2022
Apr 13, 2019
Mar 4, 2022
Dec 28, 2021
Oct 13, 2020
Sep 28, 2014
Mar 25, 2020
Dec 4, 2021
Mar 28, 2022
Mar 30, 2022
Mar 30, 2022

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.