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.8.0.tar.gz (5.7 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.8.0-cp314-cp314t-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

blosc2-4.8.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

blosc2-4.8.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

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

blosc2-4.8.0-cp314-cp314t-macosx_11_0_arm64.whl (5.4 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

blosc2-4.8.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

blosc2-4.8.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

blosc2-4.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

blosc2-4.8.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

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

blosc2-4.8.0-cp313-cp313-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

blosc2-4.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.2 MB view details)

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

blosc2-4.8.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

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

blosc2-4.8.0-cp312-cp312-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

blosc2-4.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (7.3 MB view details)

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

blosc2-4.8.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

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

blosc2-4.8.0-cp311-cp311-macosx_11_0_arm64.whl (5.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

blosc2-4.8.0-cp311-cp311-macosx_10_9_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for blosc2-4.8.0.tar.gz
Algorithm Hash digest
SHA256 9789c3248052be59e63d6debafec4cd59d0eb4a6fd1cbaced36865d5d40ffa63
MD5 f008fefb3af1fb95affc5bede272029e
BLAKE2b-256 c126c5b32a553f002e91886213ec91ff56a2dd8555e5e78eb4c289addb208642

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.8.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 4.5 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.8.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 32048c3d8c67920fea851cbaa5c4d4ca55f4390b46ca098125935b796f44462b
MD5 3d860459e710afb2bf3ef218c261e933
BLAKE2b-256 b2c6e685696839f99766168a28207a868e96aa91ffea66b11ab147e2d7d97c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9f8b459e22059a3a794480df2c72ff008ab6c95b9799fa2979c1dd7830cf44e2
MD5 a94a28b2d162ea2caed09aabc354fab0
BLAKE2b-256 075a012f58a518bebf0d11931a5a12ba08955aa959cca59764ad38a8d82c9a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8574afd38d20f953e9114d7362535ef0019a4c85f2a672e6f3b36dcd00a77f32
MD5 1d928f940a3bab8083ad8b4a5c3ca115
BLAKE2b-256 2fb7cba879eed1f510b3f034fbeea7db81cb535c822fe96ac62b5e47012c0b9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15801c30ab703a811632a4908340ea007c82d44affeb4b9681d2583d072a30f6
MD5 67ea1044bb6e4e62bf170ba5cbbb5fc7
BLAKE2b-256 23b0f9c6780bc5539aaed0496c82221725e652fce04f60d242cfa91252f8264d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2f3f54f7cc9252eb909e99a918da57ce184227b73964403831c0fe68649dd288
MD5 cd27014e22677fb39a8f542e5d7cf3ee
BLAKE2b-256 7d6330c73da7b55a450b07f22a88e7d3e10703ba464c35e178fa16067ba20a93

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.8.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.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 eb785d919b5e7b109cbac88413f40f0cd4f5b21c4ab4444e69b27a4d59368ec3
MD5 b1ec522769e6d53b6bc0a808b1f6a3b2
BLAKE2b-256 350016b2b9e6980d2cc6300bf9e6e240f9dbaa6b80993909f4c216acc3444661

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 da018d11be4ac995aeb7b1a406c5cafce8c9f8a3ca8a540fe872a482de198b0d
MD5 2aa2ad6da108137bb9169f1150bb636d
BLAKE2b-256 e01fea276e70d09ed406aba4012a47c7595ed772b25fc096fba8b9eac3494db9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec3fc9ad1b2528b471670233e9cf631be104b8526cf4b958a74099f6756c98f6
MD5 d42f72efd99fae5c9493cfba04cf2e6f
BLAKE2b-256 6d8ecb14d6e21fa44255739e2dac8d66ec7fb3d7aee348f198cc943e45d84d76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0bb7d94bffdef8304454bbb373b8e9bf41966f8ddb58c449782c649d4d6a395c
MD5 844e6aa5e0774d0e41b4aeeaf3e9eeeb
BLAKE2b-256 2a2d0c9961009c422f366555574af4653f3c13ba73fe075efb31e7af42151af5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce1006a2eab31eac5e77309c89cdcce54cb174fe84da132c75934e9190295c17
MD5 6cc7478aadce5be48250644f9591b1a4
BLAKE2b-256 2ed9841cd416b0ba39aa9e00d89f3dae4d5ad17df2bc12576165b15280cfd2ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ebf6d466f5ea5e3141d9c113c64b1c44d51b040b753847e77067767961fc2068
MD5 2b5bc5683f59d0f46171c5d61fc94685
BLAKE2b-256 7299ebbc357a5e1b202fe803cb7a0f32053d72c98f89148871f664983524cf6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.8.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.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ac83c5c3c1261ce8d20cf20829a9b1d96c0b18a638f3b2f34ac6488212cf05f9
MD5 3e8ac6093ce1b24781df79fe4e5879b5
BLAKE2b-256 9656c5ea29274bd88a1e95abec150bc13e6b50866429faddec8064f33407faf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 2af9162e7712323b21ad4d6502326c21459b6851b758b0421aa0be2e8b9dc0c1
MD5 837e63829634c0cffdca50365c165325
BLAKE2b-256 6e54d7b8a01b43751840d75908d57601f03711a7cf260d46140f4c09dff5f9d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c17ec006d2770a4710552b0f4f8ceb40654fda08fe5047b27ccb7b0f396c3c6e
MD5 09d261c8e99c5adf30ed44f22f49f635
BLAKE2b-256 eeaac72f0ff0c1cfa7e3a06530453f9b5388e4bb6266b73608f58232f181d68c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90b1a86b9044b3b242d78d5ac1d62abb8af7b1da355eb8eb45978539f9df2eac
MD5 b69a2074549f1f90007c8160bba58faa
BLAKE2b-256 ab1b765d2d38609d11e727f63c44f30abacccd59132e74f6e082b3741656f108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e00dd2b0e5cfed3e242d69df790a95ff14473275fa8f69b4abab6bde3a7ecae
MD5 da1411f2bd636ca497408eae099dabc2
BLAKE2b-256 1b9beab166b62f91e71ea8705735b6a04917ba5f5c55993b803a9e1b7f334a7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4d6e1dd80dd7ad5402cec0448e071036a9c50aef316be1687bb5511c63e14190
MD5 f8e46ae372e2fa88a7a4b1348578334d
BLAKE2b-256 191148351a56b4d1877bd510dcbfe0fe06969b8b772c46b2dadeea49a2568fa4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.8.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.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e477a02dfdd2fc6d5f6b83dfd536a3b0adf10259ee12fd343d8b89d12dc55b5
MD5 de7a6715c8f6300447d816ea08633612
BLAKE2b-256 a1e690ae90a3956da154d357291130d8b34eb9081a2953c21ec3d579096b3c5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12668fe516f18f783877457ddcc5072d80edf4939914e27acf900ef65e970e69
MD5 a58a75f62c8bb11060ae4f3c4e9170c2
BLAKE2b-256 e3b0aa277d5952ac4c673924454277de0800c780bcdb15917e303dac8ea3840f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 95b04eb8a769e98de9640915f9c5c0a3074714762958896440e5a479a96bf83e
MD5 ef1ed08fba99b0ef66cf95a7bbb1cb9b
BLAKE2b-256 077954ea19add4199547d684f3a90c3cc0568b6d915403b15c3e4bc73d4bbf3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 39d33bb444ae83ead8abf551bd4ca739ccb309871f26af28916466af86cd9e03
MD5 903041d280709088ca43af3a4192be08
BLAKE2b-256 33a75d47cdacc4a4101bc441cd7afb1a2f0f851dcfe0a49f6a4d2bbec7e5d22f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 897a8748627e64f7056924c1aad6445095d6321a032c2be128ac582b68bb344d
MD5 9ad0e43b6531877d32ab8e1331d8a731
BLAKE2b-256 b452041a1894abba4f3ed466928615edfdf7c46c4b1f1a0563dc5fd821de0ef0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.8.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.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 817f90d159787aeac2b7558a10cd19b92ed330fb9acaa140d3990774281fb6a5
MD5 aaf4a7654b51cc8d188375cd165843c6
BLAKE2b-256 cbcda87ff880b296702ebc67a6c8489b7af328899d88f508ec9b2e17ca2bbf2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5942cbbffda1b4bbe895307810c4350afa1fad1162ace127b646122139f5d99
MD5 997f9896c38a4a3c827af3311ebf4ac7
BLAKE2b-256 42a83879d6bdbafc6c987d16fdb7bafdbbfe7787b5905e46c172bcaf7ae1f6c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a15f7d4f825fe839416e821a704bd20cbf0cf5290b4b5c6974dbf865aae8dcf0
MD5 fc6d0e1fc9a19133af9a5cd59a4dfffc
BLAKE2b-256 114e502f9218d1f77cec48b3ce5b0e3d279242c0e111edab07ff10ab7a5a1d28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6be287a4c6023785f59982c436b94aa77213f3fb236b852afa6c18503b7f123
MD5 dfc96e7593bf3d20fec2b6f1160b2e8a
BLAKE2b-256 013dbe68f8fe9ad9726eb34444592c2c2e906e07616736ab10dd776b8c15de13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.8.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d879913b2fd1cf906d61a52d3758e9e5f65e1d67e6aa77b30c4bab8e23d1f04
MD5 a3915b2714a8d4f6ff36941e3cf21e85
BLAKE2b-256 bac577ef7a92365c2b499851945faf7e430561935d4747d6d270f3267894e6df

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