AERzip is an open-source Python package that provides a number of useful tools to allow compression and decompression of AEDAT files. Its main advantage is the reduction in the size of the AEDAT files stored on disk without practically increasing the processing time.
You can install AERzip via pip thanks to its PyPi distribution:
pip install AERzip
The ReadTheDocs Documentation provides a lot of useful information about the AERzip functions. Part of this documentation can be found inside the own code, which has been documented using docstrings.