inkBoard is a dashboarding software that uses the PythonScreenStackManager library to make it possible to use the dashboards on any platforms that support it. There is also a designer package, which is a tool to allow designing dashboards on desktop without the limitations of whatever platform it is meant to be deployed to, as well as giving a gui to certain actions easier.
The system is designed with extendability in mind, such that new platforms can easily be implemented, and to allow integrations to implement new features, elements, and the like. The idea is that by making it easy to write integrations and implement them, inkBoard can be used for various simple dashboards.
pip install inkBoard
The documentation is hosted on readthedocs: https://inkboard-documentation.readthedocs.io/en/latest/
See the example folder for a small configuration file to make a dashboard. It can be run by using the command inkBoard run configuration.yaml
from the folder. Keep in mind it won't run without having the desktop platform installed.