Skip to main content

A fast & compressed ndarray library with a flexible compute engine.

Project description

A fast & compressed ndarray library with a flexible compute engine

Author:

The Blosc development team

Contact:

blosc@blosc.org

Github:

https://github.com/Blosc/python-blosc2

Actions:

actions

PyPi:

version

NumFOCUS:

numfocus

Code of Conduct:

Contributor Covenant

What is Python-Blosc2?

Python-Blosc2 is a high-performance compressed ndarray library with a flexible compute engine, using C-Blosc2 as its compression backend. It allows complex calculations on compressed data, whether stored in memory, on disk, or over the network (e.g., via Caterva2). It uses the C-Blosc2 simple and open format for storing compressed data.

More info: https://www.blosc.org/python-blosc2/getting_started/overview.html

Installing

Binary packages are available for major OSes (Win, Mac, Linux) and platforms. Install from PyPi using pip:

pip install blosc2 --upgrade

Conda users can install from conda-forge:

conda install -c conda-forge python-blosc2

Windows note

When building from source on Windows, clang-cl is required (OpenZL depends on C11 support). Make sure LLVM is on PATH and use the Ninja generator, for example:

CMAKE_GENERATOR=Ninja
CC=clang-cl
CXX=clang-cl
pip install -e .

Documentation

The documentation is available here:

https://blosc.org/python-blosc2/python-blosc2.html

You can find examples at:

https://github.com/Blosc/python-blosc2/tree/main/examples

A tutorial from PyData Global 2025 is available at:

https://github.com/Blosc/PyData-Global-2025-Tutorial

(Click here to watch the video recording of the tutorial)

It contains Jupyter notebooks explaining the main features of Python-Blosc2.

License

This software is licensed under a 3-Clause BSD license. A copy of the python-blosc2 license can be found in LICENSE.txt.

Discussion forum

Discussion about this package is welcome at:

https://github.com/Blosc/python-blosc2/discussions

Social feeds

Stay informed about the latest developments by following us in Mastodon, Bluesky or LinkedIn.

Thanks

Blosc2 is supported by the NumFOCUS foundation, the LEAPS-INNOV project and ironArray SLU, among many other donors. This allowed the following people to have contributed in an important way to the core development of the Blosc2 library:

  • Francesc Alted

  • Marta Iborra

  • Luke Shaw

  • Aleix Alcacer

  • Oscar Guiñón

  • Juan David Ibáñez

  • Ivan Vilata i Balaguer

  • Oumaima Ech.Chdig

  • Ricardo Sales Piquer

In addition, other people have participated in the project in different aspects:

  • Jan Sellner, contributed the mmap support for NDArray/SChunk objects.

  • Dimitri Papadopoulos, contributed a large bunch of improvements to many aspects of the project. His attention to detail is remarkable.

  • And many others that have contributed with bug reports, suggestions and improvements.

Developed using JetBrains IDEs.

JetBrains logo.

Citing Blosc

You can cite our work on the various libraries under the Blosc umbrella as follows:

