Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 402 Bytes

Build Status

cpypp

A simple wrapper of CPython C API for C++

Cpypp is aimed to be a very simple utility assisting the usage of CPython C API in C++ projects. The convenience of the C++ idioms of resource management and exception handling is tried to be brought in the simplest way possible.