Skip to content

dmartin35/python-cpp-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-cpp-wrapper

Simple example for wrapping C/C++ for python. This project is based on official python documentation: https://docs.python.org/3.6/extending/extending.html

Build the wrapper

The wrapper needs to be build with linked library before being importable into some python code

python setup.py build_ext --inplace

Run the test suite

Simply executes:

python test.py

About

Simple example for wrapping C/C++ for python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published