.codecov.yml
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
reload_local_pip.sh
requirements.txt
upload_pip.sh
.docbuild/Makefile
.docbuild/build-docs.sh
.docbuild/conf.py
.docbuild/index.rst
.docbuild/make.bat
.docbuild/requirements.txt
.github/workflows/build-docs.yml
.github/workflows/ci.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
examples/example1.py
examples/example2.py
examples/exampleInPhoebus.bob
examples/exampleInPhoebus.py
phoebusgen/__init__.py
phoebusgen/_shared_property_helpers.py
phoebusgen/_version.py
phoebusgen/_version.pyi
phoebusgen.egg-info/PKG-INFO
phoebusgen.egg-info/SOURCES.txt
phoebusgen.egg-info/dependency_links.txt
phoebusgen.egg-info/requires.txt
phoebusgen.egg-info/top_level.txt
phoebusgen/config/classes.bcf
phoebusgen/config/color.def
phoebusgen/config/font.def
phoebusgen/screen/__init__.py
phoebusgen/screen/screen.py
phoebusgen/widget/__init__.py
phoebusgen/widget/colors.yaml
phoebusgen/widget/fonts.yaml
phoebusgen/widget/properties.py
phoebusgen/widget/widget.py
phoebusgen/widget/widgets.py
tests/property_helpers.py
tests/test_screen.py
tests/test_widget.py
tests/test_widgets.py