.. nobodd: a boot configuration tool for the Raspberry Pi .. .. Copyright (c) 2023-2026 Dave Jones .. Copyright (c) 2023-2026 Canonical Ltd. .. .. SPDX-License-Identifier: GPL-3.0 ============= nobodd.gpt ============= .. module:: nobodd.gpt Defines the data structures used by `GUID Partition Tables`_. You should never need these directly; use the :class:`nobodd.disk.DiskImage` class instead. Data structures =============== .. autoclass:: GPTHeader .. autoclass:: GPTPartition .. _GUID Partition Tables: https://en.wikipedia.org/wiki/GUID_Partition_Table