Skip to main content

Python bindings for the Brotli compression library

Project description

GitHub Actions Build Status Fuzzing Status

Brotli

Introduction

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.

The specification of the Brotli Compressed Data Format is defined in RFC 7932.

Brotli is open-sourced under the MIT License, see the LICENSE file.

Please note: brotli is a "stream" format; it does not contain meta-information, like checksums or uncompresssed data length. It is possible to modify "raw" ranges of the compressed stream and the decoder will not notice that.

Build instructions

Vcpkg

You can download and install brotli using the vcpkg dependency manager:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install brotli

The brotli port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository.

Bazel

See Bazel

CMake

The basic commands to build and install brotli are:

$ mkdir out && cd out
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./installed ..
$ cmake --build . --config Release --target install

You can use other CMake configuration.

Python

To install the latest release of the Python module, run the following:

$ pip install brotli

To install the tip-of-the-tree version, run:

$ pip install --upgrade git+https://github.com/google/brotli

See the Python readme for more details on installing from source, development, and testing.

Contributing

We glad to answer/library related questions in brotli mailing list.

Regular issues / feature requests should be reported in issue tracker.

For reporting vulnerability please read SECURITY.

For contributing changes please read CONTRIBUTING.

Benchmarks

Related projects

Disclaimer: Brotli authors take no responsibility for the third party projects mentioned in this section.

Independent decoder implementation by Mark Adler, based entirely on format specification.

JavaScript port of brotli decoder. Could be used directly via npm install brotli

Hand ported decoder / encoder in haxe by Dominik Homberger. Output source code: JavaScript, PHP, Python, Java and C#

7Zip plugin

Dart native bindings

Dart compression framework with fast FFI-based Brotli implementation with ready-to-use prebuilt binaries for Win/Linux/Mac

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Brotli-1.1.0.tar.gz (7.4 MB view details)

Uploaded Source

Built Distributions

Brotli-1.1.0-cp313-cp313-win_amd64.whl (358.5 kB view details)

Uploaded CPython 3.13 Windows x86-64

Brotli-1.1.0-cp313-cp313-win32.whl (333.8 kB view details)

Uploaded CPython 3.13 Windows x86

Brotli-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

Brotli-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ppc64le

Brotli-1.1.0-cp313-cp313-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

Brotli-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

Brotli-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

Brotli-1.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

Brotli-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

Brotli-1.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Brotli-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (422.5 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

Brotli-1.1.0-cp313-cp313-macosx_10_13_universal2.whl (815.7 kB view details)

Uploaded CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)

