Metadata-Version: 2.1
Name: zfpy
Version: 0.5.5rc2
Summary: zfp compression in Python
Home-page: https://computing.llnl.gov/projects/floating-point-compression
Author: Peter Lindstrom
Author-email: zfp@llnl.gov
License: UNKNOWN
Platform: UNKNOWN

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.


