{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/10"},{"label":"Compression","url":"https://skillfed.io/packages/category/system-archiving-compression"}],"enrichment":{"capability":"Python wrapper for the Blosc compression library, providing fast compression and decompression of binary data optimized for numerical arrays and low-entropy data.","skillfed_tags":["compression","numerical-data","c-extension"],"use_cases":["Compress large numerical arrays in memory before storage or transmission to reduce I/O overhead.","Speed up serialization of sparse matrices and time-series data in scientific computing pipelines.","Reduce memory footprint of low-entropy datasets in data analysis and machine learning workflows.","Accelerate data movement in HPC and distributed computing by compressing between cache and main memory.","Archive and transmit gridded or regularly-spaced geospatial or climate data efficiently."],"what_it_does":"Blosc is a Python wrapper around the Blosc C library, a high-performance compressor designed to move data to the processor cache faster than uncompressed memory access. It excels at compressing binary data with low entropy\u2014sparse arrays, time series, regularly-spaced grids\u2014and supports multiple compression codecs (blosclz, lz4, lz4hc, zlib, zstd, and optionally snappy). The package provides straightforward Python functions for compression and decompression, with control over compression level, codec selection, and shuffle modes (shuffle and bitshuffle).\n\nThe package is production-stable and widely used in scientific and data-processing workflows. It has no runtime Python dependencies and ships with prebuilt wheels for most platforms, though it does require a C compiler if building from source. The maintainers note that Python-Blosc2 is a more modern alternative with additional features, but this package remains actively maintained and suitable for straightforward compression tasks.","worth_installing":"Yes, if you need fast compression of numerical or binary data. The package is stable, actively maintained, has no Python dependencies, and offers prebuilt wheels for common platforms. However, check whether Python-Blosc2 better suits your needs if you require more advanced features or plan a new project, as the maintainers recommend it as the more modern alternative."},"id":"blosc","links":{"html":"https://skillfed.io/packages/blosc","md":"https://skillfed.io/packages/blosc.md","pypi":"https://pypi.org/project/blosc/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-01-17","license_spdx":null,"license_treatment":"permissive","name":"blosc","python_support":"supports_current","summary":"Blosc data compressor"},"popularity":{"monthly_downloads":608604,"position":5779,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.11.4"}
