Metadata-Version: 2.4
Name: jumpstarter-driver-raspberrypi
Version: 0.6.0
Project-URL: Homepage, https://jumpstarter.dev
Project-URL: source_archive, https://github.com/jumpstarter-dev/repo/archive/c2927a2abac82d224c7bd28f9ed83c57b5222e65.zip
Author-email: Miguel Angel Ajo Pelayo <majopela@redhat.com>, Nick Cao <ncao@redhat.com>, Kirk Brauer <kbrauer@hatci.com>
License-Expression: Apache-2.0
Requires-Python: >=3.11
Requires-Dist: gpiozero>=2.0.1
Requires-Dist: jumpstarter
Description-Content-Type: text/markdown

# Raspberry Pi driver

`jumpstarter-driver-raspberrypi` provides functionality for interacting with
Raspberry Pi devices.

## Installation

```shell
pip3 install --extra-index-url https://pkg.jumpstarter.dev/simple/ jumpstarter-driver-raspberrypi
```

## Configuration

Example configuration:

```yaml
export:
  raspberrypi:
    type: jumpstarter_driver_raspberrypi.driver.DigitalOutput
    config:
      # Add required config parameters here
```

## API Reference

Add API documentation here.
