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 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), columnar tables (CTable), and 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).

  • 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-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.5.1.tar.gz (5.5 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.5.1-cp314-cp314t-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

blosc2-4.5.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

blosc2-4.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

blosc2-4.5.1-cp314-cp314t-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

blosc2-4.5.1-cp314-cp314t-macosx_10_15_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

blosc2-4.5.1-cp314-cp314-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.14Windows x86-64

blosc2-4.5.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl (2.2 MB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

blosc2-4.5.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

blosc2-4.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

blosc2-4.5.1-cp314-cp314-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

blosc2-4.5.1-cp313-cp313-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.13Windows x86-64

blosc2-4.5.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl (2.2 MB view details)

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

blosc2-4.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

blosc2-4.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

blosc2-4.5.1-cp313-cp313-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

blosc2-4.5.1-cp313-cp313-macosx_10_13_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

blosc2-4.5.1-cp312-cp312-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.12Windows x86-64

blosc2-4.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

blosc2-4.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

blosc2-4.5.1-cp312-cp312-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

blosc2-4.5.1-cp312-cp312-macosx_10_13_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

blosc2-4.5.1-cp311-cp311-win_amd64.whl (4.3 MB view details)

Uploaded CPython 3.11Windows x86-64

blosc2-4.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

blosc2-4.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

blosc2-4.5.1-cp311-cp311-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

blosc2-4.5.1-cp311-cp311-macosx_10_9_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for blosc2-4.5.1.tar.gz
Algorithm Hash digest
SHA256 fdcc58a18cf6c05ad89be4073052ff0cd868bbfe8ac00b69632f863571835d02
MD5 f0032d4930cfa2b2b2a55ffe536b31c4
BLAKE2b-256 42d5fd0da3831d83cfefa75a984f1e84acfb26c8edb4e1c061f328e7cd049fd3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for blosc2-4.5.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 f1a048374261d9a63fe7c7a935ab79eb3002ae864bcfd6204c1155a83adff6a8
MD5 84d9dca49dfc487d899e8a38a4ac3637
BLAKE2b-256 c544b8b97525e8014327b426ea27735849a1b0c244120040f9bdaf48167370dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d4666744d3cf634bb65f7f93d9019c441344b3fb1be784df8458ea6ea2ed1a20
MD5 19b06965a5aea44992eabc2d876ed1cc
BLAKE2b-256 dc97de5c0c6e101a8b9b8e458dc3c15a4c804a536907f21048282eb13b1d7c90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 dc5275273e1181bf921503ebbcbc78591b4fd6f59392fd90471ab9e1e9dd809a
MD5 cc0ba6d0cd3fabdd880c0dfe13b34e7a
BLAKE2b-256 81ec44c065d4f71d1c55fdb1aed2596c7a6bc7b3cd451809cf7f78c7264a1010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ec8d3f7344dfa5c4272f1f698a88c3888d80e7fcff0d321d4b31bff0d3365dd
MD5 adadf5ae8b9a13f25f928deffadbb7ec
BLAKE2b-256 0c1b3d8fd2ec74686c25ed3d944e9ee5cddff83287f3cb0b33a2bc4c9481a719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0c06aec2147b34121bc9ff190f5aa1ae6bcb85daf5b47fe5ff39afd6253a1622
MD5 df84b94247f14fe0fd3a7236c31088a2
BLAKE2b-256 aa2a58be40c5eace0dff702f577c9011db4b2d48454879d03b1070d7904d6e69

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for blosc2-4.5.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 03979fdf87f8e0defbc51ebccf7429b3695af10fa5487eac6bb132e1b3b5359d
MD5 415d1e53077bb4a4555580af76aad71d
BLAKE2b-256 780ab08896f835829519ebcc2a27bf0d5494966db779da35482e55b1ab22a107

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 5d98d0ca1978e472ab25604395fb2252774217f20f97a4468e695fed5a5e8545
MD5 a7d591a1e1eddc70a659c5a14a2c710a
BLAKE2b-256 35d063f97a34b8c82b84155246db257e0b15350ebf4766c41931c048eacb0bd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7d26728017b1fd1b41df5f930142f003586e1b1245bdbaab4ee44b5ead0e6cf6
MD5 13e54150be42432affd2fea862187ebb
BLAKE2b-256 45fe7c080b3b44145df91967ea21c75d97094e9a1719c4d521787ffa83e67836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4718a71f3c8fd4e43f8a644c2debe7253ac383fd4c9e04b966aa6f29fb95dd48
MD5 4bd5fd9bf47a4b28b09b3202e3613265
BLAKE2b-256 997a1fbb93da9b63046c09f5233a94ecc2e6fad0501450d8d99269ceb88bdfa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa8a79088446635b38a1451a432ced00afccc0354b5a8116c07746c225d1bb28
MD5 1163c63ec63d436cd4ced24c263820ef
BLAKE2b-256 df5e9b30418046e55f3458eda5b5093dfeda511835afc05d7db6e93e2563904a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b0b04e8462f436439fd523417a40a1ead5f1a39da9e7072d35deab406ff67c9d
MD5 47db18faf5e8531f4134d17b5ae61508
BLAKE2b-256 7b4690e9751436c2217ab694fb77bbc42f191b5526898f1c4274aea0364e7ef5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for blosc2-4.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4296d222dbb25e492bdf4dc0de474f17df4bbdc61512fd06a00f90d791800568
MD5 2e6a57fce1757a634b33fc2439c3bc4e
BLAKE2b-256 848ff0dd87cda3b0c42839c9537ab883170f969eb346c6e6cb9434ea80576657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 a6b8dc099aea29e908824b07d54fa57246813d6bfa757c2e6cec748e57cbc262
MD5 60da21c15004f1086270e539ce75d5f9
BLAKE2b-256 2f99be30426792c3dae3730f1280f63e3bfe1b1a4f9148c2f34bec01633a9369

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cfb1ecfde68ea04be3ae3a3bbbc78968bc2f452fed147eadd162c7a45e0da7db
MD5 12a6d803c5b36ae48eb981003516125a
BLAKE2b-256 3820f2dff39f6662e887d31b2f7816a62a55dcf6bfe3aa5dd7d02a5d59b9ba03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c4f15b6547420fbad2036df9c3ef982b1f4e374807ece01084abcc8ec050eedc
MD5 8d5a1882e858c04f1a4b0e6644077049
BLAKE2b-256 bf5dbba9d41682b1de552a6b22dfb892b987ced3dcd690e71debbdd941b600b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f309302db62e468e857c7978a54fb817a36ddf78a8408e905b065f83fad76be
MD5 831f0795c67047dae5f887f1850f4f34
BLAKE2b-256 9f1668fc38b8e1c789591f06be2a48b2461127c8a398a0b1e3d227ea05b365db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cb16bbb0a5b810c862253a5a45d83e438538b1b48d6aa32ced32974810b96caa
MD5 cfd22a0abb9fa01a6dba324ab159924e
BLAKE2b-256 68bba8971fe42f98a153ccad0e6f91b1c12091d56c6348b66f955ca202aae548

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for blosc2-4.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 542162ae279f65de940a482759f8839fa3f83dfbc7fb53542d3bad84c5b8a2b0
MD5 b7325a919c662413a141c84bbce92518
BLAKE2b-256 586fac75985c8af74ea71f48d9a3cd5b37aa42992e1804abc84450c5032a19fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7d78790d7849edc4d94d102ed0dc1551e9e8b974f2e9b4453ee7a357c0675a99
MD5 95e3cd6474327ec92e3311452cd9015c
BLAKE2b-256 d32f024a628d1a35b7c9b3632c04a934c1f9f798db7530e43b4da06d52cc8bdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f954396faa8e59a0360e434f40555a4784bb25fd9810d6dd565bc3994296c6ff
MD5 e93d2b5b561bebb6d684681ee92b9ef7
BLAKE2b-256 bb52feae345da7376730619f093ff4475e8b6e4f711e495d7469ae18d3f937cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b2f6a15b85bb25581e97640e43b8db8fb4d492d0be27df41d7f61f7a5894b0f
MD5 e532fdecc8ecd61019b02864c8ed919c
BLAKE2b-256 ba87873f0edaf588bd72e6a3828c7438946fe268f6d61d104238c3291493284b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5132f2d245b4df405c98e799e8a8d75f9aedff7c6691b5c816a3ad8e4c01c2e5
MD5 a13affbdbdc273d4f039a62f797704b9
BLAKE2b-256 5b65738f7d39377eaed3ba99fcdac8bac8152bb749c106dad77d7694d25dfc91

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for blosc2-4.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 17bc5627a279dac6b6845ffdb74c30060ebc93ef49c52f588b6c90e91e735d61
MD5 36f82cabefc0333ade4e8f3cfca78b7b
BLAKE2b-256 516ff5efdd04524d60b822b5b7e708871e146610fece04737f8746c60cb30ba7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e1637e513e472106f3d7cc8067ed6da41da56f3f6d848033e9fa6f87f47038fc
MD5 25888726858e554d7a403bd4c8faee56
BLAKE2b-256 dfbd961cf998c0982b24dd78b83318f34bece7fe35ecf7ccf2b879c8eb327183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0cfee1ebacdab3c342e5f026cd2decb170d398051a033010f930ae5a836962e3
MD5 14c81741260be2ffa63a654d92fd61bc
BLAKE2b-256 771dc6855656d6df34152612606c95ab96b8ab965770eb6033e56c5fbf854c13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed820eba2ad8bc4de68ee74e4305e3a967bedb0c3295c257a84b1879da83fcd4
MD5 e9fd9acdeb2e4975413681801d43cf29
BLAKE2b-256 84e13c43952f2fa8145698d25e7178fc81bd8e2d509c24d38103b189279fe5be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 214527b54fe46d8a505e763d44452508a7647c4def1fefa815b7b29c09e5ee44
MD5 449e39e3b09cf166377910e9ee673d87
BLAKE2b-256 01d8b1077110d4b3439a609c515eef336ca6689a685342cfcd3f42d396eb2102

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