{"library":"phoebusgen","title":"PhoebusGen","description":"A Python library for programmatically generating CS-Studio Phoebus display files (*.bob). Current version 3.2.0 (requires Python >=3.5). Active development with irregular releases.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install phoebusgen"],"cli":null},"imports":["from phoebusgen import Screen","from phoebusgen.widgets import TextUpdate, ActionButton"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from phoebusgen import Screen\nfrom phoebusgen.widgets import TextUpdate\n\nscreen = Screen('MyScreen')\nwidget = TextUpdate('my_pv')\nscreen.add_widget(widget)\nscreen.to_xml('my_screen.bob')","lang":"python","description":"Create a simple screen with a TextUpdate widget and export to .bob file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}