What problem does it solve?
Pydoover provides API reference documentation for the PyDoover Python library, enabling developers to quickly learn the Doover application framework and its components without sifting through source code.
Core Features & Use Cases
- Comprehensive overview of core modules (docker.Application, DeviceAgent, Platform, Modbus, UI, config schemas, state machine, and utilities).
- Practical usage guidance for building, testing, and deploying Doover apps, including how to wire UI, configuration, and hardware interfaces.
- Use Case: onboard new developers to implement a simple Doover app that reads a sensor value, updates a tag, and communicates with a cloud device agent.
Quick Start
Install the pydoover package, import the necessary components, define a minimal Application subclass, implement setup() and main_loop(), and run the app with run_app(MyApp(config=Schema())).