A python package to parse Vestaboard markup language (VBML) to Vestaboard character arrays
Project description
pyvbml
A Python package for parsing Vestaboard markup language (VBML) to Vestaboard character arrays locally. Based on the Vestaboard/vbml codebase. Used in the Vestaboard for Home Assistant integration.
Usage
from pyvbml import Align, Justify, vbml
# Generate an array of 6 rows of 22 character codes representing the template
characters = vbml.parse(
{
"components": [
{
"style": {
"justify": Justify.CENTER,
"align": Align.CENTER,
},
"template": "Hello World!",
},
],
}
)
❤️ Support Me
I maintain this python project in my spare time. If you find it useful, consider supporting development:
- 💜 Sponsor me on GitHub
- ☕ Buy me a coffee / beer
- 💸 PayPal (direct support)
- ⭐ Star this project
- 📦 If you’d like to support in other ways, such as donating hardware for testing, feel free to reach out to me
If you don't already own a Vestaboard, please consider using my referral link below to get $200 off (as well as a $200 referral bonus to me in appreciation)!
📈 Star History
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyvbml-0.3.0.tar.gz.
File metadata
- Download URL: pyvbml-0.3.0.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bd0492a2eb95f71f7ca372cd59b2f85453728fd61ff2acc0ec60a0078eaa7f9
|
|
| MD5 |
240cb469016cc562600a0c691867ac58
|
|
| BLAKE2b-256 |
4a1c86b68e347d76ea3524b059aa8199f93a3277c0ebfb35a95092df95b9a968
|
File details
Details for the file pyvbml-0.3.0-py3-none-any.whl.
File metadata
- Download URL: pyvbml-0.3.0-py3-none-any.whl
- Upload date:
- Size: 25.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5085600d948449ad6af8ec96f8a62a5c03719f7d80fc75e6c37257d8c980105
|
|
| MD5 |
46f9c491a510cda0d165ceab76c72097
|
|
| BLAKE2b-256 |
d7c899448c328c088ba885a7bf570fe444ebd204fbcbf8ba90cff878c635adf7
|