Expand description
mkups
is a library (and CLI tool) for creating, applying and inspecting UPS patches.
- For creating patches, start with the create function.
- For applying patches, start with the patch_file function.
- For inspecting patches, use the functions in the parse module.
Modulesยง
- apply
- Functions for applying UPS patches. These functions do not verify the checksums included in the patch.
- create
- Functions for creating UPS patches
- data
- Common data types for handling UPS patches
- parse
- Functions for parsing UPS patches. A UPS patch starts with a header, followed by one or more hunks, followed by a trailer.