Metadata-Version: 2.1
Name: rpi-flash
Version: 0.1.3
Summary: 
Home-page: https://github.com/jonohill/rpi-flash
Author: Jono Hill
Author-email: jono@hillnz.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: humanize (>=3.9.0,<4.0.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Project-URL: Repository, https://github.com/jonohill/rpi-flash
Description-Content-Type: text/markdown

# rpi-flash

Script to flash and configure a disk image. Image may be local or via http, and may be gz compressed. To minimise flash writes, each block is read and compared first.

Made specifically for my Raspberry Pi flashing process, it may not be suitable for you. Currently supports macOS only.

## Configuraton

Configuration assumes a partition with `.configure_me` in its root. If not found this will be skipped.
The configuration is compatible with my custom [`rpi-base`](https://github.com/hillnz/rpi-image-base) image.

Run with `--write-env` to generate a .env file with variables and docs.

