Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.02 KB

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.