__version__ = "0.4.3"
!!This is an outdated version of the proposal-text.!!
| """ | |
| This script serves to connect to a tmate session via SSH on a github CI runner in order to | |
| enable interactive debugging. | |
| Status: This script is an experimental version, neither documented nor well tested and | |
| contains obsolete code. However, it is useful for the author and might be so for others. | |
| Motivation: On the CI platform software sometimes behaves differently then on local machines. | |
| The usual debugging procedure is lengthy because for every change (e.g. adding debug output via | |
| print()) a new commit and a new CI run has to take place. Opening an SSH connection to the | 
| #!/usr/bin/env python | |
| import dbus | |
| class Client(): | |
| def __init__(self): | |
| bus = dbus.SessionBus() | |
| service = bus.get_object('com.example.service', "/com/example/service") | |
| self._message = service.get_dbus_method('get_message', 'com.example.service.Message') | |
| self._quit = service.get_dbus_method('quit', 'com.example.service.Quit') | 
Das ist ein (Meta)-Projekt der Open Knowledge Foundation (OKF) und dient dazu, Geld vom Bundesministerium für Bildung und Formschung (BMBF) an kleine bzw. junge OpenSource-Projekte zu verteilen. Antragsmodalitäten sind überschaubar. Maximale Fördersumme: 30K
Themenschwerpunkt für die zweite Runde: "Tools für eine starke Zivilgesellschaft"