GUI sdk for Ubo Pod
Project description
Ubo GUI
GUI sdk for Ubo Pod
📋 Requirements
📦 Installation
You can install it using this handle: headless-kivy-pi@git+https://github.com/ubopod/ubo-gui.git
# pip:
pip install headless-kivy-pi@git+https://github.com/ubopod/ubo-gui.git
# poetry:
poetry add headless-kivy-pi@git+https://github.com/ubopod/ubo-gui.git
🛠 Usage
Checkout Ubo App to see a sample implementation.
🤝 Contributing
You need to have Poetry installed on your machine.
To install poetry in Raspbian you need to follow these instructions to install rust compiler, this is temporary until this issue is resolved:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt-get install pkg-config libssl-dev
curl -sSL https://install.python-poetry.org | python3 -
After having poetry, to install the required dependencies, run the following command:
poetry install --with development
Also be aware of this issue and until it is resolved you can manually disable keyring by prefixing your poetry commands like this:
PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring poetry install
You can run linter over whole codebase by running this command:
poetry run poe lint
⚠️ Important Note
Make sure to run poetry run poe download_font
to download Material Symbols font.
🔒 License
This project is released under the Apache-2.0 License. See the LICENSE file for more details.
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
Built Distribution
File details
Details for the file ubo_gui-0.9.8.tar.gz
.
File metadata
- Download URL: ubo_gui-0.9.8.tar.gz
- Upload date:
- Size: 3.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e98ef5e746d7ea18cf428e188f2cfed88e0ac7de2773bfba6a64f1e05560d42c |
|
MD5 | ba830998f8edc3b9089cdc16e8307c9f |
|
BLAKE2b-256 | 52ff3d11671b088eea21a50272125230db635fc5cebc64b0112631f2264aa075 |
Provenance
File details
Details for the file ubo_gui-0.9.8-py3-none-any.whl
.
File metadata
- Download URL: ubo_gui-0.9.8-py3-none-any.whl
- Upload date:
- Size: 3.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f021701121563a7526e76bab33efb9f8c6d4c0eb93154344da61791a52c96921 |
|
MD5 | 16d19dfef1eb65ddf59adc180dc83f60 |
|
BLAKE2b-256 | 8219ab940a5699b728d9e8213b86bb1cf7de050f175e93600bcf6fd478657702 |