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

Uploaded CPython 3.14tWindows x86-64

blosc2-4.5.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.5.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.5.0-cp314-cp314t-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

blosc2-4.5.0-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.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

blosc2-4.5.0-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.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (5.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

blosc2-4.5.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

blosc2-4.5.0-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.5.0.tar.gz.

File metadata

  • Download URL: blosc2-4.5.0.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.0.tar.gz
Algorithm Hash digest
SHA256 570fee6a488d319953947f713c42a0c88d5512476261589fb30610c94e64087a
MD5 5259d107a69075c9cb6c66b07b5817d6
BLAKE2b-256 9c8574e9393c66450bb6c7a5d79c55e6035b8e70e74759d196bc01e4e4280057

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.5.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.5.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b0d4a2e014da2271f6a565a431d9acb872b687fbfbc5ca56bd93139d9714e8f3
MD5 f04362340a8ff8e730c5ef3faa8b32ed
BLAKE2b-256 ea08715b23e814caf91f5d69091e53dd836214dcd9987c720934a8e5c5042958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b9e4d4f94064d5807bde81aab0f6e5ec06ca9ed4f659a4c8c17feb432fc4ed9c
MD5 df16113208bbcb32fe6b8db0c937e65c
BLAKE2b-256 d8f97dea7eb6dc71808dcbd40b5bab846f875742c25ec075fa73959eacda1cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e4125677343a46f09e89b1402768a92ef2c04a1a4292770d0e54a8012568db0d
MD5 2666efe439b279908c348bee9747a4ef
BLAKE2b-256 a469ec0c2e6ea945d22692028aafb9dcb34b6a1597582abfa62f8dca7846d14b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a270b585fb18d3cd5d60baa5128d2a65f5a77d5e1f20b71ab0a9c30bd97df7db
MD5 86bd1a04e20aaf4508eba4ffa67bdd50
BLAKE2b-256 9989bccef2b0d8da2aeb69a0a856592fa7c74ce93300dae7b45502fac9b8f232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cb36019cf9f2cc61bed7832542587b1efac125fb03549522f8a78d077dcf4865
MD5 aa0c35960e18afc8ff98df9634e3cfab
BLAKE2b-256 fed904a512b7c54648ae1471e94636180d80a02068c2bff960dfc7f73baf024a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.5.0-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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d89cf8320cc919b2b8e9ec66b94f6ce532cb2de6852f76a3ea3e1c9a5d700d18
MD5 b21f130189aafb81b629e59d155441ce
BLAKE2b-256 3a0581c9a18fff8f8eb9a40c6b0689549e50775f13b9fa7e20389868711c22e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 9c74c0be3c84cc3cacb9cf7814e49fa06d11dc0b5adcca956dc534da30838d2b
MD5 d8fb9ea316b218c2ea8dc02abef92b5a
BLAKE2b-256 f0d6f01ac006ef8b5e14b379ad0f6ee1d191f324ee99998a8bbdd5984b4f91dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 028f164c70376b5614d387351f794e6a977f4ef2b5096005c2866f795ce2502a
MD5 b6bdbc65f89f4123b6c1ab4fa3589289
BLAKE2b-256 7a119a052bc19b9d157b50df69d93abbc5ba2b8cdca76fb445786d8fd6bd8db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 cf0ed18f81859b43992e1ef3c4f996a21d6e95de8e3ab173d21586a082d4f8e1
MD5 98095ef1b53126ae72452a69e5e4d4b1
BLAKE2b-256 88fba618713c093ac383f0d005f9b7a1da0ed65cf2a910ed3d10ea19a46fe1bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b581840c265ea4053e2db3317274678f44fcffb5c76919c4e843eeac4adf3982
MD5 cdc1eca1a4777b1b31bde97bf8c24a41
BLAKE2b-256 19b05c4f7191849c8d9d4878fc1b4d910eafba4918e8012da5fbf12a245bdc8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 551c79f0d568d1976cba4a8dcbeab01889c3227110850a89773a16e536745045
MD5 90a09ce02a03c1966c34c598302fd1e8
BLAKE2b-256 fd9ca9b57e15c6fea2d2d89ea0376baf98dc1308dab837a65515060f7711f581

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.5.0-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.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d3317b8e35c75b8721eae4bfee9f81de5acd9ed389ddd6bfa6ad8b3f4a10f7ac
MD5 7ce6cd64949dcbab766c57af9a9605a2
BLAKE2b-256 f19cfbe2e07bccbb2b87a3c489bb73cc823dd318a6b0c7e5f29d7c9dc18b90fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 0b284762c49bb27ee9dc1041bbcfaef132abefea9990cbb5e80b72cf5c4a0b54
MD5 0451c2c50617b4f198ac50c6d3746ee8
BLAKE2b-256 bc5343f508ea997c179e7588726c75df488af3808beb2b1f827bdeaca6006070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7f4e4142085f903afe235d32343afc33b6df3f05ee38d3c12b333cd7c1bf436c
MD5 e8035b2d6ea608f5f005d8bb445d903e
BLAKE2b-256 a17854f124faf80eda40f4e142c4eaa5f80b078b08034a523baea4e59340806b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4ce42f8198a08402b9865c0521ba96a092ebefdaa488a0b60dfbf726850764e7
MD5 07f8f55c8df07b8a8c2e895536cdc3e8
BLAKE2b-256 cbe8f1ecd05660c2de6c778bfe69deca04d16847ec26a02d04c41330fc621758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18f5cf77213bd42aa7cb870ab02eda4f7049706d863d7877b2dc64eb7325c604
MD5 1e88e0a5b79e6699c2726009d979c23e
BLAKE2b-256 c3e451d87ac9de70426cfd8d79408a3e0463a8a9f86429d6fe45d65611c0892e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3ed807572a6fbbaa2c8c06174df612c10816edfb9708ee89f0c23934b85cf3d0
MD5 4892d17d7581489a5cc65f024d0539a8
BLAKE2b-256 a13ba20d0fabdd872ea4ff307af174cfcbec96719df57e3eccdde7dae3c0c774

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.5.0-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.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 96d1b53254da350be8fc6b446c8a6c9af4e78a1669caf108a9a96acc97c261db
MD5 b1e1dc94c1168830ee2773f2e990375e
BLAKE2b-256 88bce476d6d6a6335c0055f0dd3c704121f2dd45c62210e4ce841f027908f9d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e9845b8581181775a7ec3d539c6f6102b2d4d5cfd2bd1db7588ca292ffce8e04
MD5 9899108191bddd8eb5015e10a21f498a
BLAKE2b-256 e4e5921912bcd410209d9a4b03b3b4e21c7a695d333a14e57a095312b6f5cbff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2551c68ee499d7df190b991e0b301faa6cf83b778b8af8493ce453f6c166f731
MD5 815b03698fa68f01d2bae4b22af5999e
BLAKE2b-256 91eec0caff292d3907c9b421f273c85b57fca5e5c470aa38e974147ee6441367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 706231ff2c6317b34f37b9766fd38a60841b32567c82a77495340c256ac167f6
MD5 d5b2f9771d5882d3730bfd7fcff75050
BLAKE2b-256 85e78fc0d0accc215ebbaccfe1f13414d6afdbd22c1239c926b44c3b4f3210ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d5c987494d045362a466461e3f30d35648b2e6714624d0bdd4dbf76bb93f1a90
MD5 167c0b9360869e60755fa71bd839bc85
BLAKE2b-256 f8e4a909192db96a61adc97cb78244342021c46be426030ef927e90b1bdff4de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.5.0-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.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2d6d336315d822ab7811282aee0ff6599426e9d584973578da6f503d31ccc3ee
MD5 166a547459cf1b63c1e52b5dc8cd43f5
BLAKE2b-256 b3c48417c20ccd5d98af4317939f861e4fa3b6e03abdcddefbb37ab97c8d651a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 067f778bd4e68d32f7fd09004db34f18349ae0fcdc33174e7efdade637811a72
MD5 bfb2a49fb8af308bdec3d7787a662787
BLAKE2b-256 c76e2c76c2abd9453362622f00677f0c2aea3be9735b3ed5da596faad4e1a319

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4696ded4e8920d5c7c1a5ca644ae0f7b1acebdd9a5618a1046b9f550f3e1b5b6
MD5 4ff42969e223f5c486ce030e7b1d0487
BLAKE2b-256 fbc485dd02aafb2f8150cc17f66fe994fd9291b595f4111da553c1bce741db40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce8a6e0b0be01ab8445c6b8dc931c4df4f91032da0b1bc82104b1f50152c92e6
MD5 e84aa38d4a921fcc0796cf8754e006c4
BLAKE2b-256 2902ad7e712060c413a91e0e77a24d0cc191db52b64a5dc6230d5ea5698779bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8165f741ce8cc0706d60795efe965c682374858236498542aaeb8a98fe8139f0
MD5 55ec94f997a45eac6b5c13c391e16980
BLAKE2b-256 5678affd122d0fdc17969133bd62821a308b6fc95ba57bb16df5f082806e8d04

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