This project provides Python support to the Source++ open-source live coding platform.
pip install sourceplusplus
from sourceplusplus.SourcePlusPlus import SourcePlusPlus
SourcePlusPlus().attach()Add spp-probe.yml to working directory (or set SPP_PROBE_CONFIG_FILE env):
spp:
platform_host: "localhost"Or construct with dict:
from sourceplusplus.SourcePlusPlus import SourcePlusPlus
SourcePlusPlus({
"spp.platform_host": "localhost"
}).attach()Bug reports and feature requests can be created here.