@ONLINE{blosc,
  author = {{Blosc Development Team}},
  title = "{A fast, compressed and persistent data store library}",
  year = {2009-2025},
  note = {https://blosc.org}
}

Support Blosc for a Sustainable Future

If you find Blosc useful and want to support its development, please consider making a donation or contract to the Blosc Development Team. Thank you!

Compress Better, Compute Bigger

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blosc2-4.1.0.tar.gz (4.3 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

blosc2-4.1.0-cp314-cp314t-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

blosc2-4.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

blosc2-4.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

blosc2-4.1.0-cp314-cp314t-macosx_11_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

blosc2-4.1.0-cp314-cp314t-macosx_10_15_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

blosc2-4.1.0-cp314-cp314-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.14Windows x86-64

blosc2-4.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

blosc2-4.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

blosc2-4.1.0-cp314-cp314-macosx_11_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

blosc2-4.1.0-cp314-cp314-macosx_10_15_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

blosc2-4.1.0-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13Windows x86-64

blosc2-4.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

blosc2-4.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

blosc2-4.1.0-cp313-cp313-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

blosc2-4.1.0-cp313-cp313-macosx_10_13_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

blosc2-4.1.0-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12Windows x86-64

blosc2-4.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

blosc2-4.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

blosc2-4.1.0-cp312-cp312-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

blosc2-4.1.0-cp312-cp312-macosx_10_13_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

blosc2-4.1.0-cp311-cp311-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.11Windows x86-64

blosc2-4.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

blosc2-4.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

blosc2-4.1.0-cp311-cp311-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

blosc2-4.1.0-cp311-cp311-macosx_10_9_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

blosc2-4.1.0-cp310-cp310-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.10Windows x86-64

blosc2-4.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

blosc2-4.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

blosc2-4.1.0-cp310-cp310-macosx_11_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

blosc2-4.1.0-cp310-cp310-macosx_10_9_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file blosc2-4.1.0.tar.gz.

File metadata

  • Download URL: blosc2-4.1.0.tar.gz
  • Upload date:
  • Size: 4.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for blosc2-4.1.0.tar.gz
Algorithm Hash digest
SHA256 b59bdd1f853be5b0c6fed6f6cbbe9effbf7c753df39efd005c6bae5a38bb1403
MD5 e82c51f9b106f384d6564bccfe6b52f0
BLAKE2b-256 73655e8ed34cfe98e8a49c92c9392331ea2318fc0de48d0580c5c4c7d2a8a44e

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: blosc2-4.1.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for blosc2-4.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 4317a21850711180bd7cd86897ae1e881fea742ac1cef70b8822a39dc3954866
MD5 f64e0b82c909694b04256b4d6aefb8e2
BLAKE2b-256 443d3f0096bcaf9ba9c9c298b2928b27665122c85e75a4bfe8be6731d4f9dcfa

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 150b0ff3ea4f55037e3d6da989080df3cd4b49ec4ff0b624cea9d3f05ca96d42
MD5 24af42422a8511bea2973c6b488bf831
BLAKE2b-256 b981334ef9d58c4ae0c82a194bcb72a86073d9907420857b0d0f305a49289a7b

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d4859563bdcfdc59243823ac9d50afe6686922117ccb101d4cb4f443b92e2b10
MD5 f0fa29d769195a930e55374f9862a3dc
BLAKE2b-256 7b75f99a11d78980a80a2a5cc16e57c31d46d879b8e0fd6f532ac8b5e6ad1d1a

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f7abcb6c91da0fc927fdb3c948738ff78d13efdedb0452401ab3d627dfc9fd3
MD5 1cddde1e723626542924d471d1faa231
BLAKE2b-256 7f24493b760ce18bcc6bf07b737a2a5e903efb02f881689750b05bb6f320a639

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a20c228ef592a853c238b4f64e2a3e7adc00bd11add74bf19d17b75bd65ee550
MD5 649c54fc78b1b217a947bf6a56239c27
BLAKE2b-256 4a03e103f01de4e1e8c3b22eeaee932dfbd3aa1ba1dcfd938587ae3f27b89463

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: blosc2-4.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for blosc2-4.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 90692bbc2cfffa405466a33d61c913c406112e0bb464ddbc6cfb44b7888dfb25
MD5 78643dc801441e324d9a6bdb30bd9067
BLAKE2b-256 da01e3697674ce23f0299b3ca73294d402d67b39bb492d58a8919610c07af295

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4359a210a44123ab0e6cebbcc12c056b898157b3d2b84030d205ac25032f1852
MD5 c99a2550bb2dbdee5034a9e6c78b8939
BLAKE2b-256 873c5d1d5a530587f96abca9c248750b549209ea684cb6a755a789f3019eec7b

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 30b76b0b56457b83f945e9d33fbd9ffe9fc8fd5c4260ce6c9dd8ba6509237bbb
MD5 af4f0c02edcf70bf6c3b89e849ac3eca
BLAKE2b-256 524a25d04b9bb8ea7280763a466e92eaa5bf1d0b2feabe54922eba10bf80f69f

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd15a58b4172a58ebdab652da2b6a6f95b4f66a8b307529e4b7f6e8d234dabc9
MD5 e614a87d37e4c3ea5f8875a3db574ec7
BLAKE2b-256 4a817e01ed2bc5ad28cfc54d2502119552b7cb3941e8535879a5134fcb23cc62

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 faa076e27751bccd4087aa658e460caba6f5b2f9ad57123020ba21c913295aa2
MD5 fa466f7277c56f5a33841867879ab233
BLAKE2b-256 af320f27ab09af28a1b3d4be7f97f9296a9657fca072431707e1cf32b8c68b37

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: blosc2-4.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for blosc2-4.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 234d9cbf816cf384698a4a760a8ddea2cff7e31cba28d13ec8e90ded4bfa4957
MD5 b87ff49f2fbbd8cbbc6ac7dc87cc5e24
BLAKE2b-256 0f8c9edb7ae7837aab0fc35b2cafcfa06b0b60542f78177b69045af76a60607f

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 08bfcc7680daca31361ad4dff6805aa842aaf1086d2b155e635186e714a3bbe9
MD5 2c1fbc48fb7a299b62dfee50185a2fcc
BLAKE2b-256 8b05f3aa0262236e436e3d5ea2565b3e05d160cd47cf55e8d3306ff1a1ecf471

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0cf138e3e7e6dc39d1fdf338e4ba5a33b4b404a41d7e202fe4618d9c93cddc65
MD5 92bae7d4eeab428532ba203e684b9f3c
BLAKE2b-256 bd377e57f2629f6f1521efeafaf9d8aa8e61b44a4b2ca9d526a6d226c6cc24fd

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b289a598236213dd15152207df989839a7303716ca6a9e8c59d9bdc712cbbc1e
MD5 dd2c447632c12be8ea2db1ef791fe3bd
BLAKE2b-256 4c9161100411204327723cd99bc323419f52c533f961441554f400b860236601

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7a0811d8fc8cb87b07bac2b2d34ad7fc139a65653d04add1e18c0172c32e608c
MD5 29b3dbb973ae1493188e96b31c9b8882
BLAKE2b-256 e4d118b33022260f8b77367b33931dbf02c9c4797ce25d5d956ef768ab0e9b84

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: blosc2-4.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for blosc2-4.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7d2036ea5177036fe6d151295a97899d0bfc5be35e34578a49ab78bea82af821
MD5 3916d745debad128e63e9b6067945469
BLAKE2b-256 dbdd4355d3b17964cde9e0ffa6188d20c702c59218a9142979acd90324d49e85

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 859ae7b8b148ac2e77997f827e1f3a55ada209f9fd5aad712ab6c7f7f0675e5c
MD5 1f75d35ab80c3642ae4c381d774d3f89
BLAKE2b-256 f6ee93c43328d55f780163bbf0c577967ca26c6cd5b9d72b08d12e34b5edc939

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b86627513089bb3756013a788534e8e157db76b25c9950eece10425478221a8d
MD5 a3c9d34d45afcb387e0819f1cf794614
BLAKE2b-256 5e46c8a82b75f77732cfa80618d4b0de14c518e8dded96f74548f173a6e302cd

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 961558ac56dc46d3b12c2f52bb4746a3185b96b906a5f11e355a59b630adf8ef
MD5 3850fe717e6b34675f799a9b8f2ef1b2
BLAKE2b-256 0f65c2f4260f7c1e7163343c94352887abef550af1f56976d8f4849bfc5235ce

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 70904d67a14ba9b4e38cc7a593902890adefbae3e3729abc8abf357aca984971
MD5 7308121122157b2fdb5ac9b7bdf450b8
BLAKE2b-256 c1ee75346f1678bf2bac80c3d043ab74ca37a31d70b032a7d4ef31b7ab1199d3

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: blosc2-4.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for blosc2-4.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2e47ff4db7975e4e2c15b9c346180e072fe9d4d8e9491eb0b37c83c11f1cd9d6
MD5 d6954ae3cd4fb9249f8fd159a7ac9ed5
BLAKE2b-256 46b852b1ca3265278e4b2d32af63d73525661f5469f5b103f8e931fc7185edd5

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ebd344e7e9a0b6e5720de8b143d401d26a7b52444f7e85b646449b45f8c233f5
MD5 a7f81355d69ec3c5d4d26d3a8e5f2976
BLAKE2b-256 ea72445623c9f96dfe65a39180ec5faced78d8c71adc04b3ccf15d653e72e098

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6ae5c0849abf531d7fc03bdd653ecd5954b1c5b0e2bf173017f7d0c2e53ed917
MD5 ab0285c5c3c0e1ea2503c0c09200144a
BLAKE2b-256 348699cca74c3103c8753cd432b8cc94e7134146a4d0ae2133b5020a4faa5109

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3d2dcc9eb708d7928885150fa4d904cd719fb35b53ff187050b1de7c6a26ac0
MD5 5d030f46c5e9503f433fac017a95e11f
BLAKE2b-256 556052272d2e2c7df804710b2533c2a3a380466e76647fa1ba1eb41010dc5fea

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 469144d72bb2858284f3479324d503184141e93111843edde656555ba4f041c0
MD5 b7322e71b9b6d51d1412cd6601c7e850
BLAKE2b-256 bd6336fbf22115a3105f6679416da25401bcd9d3ec9a9670541d1d0ff32d51f2

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: blosc2-4.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for blosc2-4.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d65ac0d2b8e1e4c5fd6e4f95c7b3806234af95442d9a26f23c4b4a4c264fe13a
MD5 bd6b7b23444458c7f44d167903a1d772
BLAKE2b-256 1a2b9503ff24c1b0914d0c96900699bf5d88db0543be5fc1e97b144cc211574a

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6a41eb1095ac78d82cc90db74e1b371510cd7f14fa811ffafe59068d86f6b248
MD5 4878ac21fa2281a3c88bac00909cbc7f
BLAKE2b-256 39358ea85cf48379617f21c7684d49c44ee178647cee8c5464571c7ce79c105d

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6853b930c11b42969d2a161099118f71b9066b880acc7566a6f4327718bacb16
MD5 d6da8d7c35717d30d5c76b3807bd5b40
BLAKE2b-256 e499512f9b74788527ca0e4f6757acb964b1b07e12e8b1d49c8f66f8b0b12f0e

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d90adbcd267b4080e89418ba8a856da2ff51485a19194b8062af58d48c09ea63
MD5 e6d5456cb39e4c630367405b0daf9bed
BLAKE2b-256 25ef48f9e78c4281bc532d0a088202af4701bbc6823f6b603e73fda0e61c8eb0

See more details on using hashes here.

File details

Details for the file blosc2-4.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 847dc4fb881e3b0b85d79db6f5745f81e9bafedd577973898801e379d7122b2b
MD5 4d5191fa8cb9c3d0bd52d02971e45d13
BLAKE2b-256 84da3f5658dd742e5e62173c2814ce5f6c726c79a99c4f786f24b9e28cfc7da2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page