Skip to content

eleanxr/python-cxx-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python C++ Extension Example

Whenever I sit down to write a new Python extension module, I have to spend at least an hour reminding myself how to write my setup.py and which symbols need to be defined and how in the native code file. This is a simple example without all the extra stuff that accumulates over time in modules and setup.py files for when I'm doing something simple.

About

Naive Python C++ extension example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published