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.4.5.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.4.5-cp314-cp314t-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

blosc2-4.4.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

blosc2-4.4.5-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.4.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

blosc2-4.4.5-cp314-cp314-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

blosc2-4.4.5-cp313-cp313-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.13Windows x86-64

blosc2-4.4.5-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.4.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

blosc2-4.4.5-cp313-cp313-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

blosc2-4.4.5-cp312-cp312-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.12Windows x86-64

blosc2-4.4.5-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.4.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

blosc2-4.4.5-cp312-cp312-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

blosc2-4.4.5-cp311-cp311-win_amd64.whl (4.2 MB view details)

Uploaded CPython 3.11Windows x86-64

blosc2-4.4.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

blosc2-4.4.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

blosc2-4.4.5-cp311-cp311-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: blosc2-4.4.5.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.4.5.tar.gz
Algorithm Hash digest
SHA256 6b6c8fa5061df9cbb78b7873cde3c30ee03a33dff0f73a3f01b7610a741ce898
MD5 0e22ff3ccf5699a6312ba029a0c6d78a
BLAKE2b-256 8f482a42473255bef0aa0606b62569a77a41e856e0582705c58cb85eac767dc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.4.5-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.4.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 54d6f10aab5612a8ed3718316fb9476b2dfdc1d2d88990119adbe992562b9a80
MD5 5bb420657654ab11d0ecb2fffaeb68ec
BLAKE2b-256 a0ca1ae455fcacad4e9727849f1004e993835b9c73b2625d3a2ffd78c68b2c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7b2fd824def3dfaab16d107133fe7f01f91c4a02b6683657183ffc350267367d
MD5 4179c1b3ee0a1dae9e2b0745e48cc9db
BLAKE2b-256 a41827ee530883394f232bc77fa88b40eb9a6636f5b9894882195d9631f7121c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 baa7f30a42953b820c70e9db5472d8ff592ea62466f316181da5d2862233070e
MD5 390dd6bab5ff9203aee1c4ff2ecc305d
BLAKE2b-256 a1572029dd31a1f303ad3e6ade96edc4071565888e6325dcacc0facfedada70c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00ab2748839bc9e521d8cf6aeecc3b9173963620e36f43b7b835e6e77388ff3c
MD5 b49469189ba2ebfd81aa26c1c2057c21
BLAKE2b-256 f43d63152665d08b0f9424cca71f5ced0d1a43fcbf3008d09736655370769ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f9ae3bcc36ea27312c62730be6530b2a3e0727f7045e216167f0df171027287d
MD5 a8d5276c3ef36a81ec620c179fe1528c
BLAKE2b-256 a0f0ff2b5ac24972cc5fa7762256caf6d19635cd38920aafa197e3a5e181209d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.4.5-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.4.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 554537ea89b5876c0b5111fd89b0fbdab99e04d6966132582c34af9a8adbe314
MD5 42a6e6596913db8081aac5c13e56011d
BLAKE2b-256 9502a7d2fffcb895d71132af1a94fbccd69f263b5f9f1340e64bfb2537bebc2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 18993dbfbfba9ebdb128423a00b123829ca3816a50dfd6866cf4c88d4a7e7018
MD5 c99ce49eb18e536f6bc8f9f2287f4cb6
BLAKE2b-256 5b43c037d1b8d6548459e9808ebaf8f15712dc14720a1306748237b0ceeff5a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5aaed88a27062c03af47dcf475793338e6caba5ff456bde2a339c2ab6b4b46d4
MD5 619ba0ed9588c866b0c24a9e597df987
BLAKE2b-256 3686f3c6fb5377edfe223e2d9b5590e94d4a19a0bcbddcc46f726f85e3655f3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 851c02531621a22737b416bb90da21b2710f863901735e2d5fc081806041f57c
MD5 e49e2f1aaf7296e0e9c377b935ddcc25
BLAKE2b-256 8ead8252d826e8cb849ce3c9d53a7a6d2167ce892ee655e61cfc1b344a170436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b439d02e606b66e85a3f166ddf7b7889e7380342e8d67061593490a0ffdb0d72
MD5 4b6e567a62feb5c50dab55985ee4b206
BLAKE2b-256 a2bf410853c8367a4b119187d308422ebcb561134582620fa1410cbc28884cde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.4.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.2 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.4.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 98d912c3870626421a427fcd3ba317ab6173ff1022aa8360448df473ea5e3fec
MD5 0830e50c1b932e6c1f4eb7b7237f5eb7
BLAKE2b-256 7acde06aeee808a00352329ce2433cc9cf4862ae76e55d11f278cf7308e8ed9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d18a6f5a4875bb76078cc9d65572846e8fc4b99013b208741615cebc6be4264e
MD5 58adbf25a5a90a374362fd57c32b1a5e
BLAKE2b-256 be3f6a90550f83470109c52b82c7401763cf1fbaf8753cf961199c2c2d986a06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 753c13b04486f23a6b89b29c8c342a940b95e76c919746811d5470b926b4608b
MD5 2491f8af666e4f3b7b0174c2bf039aa0
BLAKE2b-256 daff8e689543d82b69d7033cd08736a090eef4029b14544db9cc9f35265d825d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 113c016203146ef250301ef37133c803fb6f6ba8c163236b6c649099fd1227b9
MD5 9a05763ccd1f08638d30873de841ed18
BLAKE2b-256 dbde8c229eeefc509ddf201149f12548822b7263a1f6a92c698b4ff667a5deeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1e54828349941ef2b0f992a40667c9494d62cde805e67bb76047cd5493ce63eb
MD5 3fb7eda3602457668daaa881de744b74
BLAKE2b-256 d903bf357b77205862afc35e7ae0df72d09cb75e1ec514a760c4f13ea523f136

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.4.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.2 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.4.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 02ac29e9e9a592404e1b8b72b482cb4923bb625c369b802a7b59b072399c70fc
MD5 5864557d144406183cc30a8222eefd98
BLAKE2b-256 9bc31008bd39fd977c359fac8c58af4d5c2cb1c546a000448eef8f5073771935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8fcc1d8cd66919cc58892dc5e20e80ab24e248a2a7e8b30b2c7fcb0612a1677e
MD5 dd6658bd43419ab0cbd90303db55c3c6
BLAKE2b-256 fd8327b11480d10b22919d4646dbb7db6c37627afd93c989e3bbf7e939118ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 94761ee512511e7960ef1ad627a2c31a17e7ebf293d4f64dcfeba7a267f27001
MD5 5fe4098d91d135c1bbcb7b6cc6c7110b
BLAKE2b-256 d3a1ee79cd0b25f0069af5aca70434ba23da5262cfd71030bda9ba826fae8aab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a12ab668f3fe75c658dd76a6ccdfdaad2289b3089c5b8657ca14934864754ba
MD5 8df44c9ddf61573220fb37960472851b
BLAKE2b-256 506c2b990a5e468c175d59a4de426abc05de54d6068a6381a9535530c9a46fea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 01ed7e6a3a57fc09e099cfa1341f104065b0a7530ef6a7d5de5c505fc8cd0167
MD5 f457a661ae7b0f93e1e86cfefd9fd385
BLAKE2b-256 dda1b552376ed5f8df5109eee5785245f0ae9dbaa64ec65b56ccd0a5b28db912

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.4.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.2 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.4.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5e063196914b3508104e25148c7ba2bc88b1c9302fdb43ca7d1016c56332a21a
MD5 f934f7d8f9ce77d00e37bd1eb3c31326
BLAKE2b-256 7e282c8ceb0ad1259aa56d19088d0e50892a0b58cf27bbb0a105c19a4b26d6d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 322e93fc6abb5fc16f0d55f03cb9aee6683a0d9ebc0aee3a0ea9a98d04c13409
MD5 b97717c925b06780c75e2b788630becb
BLAKE2b-256 a543b7aebf16255cc7fb6c47bf16f267adfe56c7a000ee7380115b6a4ce42302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b994c614913c1cc01906ca33b1658f11b2c92f0eb2ae102cd7ff3278f44240f0
MD5 b951d58c129ba604d00aeda985301f97
BLAKE2b-256 8a38900a7270b435fca23de21912d9754087336dc4815fff1012a83bcb8f5052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83902f45cef153f8dcf3cb4a95d1d2b57e018146c531f46415baa7ee8d1bb287
MD5 cd901fe665ace3d131ee2f499ef2e08f
BLAKE2b-256 dcfbec1d266e8634e9a257136c3c977a6e522c632ea4b5c3ae03540f11917fd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.4.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31f16113adf9a6dec9486241170944afd543df4a933a6154b55ee64b5d24bceb
MD5 7f41a5b266e1bb38ffe7098346662713
BLAKE2b-256 971e864842b1c581021241750a419dbce43ae20a32d3c0599b4acd00c3df22a9

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