mirror of
https://github.com/NinjaCheetah/libWiiPy.git
synced 2025-04-25 12:51:01 -04:00
881 B
881 B
libWiiPy.archive Package
Description
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.
Modules
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 |
Full Package Contents
:maxdepth: 4
/archive/ash
/archive/lz77
/archive/u8