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

Uploaded CPython 3.14tWindows x86-64

blosc2-4.6.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.6.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.6.0-cp314-cp314t-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

blosc2-4.6.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.6.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.6.0-cp314-cp314-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13PyEmscripten 2025.0 wasm32

blosc2-4.6.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.6.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.6.0-cp313-cp313-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

blosc2-4.6.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.6.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.6.0-cp312-cp312-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

blosc2-4.6.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.6.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.6.0-cp311-cp311-macosx_11_0_arm64.whl (5.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

blosc2-4.6.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.6.0.tar.gz.

File metadata

  • Download URL: blosc2-4.6.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.6.0.tar.gz
Algorithm Hash digest
SHA256 49015dc0ccb833d42300a7cf560784dd94bd252263a8699e7ec4bbf67f1cf23c
MD5 a91609443253c7f09e8bc956f1280cd3
BLAKE2b-256 720feecb621ea2cafd43e7ceea06c3ef2df88118b72eeed6e1a16099e472bf78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.6.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.6.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b85f675e055758031cea75bb42577937d09f27ab0dca86e3695d68af1f84b1fc
MD5 32a85ec52165ebd2743fc47558091312
BLAKE2b-256 4b8777c9e414f1af0e42c026a81b5417a1c50376eb1c5ef05bbe6579dea4e5ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2f09982335ebaa2e5ef4c119bdfd829291609188b5825aa501fe4cc1ceeb445f
MD5 2f4aabef35a6f6529a55b690fee38262
BLAKE2b-256 6253a860191e1a954c02a95fdac5bde2e62eed78726e072467ecdf42595ee705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 86992b4e37764fdb18ebca7ecf29936f800695630ecbd0549044449941f246d4
MD5 85d824e40e329d778491ec8ad5e6f97b
BLAKE2b-256 f1e18d07b75fbd2b1c6e9431dc5ff886172d22170e3b64cb738849dc95e86885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cfb1b9dacf7cd14a930c4f1214201ab08fa08d51259afd3677d47afdc84ed64
MD5 4b4c43c6b1c7d7d90044ddb9d571a08d
BLAKE2b-256 a004021e47a50cb0e6fce9999996455dbcec1b3e3e839a36dd8eb90a7ea4b4dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 22706c16ca53e6da90e56c78ace7d1e79805408dca23dcc4b415f8db7b0c288c
MD5 399ecdbb9e48215f202de07575bcf9d6
BLAKE2b-256 bb5cbaef870ace8d0357fa2df52723c2b58e441b0896722de1768cd68f3cdd55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.6.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.6.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 35500c5643f8ddaf138b03cf038d6381f9fa3a68755869690f95619b58b7a58a
MD5 75e97b2cb1d5a57dd5d31cc388c9d207
BLAKE2b-256 90e5582740274fb337770a015fbd07ba2d300336e3a7fe3fb257f38ae4ab3600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 9b64b556dedeacb5bfd798b95f62900584bb8fa386f009cd5abe1b8783015ebb
MD5 6e7b629f648a2b330d3650ab84ed7723
BLAKE2b-256 ca088b24ef22b5a0b96c224d5a431b9e5f5bfdac2d2adf935678f3fc2637ff5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0347b8e10311429c39a20b3b0047649ac4862a311f1df0e2caeadb09f14e2892
MD5 e4778fd8eb5e94aaf98aa3bb00ed3d1a
BLAKE2b-256 7f4d13aebf29ce5a1b285402f4198029575bc516326f5f04671ac339401563f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5e2aa801dfe5b50b1e0df8a88dc6770efa8dbbdf6303d3d8980a1f5622c73281
MD5 f8df2bc2458da60b9efbeee079947ed9
BLAKE2b-256 73d5d922b5cf8dc141f484ce0e1669750bc8209e71638bf208daab19bb465539

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0925fa2da799b94f46e3d930f886cfdfc004a092c93bdf6a942697226e4f33ae
MD5 f2df14abaacdd5cce00bf9f74053cd52
BLAKE2b-256 5d761e8ce85e8335bceffb6dd75fc1bd75fbbf72c9077678d748d7e774473acc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 557ae9c2a8f9bb21fbb72cfa1dfb050d14740c4b19d05de3afb877d25a231f94
MD5 5e4ef0ee0b2bb06c0a6ec6a83a37e6ff
BLAKE2b-256 198e19c637c4cdcce30e768a61e68708c35823f2aca88127cc143b9d8509d80a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.6.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.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4938ea0e1cfb068ea57a2c94b5d1066c7abd8cbb0f43fb5b3b740f430f03b002
MD5 c007792f4966cb86f2d1dc0cfa6b8f3c
BLAKE2b-256 726215cb0de1b052da82b630e0f613264788e79cf9c04f82d97784307091383f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 6016f6f39d1202a31e2b63a192ee0b5b137847fb329eb3bdd61d5368e89bbe0f
MD5 fb55874e652241587426da728779595f
BLAKE2b-256 8fecf7071c19f7959509e1560bde2463ecf5efa7f3ed156dbd500be64ea2f799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fe62e239e79f3cae338693b65835553d820d2fe958e5e76e3812d3115f638e79
MD5 a1323d8dfd69f37d770da0860dfaf0a1
BLAKE2b-256 f52a4cbabbe072c4ab26d06b151c712573633cf17a9ea6d04df273fd40c3ef2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5937efcb1bc63bc1edddbcb585360d5ba34383e413a6b3c3de175fd4bb5b8f4e
MD5 3d9a01c8310321ad247668498c24808b
BLAKE2b-256 e511de20348788e6ad63cf067312a4b40b98368968b77dd53e89b6751fd4c5b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d33e741e46bc1223ffaa3b7263f3e384ce4dae044f7b8dbca7feb8db5c8bb8c
MD5 aecfa5d21371015a3615b0eba17651b4
BLAKE2b-256 c532c4f08cbcd003747327d3fee57d3422652906ccfed2e70f5763ba43a79cd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 536a562421cd6d740d129f180161816ba459d8b34f58669d18402f0618b9a495
MD5 ac7da60a34d42422b524de8a69bf2102
BLAKE2b-256 ff2a671de25567cbacfa4e9161a8132faf68a99f60d23390465d4ed19d845cfe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.6.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.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 50e9d61908460f822656c60aefb82bb62c0cbe84d5f1b4903b1bbfb6a8f5e25f
MD5 f82c03230afb13eb4495bfbeb177441f
BLAKE2b-256 ec181f60f32cbeff98d85d6c4a5b151917b11a34af7852c6d57f7c4dfdbf10d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8fe2107579f463f3047390760a35dbbe325d55ee4bb40aeba10388248d0c5842
MD5 764e75d3f6b4bb440a3494abdb0a5d81
BLAKE2b-256 0af9a17db55437ff91ea560f48a483145178c3a2aa1d9ea94af071c82ca34d14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 0d463fb6141893140998b57e3e9a3547912cc719c14f5edea486c236bbe728cf
MD5 f91e8838c8b8a0e8fff4d71ba5166872
BLAKE2b-256 9fac960ca475dab024b48aada60026dfb928c2354dba494ec0e9729a3b109927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19b92e668900a8ab6d8a0473d8ae302b7a1523839295b45decdb95203464b66a
MD5 93fd5e662682f3c566b4c88d6a54afdb
BLAKE2b-256 75676802cc5aa78b19ff408f28b99a95f159a7509f500825daea6474d4ae7e90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6c51d17b6c9f10d72c5b3c77d482c72ae0a0df8167a3d46fc9cde09413d93cfe
MD5 191f20ff4b84892d288dac5dca375e99
BLAKE2b-256 1dc43cb721b2206f7392f40783b6445b9b7cc6d3de172fdbf4bdc710951c0ee2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: blosc2-4.6.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.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c0c4d8e7baaeee020d4879f47c622d935b3e6c8267fca5f61c25448cd26c1d2b
MD5 4db7d5e2d0c0133268916f3bfc293b5d
BLAKE2b-256 5590cb77c8dca9664def5594c38cc78310231ce635aba3bb4e5cfd5a35c246ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 67d833d3a9f663c457acb74775ee71bae211d6abae8fbb22ceb9ca5e20f276b8
MD5 a3fadd0686b421decca7a37e8a8a2526
BLAKE2b-256 d646066b98754edde1e671e05b360b81ac6cd9b78c38cf1d03c0b713ce2bcb2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c761b90ee1d735a05d68459789f2b58b6f907dc2838cac313d1dd9f9b1141d8d
MD5 68eb2a6816d11bfae4979b58a86c4cd6
BLAKE2b-256 8c38fefd8c5874eece79c7fd17064f68d1749eeddae60ee6fcbb381d370343d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89af74ddcad155ed74c4e39838a9ef8867598c3978e4290a4167262e62886f38
MD5 29a4fcef7572dad391d56a557b56ffb5
BLAKE2b-256 c6a248ed1562f588a6a0bdf0c28f30382be9740c295889f11c27bb4acc5ed473

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for blosc2-4.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8b06ce05420144d5ef429d0ade0068a153bacf58adf37dc90ef49f3586ea682
MD5 94290e88e06514f4867a21c8f5ef3c4e
BLAKE2b-256 e7171a16675eff3054d47095c8d65920c844f43b1eed972786a2cc1ccda98bdf

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