Brotli-1.1.0-cp312-cp312-win_amd64.whl (357.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

Brotli-1.1.0-cp312-cp312-win32.whl (333.3 kB view details)

Uploaded CPython 3.12 Windows x86

Brotli-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

Brotli-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

Brotli-1.1.0-cp312-cp312-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

Brotli-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

Brotli-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

Brotli-1.1.0-cp312-cp312-musllinux_1_1_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ppc64le

Brotli-1.1.0-cp312-cp312-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

Brotli-1.1.0-cp312-cp312-musllinux_1_1_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

Brotli-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

Brotli-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

Brotli-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

Brotli-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Brotli-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (422.5 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

Brotli-1.1.0-cp312-cp312-macosx_10_13_universal2.whl (815.7 kB view details)

Uploaded CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)

Brotli-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl (446.2 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

Brotli-1.1.0-cp312-cp312-macosx_10_9_universal2.whl (873.1 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

Brotli-1.1.0-cp311-cp311-win_amd64.whl (357.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

Brotli-1.1.0-cp311-cp311-win32.whl (333.2 kB view details)

Uploaded CPython 3.11 Windows x86

Brotli-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

Brotli-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

Brotli-1.1.0-cp311-cp311-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

Brotli-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

Brotli-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

Brotli-1.1.0-cp311-cp311-musllinux_1_1_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ppc64le

Brotli-1.1.0-cp311-cp311-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

Brotli-1.1.0-cp311-cp311-musllinux_1_1_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Brotli-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

Brotli-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

Brotli-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

Brotli-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (446.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Brotli-1.1.0-cp311-cp311-macosx_10_9_universal2.whl (873.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

Brotli-1.1.0-cp310-cp310-win_amd64.whl (357.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

Brotli-1.1.0-cp310-cp310-win32.whl (333.2 kB view details)

Uploaded CPython 3.10 Windows x86

Brotli-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

Brotli-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ppc64le

Brotli-1.1.0-cp310-cp310-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

Brotli-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

Brotli-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

Brotli-1.1.0-cp310-cp310-musllinux_1_1_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ppc64le

Brotli-1.1.0-cp310-cp310-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

Brotli-1.1.0-cp310-cp310-musllinux_1_1_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

Brotli-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

Brotli-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Brotli-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

Brotli-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (2.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686 manylinux: glibc 2.5+ i686

Brotli-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (446.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Brotli-1.1.0-cp310-cp310-macosx_10_9_universal2.whl (873.0 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

Brotli-1.1.0-cp39-cp39-win_amd64.whl (357.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

Brotli-1.1.0-cp39-cp39-win32.whl (333.2 kB view details)

Uploaded CPython 3.9 Windows x86

Brotli-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

Brotli-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ppc64le

Brotli-1.1.0-cp39-cp39-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

Brotli-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

Brotli-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

Brotli-1.1.0-cp39-cp39-musllinux_1_1_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ppc64le

Brotli-1.1.0-cp39-cp39-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

Brotli-1.1.0-cp39-cp39-musllinux_1_1_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

Brotli-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

Brotli-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Brotli-1.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

Brotli-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

Brotli-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (446.2 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Brotli-1.1.0-cp39-cp39-macosx_10_9_universal2.whl (873.0 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

Brotli-1.1.0-cp38-cp38-win_amd64.whl (357.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

Brotli-1.1.0-cp38-cp38-win32.whl (333.2 kB view details)

Uploaded CPython 3.8 Windows x86

Brotli-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

Brotli-1.1.0-cp38-cp38-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ppc64le

Brotli-1.1.0-cp38-cp38-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

Brotli-1.1.0-cp38-cp38-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

Brotli-1.1.0-cp38-cp38-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

Brotli-1.1.0-cp38-cp38-musllinux_1_1_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ppc64le

Brotli-1.1.0-cp38-cp38-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

Brotli-1.1.0-cp38-cp38-musllinux_1_1_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

Brotli-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

Brotli-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Brotli-1.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

Brotli-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

Brotli-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl (446.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Brotli-1.1.0-cp38-cp38-macosx_10_9_universal2.whl (873.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

Brotli-1.1.0-cp37-cp37m-win_amd64.whl (357.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

Brotli-1.1.0-cp37-cp37m-win32.whl (333.2 kB view details)

Uploaded CPython 3.7m Windows x86

Brotli-1.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

Brotli-1.1.0-cp37-cp37m-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ppc64le

Brotli-1.1.0-cp37-cp37m-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

Brotli-1.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

Brotli-1.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

Brotli-1.1.0-cp37-cp37m-musllinux_1_1_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ppc64le

Brotli-1.1.0-cp37-cp37m-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

Brotli-1.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

Brotli-1.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

Brotli-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

Brotli-1.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

Brotli-1.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

Brotli-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (446.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Brotli-1.1.0-cp36-cp36m-win_amd64.whl (407.7 kB view details)

Uploaded CPython 3.6m Windows x86-64

Brotli-1.1.0-cp36-cp36m-win32.whl (377.5 kB view details)

Uploaded CPython 3.6m Windows x86

Brotli-1.1.0-cp36-cp36m-musllinux_1_2_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ x86-64

Brotli-1.1.0-cp36-cp36m-musllinux_1_2_ppc64le.whl (3.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ppc64le

Brotli-1.1.0-cp36-cp36m-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ i686

Brotli-1.1.0-cp36-cp36m-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.2+ ARM64

Brotli-1.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

Brotli-1.1.0-cp36-cp36m-musllinux_1_1_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ppc64le

Brotli-1.1.0-cp36-cp36m-musllinux_1_1_i686.whl (2.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

Brotli-1.1.0-cp36-cp36m-musllinux_1_1_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

Brotli-1.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

Brotli-1.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

Brotli-1.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

Brotli-1.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

Brotli-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (446.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file Brotli-1.1.0.tar.gz.

File metadata

  • Download URL: Brotli-1.1.0.tar.gz
  • Upload date:
  • Size: 7.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0.tar.gz
Algorithm Hash digest
SHA256 81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362546724
MD5 908d109a0309c33b626d01137eb4a060
BLAKE2b-256 2fc2f9e977608bdf958650638c3f1e28f85a1b075f075ebbe77db8555463787b

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 358.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9011560a466d2eb3f5a6e4929cf4a09be405c64154e12df0dd72713f6500e32b
MD5 d23e20dce5af7f90108f2891cb92c557
BLAKE2b-256 7ec1ec214e9c94000d1c1974ec67ced1c970c148aa6b8d8373066123fc3dbf06

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 333.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 43395e90523f9c23a3d5bdf004733246fba087f2948f87ab28015f12359ca6a0
MD5 34aee7a0a039dbc33d23bfade6afe417
BLAKE2b-256 c2f0a61d9262cd01351df22e57ad7c34f66794709acab13f34be2675f45bf89d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 832436e59afb93e1836081a20f324cb185836c617659b07b129141a8426973c7
MD5 46fb6d896c50300126e4a6bfb001ba13
BLAKE2b-256 af85a94e5cfaa0ca449d8f91c3d6f78313ebf919a0dbd55a100c711c6e9655bc

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d487f5432bf35b60ed625d7e1b448e2dc855422e87469e3f450aa5552b0eb284
MD5 a4cf0e6c542bd7760d761673c9634cc6
BLAKE2b-256 50ae408b6bfb8525dadebd3b3dd5b19d631da4f7d46420321db44cd99dcf2f2c

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7eedaa5d036d9336c95915035fb57422054014ebdeb6f3b42eac809928e40d0c
MD5 dd4d9e52506adf416b2ad47eb2b7abdf
BLAKE2b-256 5a5a145de884285611838a16bebfdb060c231c52b8f84dfbe52b852a15780386

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6967ced6730aed543b8673008b5a391c3b1076d834ca438bbd70635c73775368
MD5 4a592f9f5478b5d7796a208970747367
BLAKE2b-256 589f4149d38b52725afa39067350696c09526de0125ebfbaab5acc5af28b42ea

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a93dde851926f4f2678e704fadeb39e16c35d8baebd5252c9fd94ce8ce68c4a0
MD5 12fc5539aaa2a48fdad9576af9e51cec
BLAKE2b-256 aca3d98d2472e0130b7dd3acdbb7f390d478123dbf62b7d32bda5c830a96116d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91d7cc2a76b5567591d12c01f019dd7afce6ba8cba6571187e21e2fc418ae648
MD5 45fc78cb4ac99c3c6f46fc5463385411
BLAKE2b-256 ea1de6ca79c96ff5b641df6097d299347507d39a9604bde8915e76bf026d6c77

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c0ef38c7a7014ffac184db9e04debe495d317cc9c6fb10071f7fefd93100a4f
MD5 acefbe324ec804f932ee0cebe83ba8d1
BLAKE2b-256 bb806aaddc2f63dbcf2d93c2d204e49c11a9ec93a8c7c63261e2b4bd35198283

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0db75f47be8b8abc8d9e31bc7aad0547ca26f24a54e6fd10231d623f183d089
MD5 6d7c56c2632df4fd9a21a11a17ef12bd
BLAKE2b-256 c4a5c69e6d272aee3e1423ed005d8915a7eaa0384c7de503da987f2d224d0721

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7bc37c4d6b87fb1017ea28c9508b36bbcb0c3d18b4260fcdf08b200c74a6aee8
MD5 1c6fc042d4c003d2da22fabe710c2698
BLAKE2b-256 06b3dbd332a988586fefb0aa49c779f59f47cae76855c2d00f450364bb574cac

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8bf32b98b75c13ec7cf774164172683d6e7891088f6316e54425fde1efc276d5
MD5 33e861786d9c627ad90d354a4dddef32
BLAKE2b-256 0a9ffb37bb8ffc52a8da37b1c03c459a8cd55df7a57bdccd8831d500e994a0ca

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 357.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 906bc3a79de8c4ae5b86d3d75a8b77e44404b0f4261714306e3ad248d8ab0951
MD5 23d640a0a87d1d7939bb0af0d9718dd0
BLAKE2b-256 3dd5942051b45a9e883b5b6e98c041698b1eb2012d25e5948c58d6bf85b1bb43

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 333.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5f4d5ea15c9382135076d2fb28dde923352fe02951e66935a9efaac8f10e81b0
MD5 58cebe9044fbe95f7c5e9c59f77e8638
BLAKE2b-256 5f3b4e3fd1893eb3bbfef8e5a80d4508bec17a57bb92d586c85c12d28666bb13

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e79e6520141d792237c70bcd7a3b122d00f2613769ae0cb61c52e89fd3443839
MD5 35a8c3b77e254b03aea8f6e4795f20c6
BLAKE2b-256 d8631c1585b2aa554fe6dbce30f0c18bdbc877fa9a1bf5ff17677d9cca0ac122

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ca63e1890ede90b2e4454f9a65135a4d387a4585ff8282bb72964fab893f2111
MD5 30abf30a917f61e65e98103d78bce9e0
BLAKE2b-256 adcf0eaa0585c4077d3c2d1edf322d8e97aabf317941d3a72d7b3ad8bce004b0

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c5529b34c1c9d937168297f2c1fde7ebe9ebdd5e121297ff9c043bdb2ae3d6fb
MD5 feb85a85ea84cef5da118b2f598c8d76
BLAKE2b-256 80f7daf538c1060d3a88266b80ecc1d1c98b79553b3f117a485653f17070ea2a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87a3044c3a35055527ac75e419dfa9f4f3667a1e887ee80360589eb8c90aabb9
MD5 4c034ca1b31260fb1d8e0687ea1ae83b
BLAKE2b-256 13f0358354786280a509482e0e77c1a5459e439766597d280f28cb097642fc26

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 861bf317735688269936f755fa136a99d1ed526883859f86e41a5d43c61d8966
MD5 9b37d345215ddbe97787df35507cc13c
BLAKE2b-256 5aa6e2a39a5d3b412938362bbbeba5af904092bf3f95b867b4a3eb856104074e

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 7e4c4629ddad63006efa0ef968c8e4751c5868ff0b1c5c40f76524e894c50248
MD5 aa8532d1fc3374996cc6a2e6caca8f4d
BLAKE2b-256 c74e91b8256dfe99c407f174924b65a01f5305e303f486cc7a2e8a5d43c8bec3

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4093c631e96fdd49e0377a9c167bfd75b6d0bad2ace734c6eb20b348bc3ea180
MD5 351805ba7f16dbcd8deb147bf9663e9c
BLAKE2b-256 76585c391b41ecfc4527d2cc3350719b02e87cb424ef8ba2023fb662f9bf743c

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4ed11165dd45ce798d99a136808a794a748d5dc38511303239d4e2363c0695dc
MD5 d309aa90bdc3095d8d273a587d6b1668
BLAKE2b-256 55acbd280708d9c5ebdbf9de01459e625a3e3803cce0784f47d633562cf40e83

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0c5516f0aed654134a2fc936325cc2e642f8a0e096d075209672eb321cff408
MD5 5edf32e055f5a65d769bd7c65e006d92
BLAKE2b-256 abfb0517cea182219d6768113a38167ef6d4eb157a033178cc938033a552ed6d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7f4bf76817c14aa98cc6697ac02f3972cb8c3da93e9ef16b9c66573a68014f91
MD5 04d80cb5c6fbb8606392a251b5a2bfad
BLAKE2b-256 08c869ec0496b1ada7569b62d85893d928e865df29b90736558d6c98c2031208

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 70051525001750221daa10907c77830bc889cb6d865cc0b813d9db7fefc21451
MD5 683e29ab01d0ebbd6abb4bec5807e87d
BLAKE2b-256 e518c18c32ecea41b6c0004e15606e274006366fe19436b6adccc1ae7b2e50c2

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c3020404e0b5eefd7c9485ccf8393cfb75ec38ce75586e046573c9dc29967a0
MD5 b4a2631d98c5cddb4a9d5556b76a20ae
BLAKE2b-256 c75373a3431662e33ae61a5c80b1b9d2d18f58dfa910ae8dd696e57d39f1a2f5

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b760c65308ff1e462f65d69c12e4ae085cff3b332d894637f6273a12a482d09f
MD5 0f20573584269ab4622cac5b5456cb26
BLAKE2b-256 8e48f6e1cdf86751300c288c1459724bfa6917a80e30dbfc326f92cea5d3683a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 32d95b80260d79926f5fab3c41701dbb818fde1c9da590e77e571eefd14abe28
MD5 b18d2bb189b17b43781416c367302c56
BLAKE2b-256 5cd05373ae13b93fe00095a58efcbce837fd470ca39f703a235d2a999baadfbc

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 caf9ee9a5775f3111642d33b86237b05808dafcd6268faa492250e9b78046eb2
MD5 70c6d481730e235d4fabeb7672f43534
BLAKE2b-256 5879b7026a8bb65da9a6bb7d14329fd2bd48d2b7f86d7329d5cc8ddc6a90526f

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 316cc9b17edf613ac76b1f1f305d2a748f1b976b033b049a6ecdfd5612c70409
MD5 4be117ecdba2abf340e662d36ebed0c1
BLAKE2b-256 0688564958cedce636d0f1bed313381dfc4b4e3d3f6015a63dae6146e1b8c65c

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 357.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aac0411d20e345dc0920bdec5548e438e999ff68d77564d5e9463a7ca9d3e7b1
MD5 b09ec6fee9faa2638cef5feabe8cda2f
BLAKE2b-256 028afece0ee1057643cb2a5bbf59682de13f1725f8482b2c057d4e799d7ade75

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 333.2 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 39da8adedf6942d76dc3e46653e52df937a3c4d6d18fdc94a7c29d263b1f5b50
MD5 81f462f9381d0ff97f751ef078e8871c
BLAKE2b-256 e7718f161dee223c7ff7fea9d44893fba953ce97cf2c3c33f78ba260a91bcff5

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f31859074d57b4639318523d6ffdca586ace54271a73ad23ad021acd807eb14b
MD5 e7fa9b7b0e4faae34f34e2cfab9b64f8
BLAKE2b-256 849cbc96b6c7db824998a49ed3b38e441a2cae9234da6fa11f6ed17e8cf4f147

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2a24c50840d89ded6c9a8fdc7b6ed3692ed4e86f1c4a4a938e1e92def92933e0
MD5 c11b3098d7f2137bf520bf2dee0cb5f5
BLAKE2b-256 6613b58ddebfd35edde572ccefe6890cf7c493f0c319aad2a5badee134b4d8ec

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1b2c248cd517c222d89e74669a4adfa5577e06ab68771a529060cf5a156e9757
MD5 baf244a3e28267ef0fc833c71c776461
BLAKE2b-256 f3eb2be4cc3e2141dc1a43ad4ca1875a72088229de38c68e842746b342667b2a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c247dd99d39e0338a604f8c2b3bc7061d5c2e9e2ac7ba9cc1be5a69cb6cd832f
MD5 0be8dcc0c17d973db17c17cfa01b5239
BLAKE2b-256 f1873b283efc0f5cb35f7f84c0c240b1e1a1003a5e47141a4881bf87c86d0ce2

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a1fd8a29719ccce974d523580987b7f8229aeace506952fa9ce1d53a033873c8
MD5 7a4448954dcb0acb7d38f131ad743b3b
BLAKE2b-256 3d77a236d5f8cd9e9f4348da5acc75ab032ab1ab2c03cc8f430d24eea2672888

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 510b5b1bfbe20e1a7b3baf5fed9e9451873559a976c1a78eebaa3b86c57b4265
MD5 beea2b8244cb2967545d384e9dce61cc
BLAKE2b-256 145648859dd5d129d7519e001f06dcfbb6e2cf6db92b2702c0c2ce7d97e086c1

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 19c116e796420b0cee3da1ccec3b764ed2952ccfcc298b55a10e5610ad7885f9
MD5 049ee5c48ffc22876aa861bb6b465b86
BLAKE2b-256 80d60bd38d758d1afa62a5524172f0b18626bb2392d717ff94806f741fcd5ee9

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5b3cc074004d968722f51e550b41a27be656ec48f8afaeeb45ebf65b561481dd
MD5 4618d2805e0dc0b0feaeb456defc0900
BLAKE2b-256 e8efccbc16947d6ce943a7f57e1a40596c75859eeb6d279c6994eddd69615265

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a469274ad18dc0e4d316eefa616d1d0c2ff9da369af19fa6f3daa4f09671fd61
MD5 0bc435cc203b7708430f003f9701631c
BLAKE2b-256 b3e7ca2993c7682d8629b62630ebf0d1f3bb3d579e667ce8e7ca03a0a0576a2d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ceb64bbc6eac5a140ca649003756940f8d6a7c444a68af170b3187623b43bebf
MD5 7104e915931704ebe17677ac92648d9b
BLAKE2b-256 3e4faf6846cfbc1550a3024e5d3775ede1e00474c40882c7bf5b37a43ca35e91

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30924eb4c57903d5a7526b08ef4a584acc22ab1ffa085faceb521521d2de32dd
MD5 157930e82210ac0cfab3120626beae1d
BLAKE2b-256 9de6f305eb61fb9a8580c525478a4a34c5ae1a9bcb12c3aee619114940bc513d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 524f35912131cc2cabb00edfd8d573b07f2d9f21fa824bd3fb19725a9cf06327
MD5 1cc2cad2ca1eed540c8bec7a22f542bb
BLAKE2b-256 b396da98e7bedc4c51104d29cc61e5f449a502dd3dbc211944546a4cc65500d3

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8146669223164fc87a7e3de9f81e9423c67a79d6b3447994dfb9c95da16e2d6
MD5 c5ad320012b9aad9b5cbd1750dc29d16
BLAKE2b-256 954e5afab7b2b4b61a84e9c75b17814198ce515343a44e2ed4488fac314cd0a9

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a3daabb76a78f829cafc365531c972016e4aa8d5b4bf60660ad8ecee19df7ccc
MD5 2c58676c22c157826c5bd3c83ba23122
BLAKE2b-256 9612ad41e7fadd5db55459c4c401842b47f7fee51068f86dd2894dd0dcfc2d2a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 357.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0c6244521dda65ea562d5a69b9a26120769b7a9fb3db2fe9545935ed6735b128
MD5 11381baf6010eacdbef66211604b913e
BLAKE2b-256 f765b785722e941193fd8b571afd9edbec2a9b838ddec4375d8af33a50b8dab9

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 333.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 be36e3d172dc816333f33520154d708a2657ea63762ec16b62ece02ab5e4daf2
MD5 6c7885dfe2ae00ad6c73eb18b4fb01dc
BLAKE2b-256 e9541c0278556a097f9651e657b873ab08f01b9a9ae4cac128ceb66427d7cd20

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 58d4b711689366d4a03ac7957ab8c28890415e267f9b6589969e74b6e42225ec
MD5 2eba365b7195df5c6e77e4212f22566f
BLAKE2b-256 afa479196b4a1674143d19dca400866b1a4d1a089040df7b93b88ebae81f3447

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1e9a65b5736232e7a7f91ff3d02277f11d339bf34099a56cdab6a8b3410a02b2
MD5 6aa5ee5e6d50c0a55a4219ff723cb91c
BLAKE2b-256 4489fa2c4355ab1eecf3994e5a0a7f5492c6ff81dfcb5f9ba7859bd534bb5c1a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e4fe605b917c70283db7dfe5ada75e04561479075761a0b3866c081d035b01c1
MD5 71ed2ce7518e8824dbe79f235b89bc07
BLAKE2b-256 34ce5a5020ba48f2b5a4ad1c0522d095ad5847a0be508e7d7569c8630ce25062

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5dab0844f2cf82be357a0eb11a9087f70c5430b2c241493fc122bb6f2bb0917c
MD5 15870dfe27fc855a45b4baca4f818805
BLAKE2b-256 807df1abbc0c98f6e09abd3cad63ec34af17abc4c44f308a7a539010f79aae7a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f66b5337fa213f1da0d9000bc8dc0cb5b896b726eefd9c6046f699b169c41b9e
MD5 ee7e6d82d0d4b1e71c6f0333f206e6ec
BLAKE2b-256 81ff190d4af610680bf0c5a09eb5d1eac6e99c7c8e216440f9c7cfd42b7adab5

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 e84799f09591700a4154154cab9787452925578841a94321d5ee8fb9a9a328f0
MD5 4bb8a84c9a0c691e009e84322d69d110
BLAKE2b-256 051bcf49528437bae28abce5f6e059f0d0be6fecdcc1d3e33e7c54b3ca498425

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a37b8f0391212d29b3a91a799c8e4a2855e0576911cdfb2515487e30e322253d
MD5 6396b72845a7ff130aa1031073655ff2
BLAKE2b-256 bcc465456561d89d3c49f46b7fbeb8fe6e449f13bdc8ea7791832c5d476b2faf

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e6a904cb26bfefc2f0a6f240bdf5233be78cd2488900a2f846f3c3ac8489ab80
MD5 3593d1ec1cc94e6df10359ac3b99d039
BLAKE2b-256 b8cb8aaa83f7a4caa131757668c0fb0c4b6384b09ffa77f2fba9570d87ab587d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43ce1b9935bfa1ede40028054d7f48b5469cd02733a365eec8a329ffd342915d
MD5 534f6217d200eea320b82ea7abd1b0e8
BLAKE2b-256 322335331c4d9391fcc0f29fd9bec2c76e4b4eeab769afbc4b11dd2e1098fb13

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ae56aca0402a0f9a3431cddda62ad71666ca9d4dc3a10a142b9dce2e3c0cda3
MD5 d882f69c838678c12d92fc84ed00cd54
BLAKE2b-256 36837545a6e7729db43cb36c4287ae388d6885c85a86dd251768a47015dfde32

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 38025d9f30cf4634f8309c6874ef871b841eb3c347e90b0851f63d1ded5212da
MD5 426551c7105179e7158f8491717593ec
BLAKE2b-256 d50040f760cc27007912b327fe15bf6bfd8eaecbe451687f72a8abc587d503b3

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7c4855522edb2e6ae7fdb58e07c3ba9111e7621a8956f481c68d5d979c93032e
MD5 ce0bdb36f70ca5659b7bac64eeaab4f0
BLAKE2b-256 3b241671acb450c902edb64bd765d73603797c6c7280a9ada85a195f6b78c6e5

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8fd5270e906eef71d4a8d19b7c6a43760c6abcfcc10c9101d14eb2357418de9
MD5 b005825bb7b64e3015400bab5103117c
BLAKE2b-256 dd11afc14026ea7f44bd6eb9316d800d439d092c8d508752055ce8d03086079a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e1140c64812cb9b06c922e77f1c26a75ec5e3f0fb2bf92cc8c58720dec276752
MD5 bcda027002bd9f0c31fc68f70b31c0ec
BLAKE2b-256 6d3adbf4fb970c1019a57b5e492e1e0eae745d32e59ba4d6161ab5422b08eefe

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 357.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cdad5b9014d83ca68c25d2e9444e28e967ef16e80f6b436918c700c117a85467
MD5 8f1909924e01c44e10f183470b93830c
BLAKE2b-256 99b3f7b3af539f74b82e1c64d28685a5200c631cc14ae751d37d6ed819655627

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 333.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f0d8a7a6b5983c2496e364b969f0e526647a06b075d034f3297dc66f3b360c64
MD5 256464adb579ba6c98e2442d2a8560a9
BLAKE2b-256 31bae53d107399b535ef89deb6977dd8eae468e2dde7b1b74c6cbe2c0e31fda2

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 494994f807ba0b92092a163a0a283961369a65f6cbe01e8891132b7a320e61eb
MD5 fea7b0cf9002af720fcad51210c5781d
BLAKE2b-256 5522948a97bda5c9dc9968d56b9ed722d9727778db43739cf12ef26ff69be94d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6c6e0c425f22c1c719c42670d561ad682f7bfeeef918edea971a79ac5252437f
MD5 102df5216a401df49c33154ef5842c4b
BLAKE2b-256 99bf25ef07add7afbb1aacd4460726a1a40370dfd60c0810b6f242a6d3871d7e

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f3607b129417e111e30637af1b56f24f7a49e64763253bbc275c75fa887d4b2
MD5 af7b359cce2b0efe3dad6d9ac955a2bb
BLAKE2b-256 a4d5e5f85e04f75144d1a89421ba432def6bdffc8f28b04f5b7d540bbd03362c

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0737ddb3068957cf1b054899b0883830bb1fec522ec76b1098f9b6e0f02d9419
MD5 d049892ed5121d87d8cbce775befb6cd
BLAKE2b-256 148703a6d6e1866eddf9f58cc57e35befbeb5514da87a416befe820150cae63f

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 de6551e370ef19f8de1807d0a9aa2cdfdce2e85ce88b122fe9f6b2b076837e59
MD5 05013eed506ad6a2ef38e1c38acf723e
BLAKE2b-256 2789bbb14fa98e895d1e601491fba54a5feec167d262f0d3d537a3b0d4cd0029

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 89f4988c7203739d48c6f806f1e87a1d96e0806d44f0fba61dba81392c9e474d
MD5 d266bbe4d122265d4f66d6bdc8d45b9b
BLAKE2b-256 762f213bab6efa902658c80a1247142d42b138a27ccdd6bade49ca9cd74e714a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 949f3b7c29912693cee0afcf09acd6ebc04c57af949d9bf77d6101ebb61e388c
MD5 a6ea58134f6fe6a2cee56b5086279a7e
BLAKE2b-256 2c1fbe9443995821c933aad7159803f84ef4923c6f5b72c2affd001192b310fc

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ae15b066e5ad21366600ebec29a7ccbc86812ed267e4b28e860b8ca16a2bc474
MD5 dda09944eda874075df004e073c3b751
BLAKE2b-256 cb6b8cf297987fe3c1bf1c87f0c0b714af2ce47092b8d307b9f6ecbc65f98968

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8dadd1314583ec0bf2d1379f7008ad627cd6336625d6679cf2f8e67081b83acf
MD5 7c570b6c0e34a1d1cbc4c324f7fc2165
BLAKE2b-256 9a2662b2d894d4e82d7a7f4e0bb9007a42bbc765697a5679b43186acd68d7a79

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a77def80806c421b4b0af06f45d65a136e7ac0bdca3c09d9e2ea4e515367c7e9
MD5 58e067af222fa40b505494cfe0dc5084
BLAKE2b-256 3c6a14cc20ddc53efc274601c8195791a27cfb7acc5e5134e0f8c493a8b8821a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 22fc2a8549ffe699bfba2256ab2ed0421a7b8fadff114a3d201794e45a9ff578
MD5 fb96686246ecc54d31226ace709a04db
BLAKE2b-256 e2e64a730f6e5b5d538e92d09bc51bf69119914f29a222f9e1d65ae4abb27a4e

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 901032ff242d479a0efa956d853d16875d42157f98951c0230f69e69f9c09bac
MD5 82a1b702bb887a5a1597bcc0d4a6bbd5
BLAKE2b-256 a9ca00d55bbdd8631236c61777742d8a8454cf6a87eb4125cad675912c68bec7

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7905193081db9bfa73b1219140b3d315831cbff0d8941f22da695832f0dd188f
MD5 65de57cb377d554697ff668a16db87ba
BLAKE2b-256 ae3238bba1a8bef9ecb1cda08439fd28d7e9c51aff13b4783a4f1610da90b6c2

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5fb2ce4b8045c78ebbc7b8f3c15062e435d47e7393cc57c25115cfd49883747a
MD5 f2359ad7474d48a71a46232e121d532d
BLAKE2b-256 1baaaa6e0c9848ee4375514af0b27abf470904992939b7363ae78fc8aca8a9a8

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 357.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3d7954194c36e304e1523f55d7042c59dc53ec20dd4e9ea9d151f1b62b4415c0
MD5 58fae92c828f9dcb0e1c2de45f635873
BLAKE2b-256 39a59322c8436072e77b8646f6bde5e19ee66f62acf7aa01337ded10777077fa

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 333.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 db85ecf4e609a48f4b29055f1e144231b90edc90af7481aa731ba2d059226b1b
MD5 86fbad5109d964fd330d7cc2d32123fe
BLAKE2b-256 c92ffbe6938f33d2cd9b7d7fb591991eb3fb57ffa40416bb873bbbacab60a381

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4410f84b33374409552ac9b6903507cdb31cd30d2501fc5ca13d18f73548444a
MD5 42ef7c3a16ef840c9a793d8a05fd4984
BLAKE2b-256 380504a57ba75aed972be0c6ad5f2f5ea34c83f5fecf57787cc6e54aac21a323

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2feb1d960f760a575dbc5ab3b1c00504b24caaf6986e2dc2b01c09c87866a943
MD5 d863403c74fbfa80acabd1d72768fb59
BLAKE2b-256 12cf91b84beaa051c9376a22cc38122dc6fbb63abcebd5a4b8503e9c388de7b1

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af6fa6817889314555aede9a919612b23739395ce767fe7fcbea9a80bf140fe5
MD5 a62de10fb47dac9a8d6b8d386fcf270c
BLAKE2b-256 cc58b25ca26492da9880e517753967685903c6002ddc2aade93d6e56df817b30

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2b35ca2c7f81d173d2fadc2f4f31e88cc5f7a39ae5b6db5513cf3383b0e0ec7
MD5 10bf44e0cf839fb90ef3c388f7b7a02e
BLAKE2b-256 6b355d258d1aeb407e1fc6fcbbff463af9c64d1ecc17042625f703a1e9d22ec5

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fce1473f3ccc4187f75b4690cfc922628aed4d3dd013d047f95a9b3919a86596
MD5 1aac4d0244e62a4848de1d3583650241
BLAKE2b-256 4e5202acd2992e5a2c10adf65fa920fad0c29e11e110f95eeb11bcb20342ecd2

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 141bd4d93984070e097521ed07e2575b46f817d08f9fa42b16b9b5f27b5ac088
MD5 6d824aae6aea6c0a362d3d679b2f0c28
BLAKE2b-256 3f2afbc95429b45e4aa4a3a3a815e4af11772bfd8ef94e883dcff9ceaf556662

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1ab4fbee0b2d9098c74f3057b2bc055a8bd92ccf02f65944a241b4349229185a
MD5 e7a690ab897c29d93c39a27f4f445a4d
BLAKE2b-256 b153110657f4017d34a2e9a96d9630a388ad7e56092023f1d46d11648c6c0bce

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 890b5a14ce214389b2cc36ce82f3093f96f4cc730c1cffdbefff77a7c71f2a97
MD5 32577168ec1f86a5bbdffe47bb804312
BLAKE2b-256 6c5bca72fd8aa1278dfbb12eb320b6e409aefabcd767b85d607c9d54c9dadd1a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a743e5a28af5f70f9c080380a5f908d4d21d40e8f0e0c8901604d15cfa9ba751
MD5 6a41598feba77268270d9b1563c2e01c
BLAKE2b-256 a4bdcfaac88c14f97d9e1f2e51a304c3573858548bb923d011b19f76b295f81c

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6172447e1b368dcbc458925e5ddaf9113477b0ed542df258d84fa28fc45ceea7
MD5 6c4a5f0693cff88251d7498b82555cab
BLAKE2b-256 109d6463edb80a9e0a944f70ed0c4d41330178526626d7824f729e81f78a3f24

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cdbc1fc1bc0bff1cef838eafe581b55bfbffaed4ed0318b724d0b71d4d377619
MD5 c803741bc7dc08bbe42a225592924762
BLAKE2b-256 e7411c6d15c8d5b55db2c3c249c64c352c8a1bc97f5e5c55183f5930866fc012

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0541e747cce78e24ea12d69176f6a7ddb690e62c425e01d31cc065e69ce55b48
MD5 cefffe03af2fd0a44b4c75c34ec72371
BLAKE2b-256 603f2618fa887d7af6828246822f10d9927244dab22db7a96ec56041a2fd1fbd

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 03d20af184290887bdea3f0f78c4f737d126c74dc2f3ccadf07e54ceca3bf208
MD5 066d1968a33e98052150e330423222c1
BLAKE2b-256 36492afe4aa5a23a13dad4c7160ae574668eec58b3c80b56b74a826cebff7ab8

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 efa8b278894b14d6da122a72fefcebc28445f2d3f880ac59d46c90f4c13be9a3
MD5 6e1ba3793d935a44dc11b9348e508148
BLAKE2b-256 341b16114a20c0a43c20331f03431178ed8b12280b12c531a14186da0bc5b276

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 357.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2954c1c23f81c2eaf0b0717d9380bd348578a94161a65b3a2afc62c86467dd68
MD5 b8add1ee12e34ea8f8b84eeed96d1f07
BLAKE2b-256 60be35e0321f27405d6c843fd0ae96d61876943a24403596069323b918865257

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 333.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 587ca6d3cef6e4e868102672d3bd9dc9698c309ba56d41c2b9c85bbb903cdb95
MD5 63b31abf352c3ab9122fdfb478a9eb81
BLAKE2b-256 991c3c45ee90088be1df91214d974747cace5f8be28e4f656b43eacc794639e8

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d342778ef319e1026af243ed0a07c97acf3bad33b9f29e7ae6a1f68fd083e90c
MD5 d5bac0d2b6107e2e487dd26d5e175301
BLAKE2b-256 eb78e76144f9e92cd2a7a53fd599e0322d9e60156a6ee06c1f158ff1cdb412b2

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 5e55da2c8724191e5b557f8e18943b1b4839b8efc3ef60d65985bcf6f587dd38
MD5 ed3ef4eb6065bd771f3efd592e91267f
BLAKE2b-256 a2c8f9e402eb291fb8c37360ab3df5f5a841fc9d3df3be84a3682b5c7fbf91db

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3ee8a80d67a4334482d9712b8e83ca6b1d9bc7e351931252ebef5d8f7335a547
MD5 6fb1bc4b28408fe23c8f7c591bb8f209
BLAKE2b-256 81492778ae8c1f7bab03651473046d83cd94cab774cec0f3d23b6dcab72cc699

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb1dac1770878ade83f2ccdf7d25e494f05c9165f5246b46a621cc849341dc01
MD5 a35dc3321d3fcb993a6d8d13f948a40e
BLAKE2b-256 c381352088e998cbbe9b456a1d9a910e524652e296cb6bddf3f6fca7dafd5895

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 224e57f6eac61cc449f498cc5f0e1725ba2071a3d4f48d5d9dffba42db196438
MD5 b0d36eb1b09b91f4f3ca5151dd810ce6
BLAKE2b-256 53a156f9e84ce3fc2b9083a3dcda7020f531d192fa120f27043710291b623871

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 23032ae55523cc7bccb4f6a0bf368cd25ad9bcdcc1990b64a647e7bbcce9cb5b
MD5 1214e1927fc786254f26998696f079f5
BLAKE2b-256 a57a947547d9ab301d428bef405f5364e2820ec40840fedd8b84c03a9cbdeb9d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 919e32f147ae93a09fe064d77d5ebf4e35502a8df75c29fb05788528e330fe74
MD5 c658925186a4f5e811623f97748934d0
BLAKE2b-256 470450cbc302f028c9df027ae9588fd2317c13adb5815802c12162ee110eade7

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f296c40e23065d0d6650c4aefe7470d2a25fffda489bcc3eb66083f3ac9f6643
MD5 6bd1879949ed2ac7eadaa2f0cde341a4
BLAKE2b-256 3c87999cdce51b48f3ccabe907484a43ce4d8c2990d762067e939d032b2a1edd

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 929811df5462e182b13920da56c6e0284af407d1de637d8e536c5cd00a7daf60
MD5 ef84419327b7947977e500716e139673
BLAKE2b-256 0bef2ed88ad82fdc2e8df70d31eb959f699fceb341e7946256c16c0ebf0ffaa6

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f733d788519c7e3e71f0855c96618720f5d3d60c3cb829d8bbb722dddce37985
MD5 5f904cc7248e2419083c3e865da308ab
BLAKE2b-256 ea406f334f1e759c13352723b13ce8abe134d5c73923df4fe934ed464e85c681

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d192f0f30804e55db0d0e0a35d83a9fead0e9a359a9ed0285dbacea60cc10a84
MD5 d6b5747edce112f3c48d20c470906628
BLAKE2b-256 cd76b11c09a1b01a868cbeacee0ba75c5f91f6ec3fcd33f49d209b5ee4dacec9

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0b63b949ff929fbc2d6d3ce0e924c9b93c9785d877a21a1b678877ffbbc4423a
MD5 fce7baa3102d415cfc403a8e8311e350
BLAKE2b-256 1b5a3f5b3213c5ea3d5ca7273d83a55aa67c8356f3c619f3669332188a8a694b

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 11d00ed0a83fa22d29bc6b64ef636c4552ebafcef57154b4ddd132f5638fbd1c
MD5 6d21807551c979b6c4dd442eecc1f7e4
BLAKE2b-256 8e5f6ea2f6cbc613bf220e0d0a0bbb0217045ebcb2228e05d1649989418b2a3b

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 407.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d143fd47fad1db3d7c27a1b1d66162e855b5d50a89666af46e1679c496e8e579
MD5 d3d2212dd8a6c60d9b6dd70aacaea6e7
BLAKE2b-256 6aa5e3ca8854a87ffa38702e8f7f899751a8140358ef27aacac61ccda7e2e0b9

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: Brotli-1.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 377.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a599669fd7c47233438a56936988a2478685e74854088ef5293802123b5b2460
MD5 0ff904322b11428c6f47ec0e6a26df55
BLAKE2b-256 1e341892ee926e0085524d39ca8aaf50f954bd9d35cd444387a1ed1e89228ad4

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7702622a8b40c49bffb46e1e3ba2e81268d5c04a34f460978c6b5517a34dd52
MD5 c13c956f5d79938894404247e30c3925
BLAKE2b-256 a8fda84841fbc48478acf70de35ccb85fc8c04351c3a668bb6a4422e41a9a6dd

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a7e53012d2853a07a4a79c00643832161a910674a893d296c9f1259859a289d2
MD5 99a54d79f40dee5bf542bb75da6e3fe8
BLAKE2b-256 5bd3a30162ff031d1fd19aa55614493acd6a0f3cf527350333805e6a9b965d9a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6974f52a02321b36847cd19d1b8e381bf39939c21efd6ee2fc13a28b0d99348c
MD5 397c46e54c7d6970cf3316ee10387aaf
BLAKE2b-256 211c263655f0cb1e4c6e84e3d0aa285df54d74dd47055383827c9a7848ce672c

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aea440a510e14e818e67bfc4027880e2fb500c2ccb20ab21c7a7c8b5b4703d75
MD5 08009b94d119359e027f2a65e9dbab2d
BLAKE2b-256 8c0a6c660c544a23ad7b3af19e13cee89fc3f7983790b9c17ae3dad4d866c320

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e93dfc1a1165e385cc8239fab7c036fb2cd8093728cbd85097b284d7b99249a2
MD5 56b7289eac4d045923e4243188097ad4
BLAKE2b-256 5a2d6d128de2e12371b882cf0284a979b09c07419ac988f0c19ee867ffed6a31

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-musllinux_1_1_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-musllinux_1_1_ppc64le.whl
Algorithm Hash digest
SHA256 069a121ac97412d1fe506da790b3e69f52254b9df4eb665cd42460c837193354
MD5 49f8e4080e8a0000fb9fa7d06f7f09a4
BLAKE2b-256 f3770be5511667cd5becc78bbb005915db32d14727178fbdde8827b1669a1fb2

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fd5f17ff8f14003595ab414e45fce13d073e0762394f957182e69035c9f3d7c2
MD5 76959ad8f96b1f356cd3a51456da2dd5
BLAKE2b-256 c23dfe708497d7d388511e941b48222bbfbad715c2ddcb6206906d46ffffc79b

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5eeb539606f18a0b232d4ba45adccde4125592f3f636a6182b4a8a436548b914
MD5 7ca0aca60b4e3ea5b4d46107bfe687e1
BLAKE2b-256 dbc079c9d797b179af34eb6091d6d9dd7ce967c9b2e22a11cd773a9335910f59

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2333e30a5e00fe0fe55903c8832e08ee9c3b1382aacf4db26664a16528d51b4b
MD5 e648e7689663cf4cf4715cc2a2a0f05c
BLAKE2b-256 68b7a24b788ab312fd1f7a3b798c4e7bef51068f5e2206ee0c66e0f2070b996a

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2de9d02f5bda03d27ede52e8cfe7b865b066fa49258cbab568720aa5be80a47d
MD5 ab31798b8fbeeeaa17c17036364f0eee
BLAKE2b-256 6dd3ae24f048ba077cce213b85685510af0ed0c446383a5da8135b6e8ab4fc4d

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fdc3ff3bfccdc6b9cc7c342c03aa2400683f0cb891d46e94b64a197910dc4064
MD5 69d9de4fa147cb766d11ff90b4db0dab
BLAKE2b-256 d7cc793eaf6cb42fad404a49ee7b3781e0a4035ae489ce399b7b645a33765a3c

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4d4a848d1837973bf0f4b5e54e3bec977d99be36a7895c61abb659301b02c112
MD5 3a88ac54925f52b6718fa4cef2cc95fd
BLAKE2b-256 8634a83fb196ace1a0ebeca1f708402a1620af65d6b8a369a73ee5e27c0f30bb

See more details on using hashes here.

File details

Details for the file Brotli-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Brotli-1.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a090ca607cbb6a34b0391776f0cb48062081f5f60ddcce5d11838e67a01928d1
MD5 846ef6684171464550f8f23378b05356
BLAKE2b-256 4de32b58a6b3dda169c723531f3a9ea3569a0d04030ea1f88b25e660d4944701

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page