Metadata-Version: 1.1
Name: mrcz
Version: 0.5.6
Summary: MRCZ meta-compressed image file-format library
Home-page: http://github.com/em-MRCZ/python-mrcz
Author: Robert A. McLeod, Ricardo Righetto
Author-email: robbmcleod@gmail.com
License: https://opensource.org/licenses/BSD-3-Clause
Description: 
        MRCZ is a highly optimized compressed version of the popular electron microscopy 
        MRC image format.  It uses the Blosc meta-compressor library as a backend.  It 
        can use a number of high-performance loseless compression codecs such as 'lz4' 
        and 'zstd', it can apply bit-shuffling filters, and operates compression in a 
        blocked and multi-threaded way to take advantage of modern multi-core CPUs.
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Archiving :: Compression
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
