Adapter Framework for Equipment Monitoring and Control
The Lightweight Equipment Adapter Framework (LEAF) implements an Adapter Architecture designed to monitor and control various equipment types (e.g., bioreactors). The core principle of LEAF is to reduce the barrier to entry as much as possible to develop and deploy adapters for new equipment. The EquipmentAdapters are the functional equipment monitors composed of the rest of the modules (ProcessModules, PhaseModules, etc.) that perform specific tasks such as event monitoring, data processing, and output transmission.
Quick Start
# Install LEAF
pip install leaf-framework
# Run with desktop GUI (auto-opens browser)
leaf
LEAF automatically shows a desktop control panel on desktop systems, making it easy to see if the application is running and where to access it.
Updating
LEAF checks PyPI for a newer release one hour after it starts, and weekly from then on -- never at startup, so a restart simply re-arms the one-hour delay. When a newer version exists, an update badge appears next to the version number in the web interface header; clicking it offers to install the update and restart LEAF.
To check without waiting for the schedule, click the version number in the header. The result appears as a banner: green when this install is current, amber when a newer release exists, red when PyPI could not be reached.
Set LEAF_DISABLE_UPDATE_CHECK=1 to switch the check off entirely. Installs running from a source checkout are told about the new version but never overwritten -- update those with git pull. To update by hand:
pip install --upgrade leaf-framework
Documentation
The complete documentation can be found here.
Release files for leaf-framework 0.10.19
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| leaf_framework-0.10.19.tar.gz | 402.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| leaf_framework-0.10.19-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 849.8 kB
Release files / leaf_framework-0.10.19.tar.gz
| Download URL | leaf_framework-0.10.19.tar.gz |
|---|---|
| Size | 402.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c37d8250c3a2d8c511250028940d6f9e52c282cc2904ae16326817879413ee52
|
|
BLAKE2b-256 checksum How to use checksums |
874caf3730cbeac448afc9f3ffc2e541d563cf6df0d08947c938d6223147c217
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.3 CPython/3.12.14 Linux/5.15.0-177-generic
|
Release files / leaf_framework-0.10.19-py3-none-any.whl
| Download URL | leaf_framework-0.10.19-py3-none-any.whl |
|---|---|
| Size | 447.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
36f28c6797e157ec7a9dcd2947acc40c3f370b9d61a07f189a95bb24a16b1fc3
|
|
BLAKE2b-256 checksum How to use checksums |
bd5194df0bda4333cf8acdd3baf382342c5ef59ec9b4e0dc15fda22c91289d78
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.3 CPython/3.12.14 Linux/5.15.0-177-generic
|