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.0.tar.gz (6.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.10.0-cp314-cp314t-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

blosc2-4.10.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

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

blosc2-4.10.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

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

blosc2-4.10.0-cp314-cp314t-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

blosc2-4.10.0-cp314-cp314t-macosx_10_15_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

blosc2-4.10.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

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

blosc2-4.10.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.9 MB view details)

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

blosc2-4.10.0-cp314-cp314-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

blosc2-4.10.0-cp314-cp314-macosx_10_15_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

blosc2-4.10.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

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

blosc2-4.10.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.9 MB view details)

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

blosc2-4.10.0-cp313-cp313-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

blosc2-4.10.0-cp313-cp313-macosx_10_13_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

blosc2-4.10.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

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

blosc2-4.10.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.9 MB view details)

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

blosc2-4.10.0-cp312-cp312-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

blosc2-4.10.0-cp312-cp312-macosx_10_13_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

blosc2-4.10.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.4 MB view details)

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

blosc2-4.10.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.9 MB view details)

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

blosc2-4.10.0-cp311-cp311-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

blosc2-4.10.0-cp311-cp311-macosx_10_9_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: blosc2-4.10.0.tar.gz
  • Upload date:
  • Size: 6.3 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.0.tar.gz
Algorithm Hash digest
SHA256 fcdd6c8d33ec6a4c7113275178752fbd7db7d8cc888dadf9d7bfa2f61fc136ac
MD5 fdaefee019828234bbecafc32cc0ae17
BLAKE2b-256 488900df971cf71d2033431713c461f046de810ff5f201141367511eaadaeb11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 4.6 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.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 69bb89c92ef9640da5e987083600043194b5fd0a1130620f38092864c5f1a223
MD5 7c89243ebbfd0763e8e73317eb63578e
BLAKE2b-256 0a6245a8b058d096aeadc4094a850c8999d4d1eba2d28a19255404d77a9dea2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45e8fe67f1a7307bc7a2582a78c5c7b0c25bf0843a6165e05efeb00aa137c4e2
MD5 4e1f28a248e51fbcf597ce4579f6d559
BLAKE2b-256 750353a8e00d4f21180e72a83c755041bb6031453b0cccc9533fc3403a2a3f41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49f81184ef1a143c4ca5a8e90acfabadea4db7b0a84a4601f4b9ce0839f6c1f1
MD5 9689c365368faad5f34e76c30f271d36
BLAKE2b-256 37e6fcb3c4d5672038fd6f5cf0f70ced1ff2317d749b22104ce17b9e2892cd0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a9b9e1a9738a8d0a73e2ae13ce27e2fdc23e787a521fe184d0cf5f3417ae079
MD5 0bbf9bbadf0d8dfa07ed4209d9723b9d
BLAKE2b-256 a9ff5fd7b1f54a4a0188a789c93a84c62463ec425fab5045052932e613c1fa0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 32044135c3bd1bba8dc1b8b2f012152363ba58eb145c2601f44ab09f0c986457
MD5 03133ed846a33d974c137e3fa6f59c81
BLAKE2b-256 6ba417981768341dbdfa4baef9b5de0282ee48f2e4b22a467e7944104c26db7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dd916ccd79ee2264f6aee818409e497c12f89f47391fc1428bd16cfc67c525cd
MD5 31dd37f06c41648266dfd8f73dae2dab
BLAKE2b-256 a9ddfc4f9717867362b096f01ec31b06662bd86e3a519f44ca5ec549a620f469

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 b14de8a8fa734cfc0d6798eb4747d0dd96e16fa9724d5c90624210e76ce528db
MD5 1c770941f766936304f12d7d1bc1977b
BLAKE2b-256 a3ca8395ff2f8e746f769b4825f183dcae3fd74b5e7ffc413fb10f7466c56e75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67cb435de1dca191e8defde4c3aa52242264e0799382a24c105fa9ac11edbaa1
MD5 21965631fe9b422d35325590de342761
BLAKE2b-256 9b6338df36bdc9a70b5e307de7e5f2fad376af794099ab606fd353bc34a73e17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fb1dd8bc7027f93c8b3e10a71a92733d3ce5b30b54a4ace176aae31862a69d2
MD5 a9ca62e85125dfc518e5f1937d0157ef
BLAKE2b-256 680518a8ef6d8b29db636570d87a0ee8e404d2cf8272b756125c914e023ce8a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd4876ec1f1027b0b21f263a52fe940c4a7c3bb6c20d14b4b2fdb1238e0990d7
MD5 1e55dff43a6abf6c55f5d21305b76c4e
BLAKE2b-256 f80f542b8b4a3349dc7e676971421538ff29773aef2561de01c1c26eb8ae25ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5a31e8bcd15be5e944fb009043e3019fab4d3c7d098158d2c5d345f622969b52
MD5 e0bb4056b30926a2ce7bcf9b1031d1ff
BLAKE2b-256 3e7a0fffcd8ecc60e8ea5d5dd77436e294e39537c74f033af4582f7e4af5a6cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ce29c160539040284d0fba2e900e22a62ba6d48595001e39043e5c9edaeca4d1
MD5 73ae5acd3873adfbba8efd58c2a379b5
BLAKE2b-256 747219fa4f24c70579f3d21fe941e717759536760011f2d8560c3061610031ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 f347d9d4db31c4eab459ad069db3c54b158189c0b38ac6a978028dcffd4b5681
MD5 2dfa0ec178e5b83ff35857239723535e
BLAKE2b-256 1ec03e197a32dd642549973c821e5dde9cbc62a4519060ee07e0f516ea1386da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff67c7ace8ac83c49454335e08b4a15639dca48807f7529625f89c4addf66318
MD5 a5169840af25028674b2d903ab50d128
BLAKE2b-256 24eb62a8088341d9ad011a2129e036eaef3a66248470d13731ec45528a6e3d2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d9a5fdc76456cc8b924aa9fff56a915c0d7fbd4b524dc1fbb5c0e91baebec4b
MD5 13ceba01245958aa585734ee831b0e90
BLAKE2b-256 c668fdf220a3c889f5a094bbcdac9557c5d74dab379b493618df41c8d0a86a66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b72fdef10375d7a8aa33378a85bcbb61429e1ef6447014c1842b809e841ba701
MD5 aa37f06ffcfbe2a15a3761106a8cb876
BLAKE2b-256 92fb0a80c1209f823020b1c8bd8e912c5875490d089c40427fa7f4387b9c802f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 982a4d2e02612e1bfdee5bac47a4349e6984577d220e69f54b6e22277a4ece94
MD5 acdaa047dde1bd3e62a6b54b30a73d8b
BLAKE2b-256 5f8a9efbe9d5b98c1ee6cc30b8ad954f107084a453718cc2383ba7174c7bc608

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ac914e66076c563a549d62bfe4b24baf599cb16baecea96587f9387bb9075d6a
MD5 8b978b6818a0fc5c02fd24c22ee12648
BLAKE2b-256 6d81e017da67ed2b1d04c9a285075eec55b9a975334b9fc640675b179ca45aef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2e76e0fc56895a4d21171e4260e7dbde7ed5cec2b503b57d30b7e3f7fbd772c0
MD5 1b56e97697aab5c9e8026dddcd4c9d4e
BLAKE2b-256 d8f09af966e670c8f015bbbeb9974bec381b910427c3919ac68f81d100eeb68c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d7258d5e15ad899eb2377da0a43f2474c6b49143c4e8b8945cbaa417c9c8574c
MD5 97f3300526c657448d1b69648d49233e
BLAKE2b-256 285b4cb34bbf7cadd60a56ebda93be6cc7521e22423b011c7fb6deb8cbae7d4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6529a8195e46b1fa34a99d0009ba7be9ba228f43d8ed736208262ee29ecce4a3
MD5 d13bb084315e8f65eda3edd7ce335827
BLAKE2b-256 bb8673e9a25388da6cabd5598b2fd16fa8d9a791353e9d6a6a0574ded959bd4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c618b61df0774a357806c3738ccbc2bb3d1e9277ea907a0709d3aa9d9c35e858
MD5 bf2e1329b11896a14d0e11d971fc5e9a
BLAKE2b-256 1dea167257eca513580185d563b57f54e6a4b933940927c1942cbae4cab1cbd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.10.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d109ead8362e6b062164c8f7bfcd84e080113bf7444b2d1d472e791c58629fea
MD5 53b636da3e1786814e3c59472bfcae25
BLAKE2b-256 5a815fa71a76f3afb23f9d08a1c66174894dff68ddb5efb81ea6efaf6e34aa3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d97105187b1c04f07d90c74fd050b99081cf9464369a6c0a468a4f0fdbf95bb0
MD5 4128e949d77b1786536c7d5ba76b312b
BLAKE2b-256 2ea0e15abd16ba281afe35194454061daaef96eea97019b80e8ec2a5cb3a3f9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 33f8b7a0854694f92579140f7974541927ff514b3952299db0242e546137acec
MD5 731815cf2da4a3efdd9d759f08589b09
BLAKE2b-256 48f62dd87ea17caebaf2111b5cfd21c2d874564d359325bd222fc32a47aeab63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d20f696cd5b5ae1373b677e72389b8f6d53cdb11673ecc4b9984375c380607ce
MD5 2f4d851eff29a2522ebcb9a2dcc20582
BLAKE2b-256 99e75b92289fe10cf5276475e60fd9f13b794e173e70831a2525a91621ba9d6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.10.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 78c17ff6270790a2f8e46a9be7929184ebdfec2e1c86e4058e8f19a5fd2e512e
MD5 2743eedf2224d6b45fb8ba083d7d2466
BLAKE2b-256 191bc54163977feccd69a228589037db87ce307579c02fc2d506ac25b335dc86

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