sourceplusplus / probe-python

Continuous feedback probe for Python applications

Repository from Github https://github.comsourceplusplus/probe-pythonRepository from Github https://github.comsourceplusplus/probe-python

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"

Or construct with dict:

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

Bugs & Features

Bug reports and feature requests can be created here.

About

Continuous feedback probe for Python applications

License:Apache License 2.0


Languages

Language:Python 97.8%Language:Kotlin 1.5%Language:Dockerfile 0.7%