https://github.com/sourceplusplus/demo-python
Continuous feedback demonstrations for Python applications
https://github.com/sourceplusplus/demo-python
observability observability-as-code
Last synced: 7 months ago
JSON representation
Continuous feedback demonstrations for Python applications
- Host: GitHub
- URL: https://github.com/sourceplusplus/demo-python
- Owner: sourceplusplus
- License: apache-2.0
- Created: 2022-10-04T09:48:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T10:30:54.000Z (about 3 years ago)
- Last Synced: 2025-08-23T19:47:58.816Z (9 months ago)
- Topics: observability, observability-as-code
- Language: Python
- Homepage: https://sourceplus.plus
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 




## What is this?
This project holds Python-based demonstrations for [Source++](https://github.com/sourceplusplus/sourceplusplus), the open-source programmable continuous feedback platform. These demonstrations are meant to be used as a reference for how to use Source++ in your own projects.
## How to use?
Install the Source++ plugin via the JetBrains Marketplace by searching for: `Source++`.
Alternatively, you can download the Source++ plugin directly from [here](https://plugins.jetbrains.com/plugin/12033-source-).
Once the plugin is installed, check out the demos below. Each demo contains instructions explaining how to use it.
> Note: You do not need to run this code to play with the demos. This application is hosted on our publicly accessible servers.
## Demos
### [Add Breakpoint](./src/command/AddBreakpoint.py)
This demonstration shows how to add a "non-breaking breakpoint" to a running application. The **Add Breakpoint** command
is useful for debugging production applications without impacting the end user.
For more information, see the [AddBreakpoint](./src/command/AddBreakpoint.py) class.
## Bugs & Features
Bug reports and feature requests can be created [here](https://github.com/sourceplusplus/sourceplusplus/issues).