Metadata-Version: 2.4
Name: zfpy
Version: 1.0.1
Summary: zfp compression in Python
Home-page: https://zfp.llnl.gov
Author: Peter Lindstrom, Danielle Asher
Author-email: zfp@llnl.gov
License-File: LICENSE
License-File: NOTICE
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: summary

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.
