Metadata-Version: 2.1
Name: zfpy
Version: 1.0.0.post3
Summary: zfp compression in Python
Home-page: https://zfp.llnl.gov
Author: Peter Lindstrom
Author-email: zfp@llnl.gov
License-File: LICENSE
License-File: NOTICE

zfp is a compressed format for representing multidimensional floating-point and integer arrays. zfp provides compressed-array classes that support high throughput read and write random access to individual array elements. zfp also supports serial and parallel compression of whole arrays using both lossless and lossy compression with error tolerances. zfp is primarily written in C and C++ but also includes Python and Fortran bindings.
