Skip to content

CMake boilerplate for projects embedding an isolated CPython interpreter. Includes an example Python package that will be installed into the embedded interpreter.

License

Notifications You must be signed in to change notification settings

bytemarx/emb-cpython-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported Platforms

  • Linux

Building

Requires:

  • CMake 3.22+

Build

cmake -B build/
make -C build/

Debug Build

cmake -DCMAKE_BUILD_TYPE=Debug -B build/
make -C build/

About

CMake boilerplate for projects embedding an isolated CPython interpreter. Includes an example Python package that will be installed into the embedded interpreter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages