mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-26 13:21:01 -04:00
877 B
877 B
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 | Provides support for decompressing ASH archives |
libWiiPy.archive.lz77 | Provides support for the LZ77 compression scheme |
libWiiPy.archive.u8 | Provides support for packing and extracting U8 archives |
libWiiPy.archive Package Contents
:maxdepth: 4
/archive/ash
/archive/lz77
/archive/u8