pixelblaze-client
A Python library that presents a simple, synchronous interface for communicating with and controlling one or more Pixelblaze LED controllers.
Requirements
- Python 3.9 or newer
- websocket-client (installable via
pip install websocket-client, or from https://github.com/websocket-client/websocket-client) - requests (installable via
pip install requests, or from https://github.com/psf/requests) - pytz (installable via
pip install pytz, or from https://github.com/stub42/pytz) - mini-racer (installable via
pip install mini-racer
Installation
Install pixelblaze-client with all required packages using pip:
pip install pixelblaze-client
Or, if you prefer, drop a copy of pixelblaze.py into your project directory and reference it within your project:
from pixelblaze import *
Documentation
API and other documention is available in Markdown and HTML.
Sample code illustrating usage is provided in the examples directory.
Please note that version 1.0.0 was a major refactoring and enhancement of the library, with many new features and significant changes. The API surface is completely new. See the the API documentation for details.
Current Version [v1.1.8] - 2026-07-22
Fixed
- gh issue #28: Fixed a bug in the lightweight enumerator that caused it to fail to enumerate devices when called multiple times. The enumerator now resets its internal list of seen devices each time it is called.
Added
- No new functionality in this release.
Older Versions
See CHANGELOG.md for complete version history.
Known Issues
- Check our github repo; if you find something, let us know!
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 pixelblaze_client-1.1.8.tar.gz.
File metadata
- Download URL: pixelblaze_client-1.1.8.tar.gz
- Upload date:
- Size: 51.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdd382d070ee6c40ef305915419ba9bd2e74a51349dc7eb19ee4c704ff2a8478
|
|
| MD5 |
706f43f5a47a16c36499a306e7461139
|
|
| BLAKE2b-256 |
41f2386d0a49c8191b24e6b70e40da59d563b2ea63c44e7b41d0f3e20c53f359
|
File details
Details for the file pixelblaze_client-1.1.8-py3-none-any.whl.
File metadata
- Download URL: pixelblaze_client-1.1.8-py3-none-any.whl
- Upload date:
- Size: 40.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88a6fcd1d90573b378ac59346f6307671fa1c5b992abba6bceb4dc2d643e1348
|
|
| MD5 |
27d36e7c2287f1d9a03d001ff47075b1
|
|
| BLAKE2b-256 |
48cbce8db0acbbca70ec8454e71623fdc27364d5f461d2a7a9bcc45ec8901bd7
|