Description
Redistributes the removed standard-library chunk module for legacy Python code that reads chunked file formats. It helps older audio or binary parsing code keep working after the module left the standard library.
This is a compatibility library. When parsing user-provided binary files, applications should still validate sizes, offsets, and error handling to avoid crashes or excessive memory use.