Skip to content

MrMineO5/probe-python

 
 

Repository files navigation

License PyPI E2E

What is this?

This project provides Python support to the Source++ open-source live coding platform.

Usage

  • pip install sourceplusplus

Attach

from sourceplusplus.SourcePlusPlus import SourcePlusPlus
SourcePlusPlus().attach()

Config

Add spp-probe.yml to working directory (or set SPP_PROBE_CONFIG_FILE env):

spp:
  platform_host: "localhost"
  ssl_enabled: false

Or construct with dict:

from sourceplusplus.SourcePlusPlus import SourcePlusPlus
SourcePlusPlus({
    "spp.platform_host": "localhost",
    "spp.ssl_enabled": False
}).attach()

Bugs & Features

Bug reports and feature requests can be created here.

About

Live coding probe for Python applications

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 97.5%
  • Kotlin 1.7%
  • Dockerfile 0.8%