Skip to content

v0.3.0: U8 extraction/packing support!

Compare
Choose a tag to compare
@NinjaCheetah NinjaCheetah released this 08 Jun 04:01
· 20 commits to main since this release
6b8eda7

Changelog:

  • Added new u8 module to handle U8 archive files (files with extensions .app, .arc, .carc, and .szs)
  • New classes U8Archive and U8Node to assist in U8 handling, however these are unlikely to be used directly under normal use
  • New function pack_u8() to pack a file or folder into a U8 archive
  • New function extract_u8() to extract a U8 archive into a folder
  • Completely redid package structure! This is breaking!
  • All title-related modules have been moved into the subpackage title and can now be accessed with the prefix libWiiPy.title instead of only libWiiPy
  • New archive-related modules like the new u8 one are located under the prefix libWiiPy.archive
  • Added the basics for writing tests for the library in the future

This release is also available on PyPI.