mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 05:11:02 -04:00
19 lines
754 B
Markdown
19 lines
754 B
Markdown
# libWiiPy.archive Package
|
|
|
|
## Modules
|
|
The `libWiiPy.archive` package contains modules for packing and extracting archive formats used by the Wii. This currently includes packing and unpacking support for U8 archives and decompression support for ASH archives.
|
|
|
|
| Module | Description |
|
|
|--------------------------------------|---------------------------------------------------------|
|
|
| [libWiiPy.archive.ash](/archive/ash) | Provides support for decompressing ASH archives |
|
|
| [libWiiPy.archive.u8](/archive/u8) | Provides support for packing and extracting U8 archives |
|
|
|
|
### libWiiPy.archive Package Contents
|
|
|
|
```{toctree}
|
|
:maxdepth: 4
|
|
|
|
/archive/ash
|
|
/archive/u8
|
|
```
|