Skip to main content

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 compressor, compute engine, and format for binary data containers that are portable and open-source. It comes with a lazy expression engine allowing for complex calculations on compressed data, whether stored in memory, on disk, or over the network (e.g., via Caterva2). It is especially optimized for storing and retrieving data from N-dimensional arrays (NDArray) and columnar tables (CTable), complemented by a query/indexing layer. The main use case is fast, compressed, out-of-core numerical data — especially when data is too large to fit comfortably in RAM.

C-Blosc2 is used under the hood as its compression backend. Written in C, and building on its predecessor C-Blosc, C-Blosc2 aims to be an extremely fast meta-compressor for binary data, supporting a diverse set of strategies, and with an extensible plugin architecture for a wide range of codecs and filters.

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

Command line tools

Two CLI tools are installed along with the package:

  • b2view: an interactive terminal browser (TUI) for TreeStore bundles (.b2d directories or .b2z files), with paged views of NDArray and CTable data of any size (walkthrough; requires pip install "blosc2[tui]").

  • parquet-to-blosc2: converts Parquet files to Blosc2 columnar table stores, and back (walkthrough; requires pip install "blosc2[parquet]").

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-2026},
  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

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.10.1.tar.gz (6.4 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.10.1-cp314-cp314t-win_amd64.whl (4.7 MB view details)

Uploaded CPython 3.14tWindows x86-64

blosc2-4.10.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

blosc2-4.10.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

blosc2-4.10.1-cp314-cp314t-macosx_11_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

blosc2-4.10.1-cp314-cp314t-macosx_10_15_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

blosc2-4.10.1-cp314-cp314-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.14Windows x86-64

blosc2-4.10.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl (2.4 MB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

blosc2-4.10.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

blosc2-4.10.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

blosc2-4.10.1-cp314-cp314-macosx_11_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

blosc2-4.10.1-cp314-cp314-macosx_10_15_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

blosc2-4.10.1-cp313-cp313-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.13Windows x86-64

blosc2-4.10.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl (2.4 MB view details)

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

blosc2-4.10.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

blosc2-4.10.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

blosc2-4.10.1-cp313-cp313-macosx_11_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

blosc2-4.10.1-cp313-cp313-macosx_10_13_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

blosc2-4.10.1-cp312-cp312-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.12Windows x86-64

blosc2-4.10.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

blosc2-4.10.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

blosc2-4.10.1-cp312-cp312-macosx_11_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

blosc2-4.10.1-cp312-cp312-macosx_10_13_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

blosc2-4.10.1-cp311-cp311-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.11Windows x86-64

blosc2-4.10.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

blosc2-4.10.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

blosc2-4.10.1-cp311-cp311-macosx_11_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

blosc2-4.10.1-cp311-cp311-macosx_10_9_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: blosc2-4.10.1.tar.gz
  • Upload date:
  • Size: 6.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for blosc2-4.10.1.tar.gz
Algorithm Hash digest
SHA256 7c66bd1f69683a63d4b9e5f8285ff951e1a0057bac5d2f68dee1564abaa8c277
MD5 a9429044b60c28386488fb1bdad8a2d8
BLAKE2b-256 e6ead3b3cdf3fd6e0c6edc446f496caddde9c27fff21d59d3530e86f40ad74e5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for blosc2-4.10.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 85c314e8fa0c976f2ed80607f26ceb189fd61a9b2f8549ed6e45278f464115dc
MD5 80efd49b6dea8c059d0ef6369c77076c
BLAKE2b-256 84761af3c5932b2141f7465ccb7bb469fb7d1838a725bad98e787f94b00b598c

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a1a1394e44b002ae6a2eacfcf4b24b52c2a58ebe1afdd507c205d0a415f2e58
MD5 9f4e5f3d6a74c717fd2dbf39789c20ae
BLAKE2b-256 6a6567e6a93fd0aa58d4af50cb49eeb3ede548934532bc2748eb445dff018645

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f250a691c20f59ab32f7cbaf48b586b970b52b2d2e491bef4fe7e22cbf55b7d2
MD5 1bab078725e9524a7baf122e07233ed8
BLAKE2b-256 53808c34fb64894a4b7259265d7a6ee51f72b15e10bd669cdeaf4b3469587526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa2e5a450aebcc966cfe415de8c4f11a2bd5dd81f89be3f4743916231cbe8c47
MD5 10b58770fcaeb247b5277cb055657781
BLAKE2b-256 0955d6038f06c4f0d1c2505d33f3e5bb41c954e57049088d4ed704a8b7fbbd7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 56922e8f054172635971d55cfcf03eb35513a248b8272d4f57e4e66651c094b0
MD5 fa774c9fe940daa64b483bb42c6825e2
BLAKE2b-256 4348eaa26bc41c5654ff47f5710a9856a21636ccbf161f3ab250b77fdb51ec5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for blosc2-4.10.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8684304abb2766b0b9a96ddb938f5aefc7554c62754e6d05f144caead6f242a6
MD5 52608ae89b03ff1439f8cf17c74e410a
BLAKE2b-256 9f4199453af1f569ca0e7f7b9ed754b551536a8d8e6ef0a46b766add537b1e4d

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 03fbefe69e3fc51a7f75a8a866271b6c3da8380d504436c1e965480bd2db1274
MD5 ba86004cb9a1c313ab62ac3ee9ff552e
BLAKE2b-256 77c1d2d077ba1db226ebfdc2c83c46ad7a83435f967199d7acc1b803d28a1452

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7fb84c3625c04fdba227b972a12d97a1253c469b770118c6a45ab23660f98169
MD5 9f16309755664e9db0f983fe4339a47f
BLAKE2b-256 34da274d843048e61228a81b46442b19729660b48bc0644e178cf6212a3f58a0

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f2d183630c96a7c4f30d61ba666920e70c7b02bc00e6647a0fc45eb3692fcb84
MD5 4ff8ac22813517e55e4620dc7ef4e08a
BLAKE2b-256 a64ef64b517dc0036cc421aac877f799343fc1ffa2ba88aa3c6e63d7f41da674

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 258c7e4ab3f8773eb17515f2e31048b7480f8ef06217c9577ccee41c51391ff7
MD5 9551a23544d1ea7d0c75ba7e858c2043
BLAKE2b-256 faf04241e48434c0425087a091c82ff2d5c7bbdef289d5e8c76e9d8e681cb3e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b59ebda1092063db1ceea49a44dc49915df0ad9d6dcbff71115b3ec1a41da9d2
MD5 4a9d36f892d5c9971fb9b38ccada30ef
BLAKE2b-256 46721934b7ef591ecd9d67f0bcbea50a96192d8819aa5bac97cdae803728a5ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for blosc2-4.10.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 acae1bc45fa0ba927270822b0f05d2f135309eebdcb1ea89383198996bc7702b
MD5 5e663e3919c883a91c5830332f189fc9
BLAKE2b-256 b0fd7191b17130666f250efa0ae07458381a158738b3767674ff485f38d73c5a

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 b86f45f236ef2a812778ae2af7b530477db36693df4e464c29a75b6246b4dbaa
MD5 01bf34b4964ee26b3ddae529b2d03909
BLAKE2b-256 7e7009c4adece8ed127bed3d0c5ba08c3ce3ec70671c5a7e2b52bf9cce39137d

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8dbaa028160992b03e3668578ef9668e09cdd11c2534646831a6a36d321cc8a
MD5 64b0d5a0914ecfa130fa037ce0ab3918
BLAKE2b-256 399b2f754022b9adcf6b9d0f1bf019ba64b3085bf518587216798ee0425401ce

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6649b94c28eb90a4c7dc5703cb67a5eb5121e891139c5ded2b75a172291d011
MD5 3279b1d9451e54abc9b3277ed6419787
BLAKE2b-256 69d1d46019ed0e7480d3f0cb900eb531d89d3393e717594b181123451e67f075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b4b1dcc4da3198c4747bb88a62fc1664e3dc8fb727d505c85e283302ce7b8d4
MD5 f59f937fd6bc56c1fae7b33f08870c11
BLAKE2b-256 8084a718296f4af69f49eb46325246496d3ef9397e5afb603e62586f466eb8fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c1196f12ccc19181743b7f66edceccf1981cf1b885c78a3a4f27b1a41e6541d4
MD5 2e09b28657ccd9cbc8752fb60cad2a03
BLAKE2b-256 0e349e907b24ec5d73a0e449f21efc05341ada058e48c72fdbf760660299b13c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for blosc2-4.10.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ee7f4b39a045fc77ec7d67381a95399d30885c208e71278c38f59b5ae29e8028
MD5 05638338830592bf25526723d2ac7851
BLAKE2b-256 9c98cd4ffaab8a00f0e1d70409112dffac4e278216fa2dd4bd8f47758998301b

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d412cdf216e8fe4cffbe76a926c98c37a2419b14ba5c4be7f771f73e7d7b1840
MD5 5343113aa9008426dab69509041620e9
BLAKE2b-256 d34c41cc1bb1dd6ec9457cdf71ab96c3ee87e49f94a73428b990f1c59f9f551b

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f37bb784c56b4fe11a0e23a011c609d08ebab0fe19fb2e75cea5e9ab13f9cbf2
MD5 ac3a3a21c71261c9c3a6f9d12e1808d7
BLAKE2b-256 18ad10be0b0186523c278bf2ead54133629085b23ddeabe85d3857005e91d3bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77f2191c0be24c82d88cdcf7f45634602c996bd082ef9ff73a4d2a20b1340391
MD5 5e4f33b3666ef29ee7995f9b93f1fd8c
BLAKE2b-256 315b619241afef7ac50cc246a78273c05cae8704c41424415edd40bbf1aa59c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b81e31335127eca1a6bfad235e45723c1b25fe0e8a99d5f830ea791d3da17839
MD5 7dffd2e1d763f24cd19f06f200851a2f
BLAKE2b-256 e92f5a83136891be2ea6b3f41cae9dea5db7daf342db9e61e972b35e164f189f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for blosc2-4.10.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d142811d57e49e023c454f12c34bdcbfc54bc10a40b686bb7466472fbf40ee69
MD5 5ff0e3131351027d174a3d6ebad6f398
BLAKE2b-256 5d540079b28cdb0856cf242a6cb2c5fee6574d73d5271a1eb278f19084fb9c78

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a501cd64865272cc802bac40d342ecb2312dc74e61e853ffbe1a94136b221e4d
MD5 b136e8433a67b11cb9c4af555eec2e07
BLAKE2b-256 9236c19fcad758487faf469e9ef24f383de13ef0325408b794609a1adece0954

See more details on using hashes here.

File details

Details for the file blosc2-4.10.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for blosc2-4.10.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a208fbbb0de2a463d1c47f31418b78033022567e58410b1eabcb3a3ed1d6eef5
MD5 371bb4d10afa09e763a3e28ed9fecaff
BLAKE2b-256 e20a9700f668f271782b31c2ce2a8d2b4868a520f2ddebad141d3304604a9210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 43a7c9f18e8bebd06d182a21d4666ee420e9a938b1674a6f8ba9d81404675dc7
MD5 19b2b68d7fbb12d97e4f923b5ab67974
BLAKE2b-256 43c14ff3402f08030ffa00204b5ab78559cf9b1226ba1a311cdb2f619a9b8ed6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 726aafd14982c24f16e4fb28c4fdf410a0048907c5410c9af633f74932f172f5
MD5 a466912b9ee2b2911685b1f8db55e15e
BLAKE2b-256 62e21e7998bf15891e90d2d771364759ce34fd62e6f1626a9cfea50061fd4938

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

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