Ubo main app, running on device initialization. A platform for running other apps.
Project description
Ubo Application
Contribution
poetry install # You need `--with development` if you want to run it on a non-raspberry machine
poetry run app
Conventions
- Use
UBO_
prefix for all environment variables, additional prefixes may come afterUBO_
as needed. - Always use frozen dataclasses for action and state classes.
- Each
action
should have only two attributes:type
andpayload
. Payload class of an action should also be a frozen dataclass with the same name as the action class with "Payload" prefix.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ubo_app-0.3.5.tar.gz
(13.0 kB
view hashes)
Built Distribution
ubo_app-0.3.5-py3-none-any.whl
(18.4 kB
view hashes)