Skip to content
/ AERzip Public

Useful tools to compress and decompress AEDAT files in Python

License

Notifications You must be signed in to change notification settings

alvayus/AERzip

Repository files navigation

GitHub PyPI Read the Docs

AERzip logo

About AERzip

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.

Installing

You can install AERzip via pip thanks to its PyPi distribution:

pip install AERzip

Documentation

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.