mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 13:21:01 -04:00
17 lines
653 B
Markdown
17 lines
653 B
Markdown
# libWiiPy.archive.u8 Module
|
|
|
|
## Description
|
|
|
|
The `libWiiPy.archive.u8` module provides support for handling U8 archives, which are a non-compressed archive format used extensively on the Wii to join multiple files into one.
|
|
|
|
This module exposes functions for both packing and unpacking U8 archives, as well as code to parse IMET headers. IMET headers are a header format used specifically for U8 archives containing the banner of a channel, as they store the localized name of the channel along with other banner metadata.
|
|
|
|
## Module Contents
|
|
|
|
```{eval-rst}
|
|
.. automodule:: libWiiPy.archive.u8
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
```
|