mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 05:11:02 -04:00
21 lines
877 B
Markdown
21 lines
877 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.lz77](/archive/lz77) | Provides support for the LZ77 compression scheme |
|
|
| [libWiiPy.archive.u8](/archive/u8) | Provides support for packing and extracting U8 archives |
|
|
|
|
### libWiiPy.archive Package Contents
|
|
|
|
```{toctree}
|
|
:maxdepth: 4
|
|
|
|
/archive/ash
|
|
/archive/lz77
|
|
/archive/u8
|
|
```
|