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; 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-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.7.0.tar.gz (5.6 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.7.0-cp314-cp314t-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

blosc2-4.7.0-cp314-cp314t-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

blosc2-4.7.0-cp314-cp314-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.14Windows x86-64

blosc2-4.7.0-cp314-cp314-pyemscripten_2026_0_wasm32.whl (2.3 MB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

blosc2-4.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

blosc2-4.7.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

blosc2-4.7.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl (2.3 MB view details)

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

blosc2-4.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

blosc2-4.7.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

blosc2-4.7.0-cp313-cp313-macosx_10_13_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

blosc2-4.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

blosc2-4.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

blosc2-4.7.0-cp312-cp312-macosx_10_13_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

blosc2-4.7.0-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.7.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

blosc2-4.7.0-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.7.0.tar.gz.

File metadata

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

File hashes

Hashes for blosc2-4.7.0.tar.gz
Algorithm Hash digest
SHA256 7bb2482dc8efb717ba4ef52f5b1e7c8a968e49fcc88c5e9edaa6cbda84b78744
MD5 c1da3d378e1697ea04a9f1b0da8a2d2f
BLAKE2b-256 1a7960e8030abe0c88c186f37e3c19e9377262d9b4e76e04d608a0474eabac4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.7.0-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.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 60ed77ba2db273291d42345d7c1eb5672259e594fc56074f26dd729fc0dddf32
MD5 33f80d8ee8828ef2d88119463cdffaf7
BLAKE2b-256 f7605ebfbf0f16d0a477f2a0cc5484a643eb79103e8de8ac12af04d97f740898

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0d3b7f2f10a67262815c245cb3d39082bfbd32a99b31e0785e1b13c403e4ff5a
MD5 f218c8582dcd0d0b5a0d04030ca203d9
BLAKE2b-256 f8eac31f8752dde000aefd6cae447f0356fa52e045d30316b7027eac0e5842f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ec68f8064d21af14f80c0c9e2568a86aebb80ef4c3c114445028d64471f19b2c
MD5 9d7d73ff3f5696b7064b3df0ed9f8de9
BLAKE2b-256 21ef0e5d2070b644c730cae1a92883a687b399fd7ed2dc0c53e4df3bbd3b33e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44034824f605f598c3e4e99049604a58682a196174a4335fad28d4d53b243ea6
MD5 bf3872a8c945b9c472e2eeffc36540a1
BLAKE2b-256 8c297d87d2e2eabdef0dbf16f41ee3f67c388fa99840b7b9b70a8de87cfbb621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b90da8e56184e3eb7ce42238652b5d40a5c46cef6be5dd6254d50fe597383003
MD5 c634843ba645ea450fe4c06cddc37f6b
BLAKE2b-256 2d68385faca1307bcfd9776c962d62d72337cf3a03b124a102199e7c29fcf001

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.7.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.4 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.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a8440e2562230d501feb2611b172f6c29ca532a6b05a34d5131008aa3793fbb0
MD5 870144d6925798215340545d70bfd2a1
BLAKE2b-256 69dc2f270ea17248fb2f9f3c04ea0a34f14d0ccf8ca2f4d8d135f47973f4aae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 75889fd9172fbf2a098e8b8640574bf67be9b05fed855a5c3c45c247b923aa44
MD5 98247ed6d90c961eade78b8a7f66b61d
BLAKE2b-256 9d099cc638eae6e89d0ec0fd81b28855751b40a4546f430409fc48b315a89f45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 9ad50bde9cedbd66159ceb993ccc47e7ce1fe22bc4e988923976d60186656b16
MD5 797859d1881537e0012ea527f4801ee1
BLAKE2b-256 f58f99f1807d3cfabe6feb5a85f9846db510b9833c7dc4d465d6a4bdaabc73de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2f7af5bc0551147a384b4baf0a509d3e025362e69744ff37ad13be608b283fc4
MD5 2541528c4c9cf882f204683c86a9cf19
BLAKE2b-256 490d04f77774b0c5b738efe2fa9909024119c56d571f3ebef5c6c8db2396831c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9cbb59fc38b0fb50c2a588dfb2ee2ab56e150e358c3904dcd586108b710a21d5
MD5 31db7932150d2c2418bad5cedb02d841
BLAKE2b-256 0fe4e752016fcca72b483ad3f3b6ae1fa2e359366895b4730d58e5c26874c13f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 83a83477f9411e85b205f27fa6cb9ad7338dc019ca1ee2bf4633034ae53b0b65
MD5 db28cba3e273ea64ff698fbf8a56945c
BLAKE2b-256 c3557f9b39662b53adca5b686979fd9958840a94495d1e9780ed2b46fe41a5bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.7.0-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.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 949da4c850c0de598d501e82545d6fc525a16958378d197eadc12a52d42494d1
MD5 b618358fbfe1acbe1636610a62204b1c
BLAKE2b-256 6fa6221fc1b7c3280dd5fce7c081ae520b012bd9c53f6ac3f9a42c7c932bb2df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 02b8e0b7269a6883a6ae0616a3e1c5609e8865c74d2c1ef7767f54104350b0c8
MD5 6bd923cd822ae67c174ba15db063fbfd
BLAKE2b-256 0045a0a9a4f7412551a0a6a390b254eba0533b5636429951f20132a81a77079f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e1b8a0abaf3bf5b3cf1bbb75d9c056e87a6ca090d14e47f0018e03a1d222ae61
MD5 94e674451f032b356cf39dc03a491c98
BLAKE2b-256 578b14d34c42feb7a7c5a938470a53670d6efb4aefde74424623c46cc357f170

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 aab0aaa3a713309c97d32981fa544b3be54e7b7daddc279cb5ea5e4d7f814faf
MD5 b9f98a8be1b9da9503e948b38be1fd91
BLAKE2b-256 a0be2559e7dbe824a33ccf6b8b8598216fe943f8083b072c49331960b53c76fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16582d469ab9e3068dcf93c82cc01f027bacb63ab65b3ac6d299dcad73767387
MD5 9c554d9649f8f4217f33527fd3903780
BLAKE2b-256 bcda27d5364ac073b8ff9db93ac859f49dd7fb5316dd55e8bd605abbd7c18051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1335672ee39fcd07bb2c43426a4e7a61bf506fca24142be366e809c01d1ed832
MD5 0932b5dfcbd67c300dc2c48e84d3219f
BLAKE2b-256 589baccd5e73ce465caabeeaa0078d751fa21a1f9cf6ea972d2518bd447f5916

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.7.0-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.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0dab1bc936cb792916cfc97febc743fd19eb3037f984e5ea5af1bd66e2be09a3
MD5 825efb8cb59b52d478ff56b7a5c2473e
BLAKE2b-256 3d00ff1ed9cd834a5fd884ee3ab2f2835d1e8f999e144f2010791b09a99f1244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b15ea0bc6bebdd9de72e50ce5cc538399af46e67709d875e043cbdac9050ef56
MD5 152e60eacd5fef87a17b8f418c08aceb
BLAKE2b-256 32c3e12d6ce1bec786a2fa3e65407e20b5f5cffecbd9b47216395fb0c2502e03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7cf60594afdaf0aa82abb738ca1f539f99ca7937e5f3db90a270daac85167410
MD5 72928ca6a2df04ea1e2fb423f4982088
BLAKE2b-256 6347a2fa5f48cb70798e709ec4eac19b22d083de1d80a8d7136874ecc42d9966

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b7294715d2c23647c04991b4633b5ac02dbaff9bf2336c98b98b1b248ac2141
MD5 a9e80e881ee3d354f43dc39ee2be9386
BLAKE2b-256 6aa421949a2cb1ce2292dcabe2110b8a2af17e11b127cf3b6780276660ef5b85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 aba1a0b5ea79522a4724d51e9ed1fa7bee69a621e1f5da38ef62c725952ccdc4
MD5 70fa9fe43d8d6bf16df09e9e3ff2c67a
BLAKE2b-256 e2e86fa16bf48786f220e22f58c8e175a0d18c66ad37e357a554669a8f26e663

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.7.0-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.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 82be8faa277ef61821f0bce0ab4dfa4904bb61ab34b9ab4e3aa6715564eac242
MD5 fed61458222d80948f90dc52057ea773
BLAKE2b-256 5e0766134352f1045ae1b3a92ddae0824ec68b18c0e030f95e44608c6916760c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6c55061ca013de2764148ddf6169c3aac428f9eb26c33bb3618c04a8c741b5d7
MD5 393b02eb1afd58a34ac9aada455b63dd
BLAKE2b-256 5c7164ea7e05458d13ca5350a1b9f289d3d4e4cb36b11093e32f3ba5d63a0c5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 50d28b10a5bc358939604f56475c5b015e5449585a6115169f4b8656e6dc2b1a
MD5 9d421f4621bf8bd3b599369fc5b8beb6
BLAKE2b-256 bba753c32b9cf7bfccef2671fb9c90fa03f4c3b84663d15bfdb62e654b487d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b89659cf00bfb2e89eea9e28a9c90976dc0a75e03b641894e8247b8690d6f79
MD5 25010d9d0c40bb1475d0eedc36551dcc
BLAKE2b-256 18c859d4fe2858ae9147ac8a29b6bedb81eda3cedae781e5320f04fddcbc8e05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0c8c4686cfa7def9625fd920bdcd0ba1fcd645dc64492afed8bbdbce1a4352a
MD5 47cf6f9463e6190491ae172adee2e4cb
BLAKE2b-256 199a348384842efbfac0557b34860dbf5ef66b8b8c01c231c3714d1600968408

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