command
Version:
v0.0.0-...-9a4fa7f
Opens a new window with list of versions in this module.
Published: Apr 16, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Example: Build a plugin shared library for Bundlebase.
Build with:
go build -buildmode=c-shared -o my_source.so ./examples/test_source_plugin/
Use from Python:
bundle.create_source("plugin", {"call": "lib:./my_source.so"})
Source Files
¶
Click to show internal directories.
Click to hide internal directories.