Skip to main content
Files added late

17 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.

Archived

This project has been archived by its maintainers, and is no longer receiving any updates.

brotlipy

This library contains Python bindings for the reference Brotli encoder/decoder, available here. This allows Python software to use the Brotli compression algorithm directly from Python code.

To use it simply, try this:

import brotli
data = brotli.decompress(compressed_data)

More information can be found in the documentation.

License

The source code of brotlipy is available under the MIT license. Brotli itself is made available under the Version 2.0 of the Apache Software License. See the LICENSE and libbrotli/LICENSE files for more information.

Authors

brotlipy is maintained by Cory Benfield.

Changelog

0.7.0 (2017-05-30)

  • Update to v0.6.0 of the Brotli library.

0.6.0 (2016-09-08)

  • Resolved a bug where decompress() would return an empty bytestring instead of erroring if the provided bytestring was small enough.

  • Added the finish() method to the streaming decompressor.

0.5.1 (2016-08-17)

  • Update to v0.5.2 of the Brotli library.

  • Add new exception type (Error).

  • Add compatiblity with C++ brotli library by aliasing Error to error.

  • Extra error checking of input parameters to the compressor.

0.5.0 (2016-08-16)

  • Update to v0.5.0 of the Brotli library.

  • Extend one-shot compression API to include all control parameters.

  • Added streaming/incremental compression API.

  • Added flags to control compression mode.

0.4.0 (2016-08-01)

Update to v0.4.0 of the Brotli library.

0.3.0 (2016-05-11)

Update to v0.3.0 of the Brotli library.

0.2.0 (2015-10-05)

Fix broken brotli.compress support on Windows.

0.1.3 (2015-10-05)

  • Added basic for brotli.compress through a C wrapper included in this library.

Release files for brotlipy 0.7.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Files added late

17 files were uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release files before installing.

Source distribution (sdist)

Source distribution for brotlipy 0.7.0
File Size Uploaded
brotlipy-0.7.0.tar.gz 413.3 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for brotlipy 0.7.0
File
brotlipy-0.7.0-pp226-pp226u-macosx_10_10_x86_64.whl PyPy 2.26 PyPy 2.26 macOS 10.10+ x86-64 Details
brotlipy-0.7.0-pp37-pypy37_pp73-manylinux1_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-pp36-pypy36_pp73-manylinux1_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp39-cp39-manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp39-cp39-manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
brotlipy-0.7.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp37-cp37m-macosx_10_14_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64 Details
brotlipy-0.7.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
brotlipy-0.7.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
brotlipy-0.7.0-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp36-cp36m-macosx_10_6_intel.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
brotlipy-0.7.0-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
brotlipy-0.7.0-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
brotlipy-0.7.0-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp35-cp35m-macosx_10_6_intel.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
brotlipy-0.7.0-cp35-abi3-win_amd64.whl CPython 3.5 abi3 Windows x86-64 Details
brotlipy-0.7.0-cp35-abi3-win32.whl CPython 3.5 abi3 Windows x86-32 Details
brotlipy-0.7.0-cp35-abi3-manylinux2014_aarch64.whl CPython 3.5 abi3 Linux glibc 2.17+ ARM64 Details
brotlipy-0.7.0-cp35-abi3-manylinux2010_x86_64.whl CPython 3.5 abi3 Linux glibc 2.12+ x86-64 Details
brotlipy-0.7.0-cp35-abi3-manylinux2010_i686.whl CPython 3.5 abi3 Linux glibc 2.12+ x86-32 Details
brotlipy-0.7.0-cp35-abi3-manylinux1_x86_64.whl CPython 3.5 abi3 Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp35-abi3-manylinux1_i686.whl CPython 3.5 abi3 Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp35-abi3-macosx_10_9_x86_64.whl CPython 3.5 abi3 macOS 10.9+ x86-64 Details
brotlipy-0.7.0-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
brotlipy-0.7.0-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp34-cp34m-macosx_10_6_intel.whl CPython 3.4 CPython 3.4 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
brotlipy-0.7.0-cp33-cp33m-win_amd64.whl CPython 3.3 CPython 3.3 pymalloc Windows x86-64 Details
brotlipy-0.7.0-cp33-cp33m-win32.whl CPython 3.3 CPython 3.3 pymalloc Windows x86-32 Details
brotlipy-0.7.0-cp33-cp33m-manylinux1_x86_64.whl CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp33-cp33m-manylinux1_i686.whl CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp33-cp33m-macosx_10_6_intel.whl CPython 3.3 CPython 3.3 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
brotlipy-0.7.0-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
brotlipy-0.7.0-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
brotlipy-0.7.0-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
brotlipy-0.7.0-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
brotlipy-0.7.0-cp27-cp27m-macosx_10_6_intel.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.6+ Intel (x86-64, i386) Details

Total release size: 31.1 MB

Release files / brotlipy-0.7.0.tar.gz

Download URL brotlipy-0.7.0.tar.gz
Size 413.3 kB
Tags Source
SHA-256 checksum
How to use checksums
36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df
BLAKE2b-256 checksum
How to use checksums
d991bc79b88590e4f662bd40a55a2b6beb0f15da4726732efec5aa5a3763d856
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-pp226-pp226u-macosx_10_10_x86_64.whl

Download URL brotlipy-0.7.0-pp226-pp226u-macosx_10_10_x86_64.whl
Size 349.6 kB
Tags PyPy 2.26 macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
786afc8c9bd67de8d31f46e408a3386331e126829114e4db034f91eacb05396d
BLAKE2b-256 checksum
How to use checksums
47de578d8dbbd4186fed25061d5534cbdeef2e9b362b25d828f2f8128814bca2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-pp37-pypy37_pp73-manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-pp37-pypy37_pp73-manylinux1_x86_64.whl
Size 341.7 kB
Tags Linux glibc 2.5+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
4864ac52c116ea3e3a844248a9c9fbebb8797891cbca55484ecb6eed3ebeba24
BLAKE2b-256 checksum
How to use checksums
05704fab02ea55e4aae9a93bfe944ae3b3677120cf7bd2aaa39e4ff23c3aa27f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9

Release files / brotlipy-0.7.0-pp36-pypy36_pp73-manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
Size 341.7 kB
Tags Linux glibc 2.5+ x86-64 PyPy 3.6 PyPy 3.6 7.3
SHA-256 checksum
How to use checksums
890b973039ba26c3ad2e86e8908ab527ed64f9b1357f81a676604da8088e4bf9
BLAKE2b-256 checksum
How to use checksums
a91f326b088cac097acf3a2fa5e4354c9db3c206b80472d9e738f89976fa0ba6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9

Release files / brotlipy-0.7.0-cp39-cp39-manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp39-cp39-manylinux1_x86_64.whl
Size 1.1 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
7b21341eab7c939214e457e24b265594067a6ad268305289148ebaf2dacef325
BLAKE2b-256 checksum
How to use checksums
6ca9020f7f74f20ec57a2859a84f23422275e42a4847fc7c18adc1a8bf8d8a5f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9

Release files / brotlipy-0.7.0-cp39-cp39-manylinux1_i686.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp39-cp39-manylinux1_i686.whl
Size 995.5 kB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
08a16ebe2ffc52f645c076f96b138f185e74e5d59b4a65e84af17d5997d82890
BLAKE2b-256 checksum
How to use checksums
41eb03d5ecd34e1095e69877a68fe8b9e4f942916ae9f7ccff1bdb90ae622bce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9

Release files / brotlipy-0.7.0-cp38-cp38-manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp38-cp38-manylinux1_x86_64.whl
Size 1.1 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4bac11c1ffba9eaa2894ec958a44e7f17778b3303c2ee9f99c39fcc511c26668
BLAKE2b-256 checksum
How to use checksums
3549e7f0647e2f2c8314c83a66bfe07527c470263d026c181881f6342313e25b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9

Release files / brotlipy-0.7.0-cp38-cp38-manylinux1_i686.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp38-cp38-manylinux1_i686.whl
Size 995.9 kB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
22a53ccebcce2425e19f99682c12be510bf27bd75c9b77a1720db63047a77554
BLAKE2b-256 checksum
How to use checksums
3cc6ea0eb1d7f5dc16b7e03d3a039475271df9f3e8b8706affdcdca71a26be15
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9

Release files / brotlipy-0.7.0-cp37-cp37m-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp37-cp37m-win_amd64.whl
Size 372.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
1379347337dc3d20b2d61456d44ccce13e0625db2611c368023b4194d5e2477f
BLAKE2b-256 checksum
How to use checksums
058dfc782a6aa2ca12f569660a397eb7dedc13ea95badafda09c78fcd051cab4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

Release files / brotlipy-0.7.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Size 929.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
5664fe14f3a613431db622172bad923096a303d3adce55536f4409c8e2eafba4
BLAKE2b-256 checksum
How to use checksums
de96dcdd08a56d8a708bcd3130b326bd15dfa045bfd163190456949c9c15d35f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp37-cp37m-macosx_10_14_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp37-cp37m-macosx_10_14_x86_64.whl
Size 389.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
4e4638b49835d567d447a2cfacec109f9a777f219f071312268b351b6839436d
BLAKE2b-256 checksum
How to use checksums
5fd3dbc8aafa09565a4946f788d8524e53772036f8f6ab280672775985b0f9d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

Release files / brotlipy-0.7.0-cp36-cp36m-win_amd64.whl

Download URL brotlipy-0.7.0-cp36-cp36m-win_amd64.whl
Size 358.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
09ec3e125d16749b31c74f021aba809541b3564e5359f8c265cbae442810b41a
BLAKE2b-256 checksum
How to use checksums
01f134edfb4429a7cd6b8ff81bdf78639c17f3a4a005c963a01d4e8483e099d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp36-cp36m-win32.whl

Download URL brotlipy-0.7.0-cp36-cp36m-win32.whl
Size 342.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2e5c64522364a9ebcdf47c5744a5ddeb3f934742d31e61ebfbbc095460b47162
BLAKE2b-256 checksum
How to use checksums
1955649f1011db720d1fc4a7cf99256d2beaea08bd06636fbf9a88859f8a683c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp36-cp36m-manylinux1_x86_64.whl

Download URL brotlipy-0.7.0-cp36-cp36m-manylinux1_x86_64.whl
Size 920.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
1ea4e578241504b58f2456a6c69952c88866c794648bdc74baee74839da61d44
BLAKE2b-256 checksum
How to use checksums
b8e6be86d2d6565fcf4bd82cca288ac1e264a50dbfa41bef86b63b5d69252fca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp36-cp36m-manylinux1_i686.whl

Download URL brotlipy-0.7.0-cp36-cp36m-manylinux1_i686.whl
Size 844.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
2699945a0a992c04fc7dc7fa2f1d0575a2c8b4b769f2874a08e8eae46bef36ae
BLAKE2b-256 checksum
How to use checksums
b303f73e18bf480de1b8b033d2f1259875727fb02a39430906b95e889985dd1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp36-cp36m-macosx_10_6_intel.whl

Download URL brotlipy-0.7.0-cp36-cp36m-macosx_10_6_intel.whl
Size 678.5 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
2a80319ae13ea8dd60ecdc4f5ccf6da3ae64787765923256b62c598c5bba4121
BLAKE2b-256 checksum
How to use checksums
7c17365232505a464b27b993f7fed99d235eb0a46a538a470d6d9a4b60b6055d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp35-cp35m-win_amd64.whl

Download URL brotlipy-0.7.0-cp35-cp35m-win_amd64.whl
Size 358.4 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
3c1d5e2cf945a46975bdb11a19257fa057b67591eb232f393d260e7246d9e571
BLAKE2b-256 checksum
How to use checksums
ed9f34289c5ef1c8805128dd7de7074de3fc83081f26dd3d9805d243fc34c753
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp35-cp35m-win32.whl

Download URL brotlipy-0.7.0-cp35-cp35m-win32.whl
Size 342.6 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
dc6c5ee0df9732a44d08edab32f8a616b769cc5a4155a12d2d010d248eb3fb07
BLAKE2b-256 checksum
How to use checksums
62792b02e6f06a21f4dcd5258491068f1c1c637863f789221edb68c2bcb60e2a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp35-cp35m-manylinux1_x86_64.whl

Download URL brotlipy-0.7.0-cp35-cp35m-manylinux1_x86_64.whl
Size 920.5 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
9448227b0df082e574c45c983fa5cd4bda7bfb11ea6b59def0940c1647be0c3c
BLAKE2b-256 checksum
How to use checksums
5ccf30c9fa63ab89340584cad3b332e63d57bc18ac48302e628666c50c5cc637
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp35-cp35m-manylinux1_i686.whl

Download URL brotlipy-0.7.0-cp35-cp35m-manylinux1_i686.whl
Size 844.1 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
7e31f7adcc5851ca06134705fcf3478210da45d35ad75ec181e1ce9ce345bb38
BLAKE2b-256 checksum
How to use checksums
edae5999b20d0dbf7bbac50f417585367dd7cd1ce4364be97d3bf48b88ebbb25
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp35-cp35m-macosx_10_6_intel.whl

Download URL brotlipy-0.7.0-cp35-cp35m-macosx_10_6_intel.whl
Size 678.5 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
07194f4768eb62a4f4ea76b6d0df6ade185e24ebd85877c351daa0a069f1111a
BLAKE2b-256 checksum
How to use checksums
f0d9446fa83d92c396cff66d4f9fc4330a74b36f8c5dc71fef1446903764f072
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp35-abi3-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp35-abi3-win_amd64.whl
Size 376.3 kB
Tags CPython 3.5 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
ac1d66c9774ee62e762750e399a0c95e93b180e96179b645f28b162b55ae8adc
BLAKE2b-256 checksum
How to use checksums
035341f17238db696c4c95019174ca5bfd2396ef379c7918ae4f6ff82529ee92
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp35-abi3-win32.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp35-abi3-win32.whl
Size 350.1 kB
Tags CPython 3.5 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
79ab3bca8dd12c17e092273484f2ac48b906de2b4828dcdf6a7d520f99646ab3
BLAKE2b-256 checksum
How to use checksums
1ddb94a242376511ce71e9758169dd11ca9cf5e8f675e12dede8fbcea644c089
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp35-abi3-manylinux2014_aarch64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp35-abi3-manylinux2014_aarch64.whl
Size 1.0 MB
Tags CPython 3.5 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
e5c549ae5928dda952463196180445c24d6fad2d73cb13bd118293aced31b771
BLAKE2b-256 checksum
How to use checksums
7d19416936acb7efa79164be7f09a95e26ba03649dcb7799254395ea2f140635
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp35-abi3-manylinux2010_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp35-abi3-manylinux2010_x86_64.whl
Size 1.1 MB
Tags CPython 3.5 Linux glibc 2.12+ x86-64 abi3
SHA-256 checksum
How to use checksums
b7cf5bb69e767a59acc3da0d199d4b5d0c9fed7bef3ffa3efa80c6f39095686b
BLAKE2b-256 checksum
How to use checksums
972e372bc34bd5741212ac884b5d88f284ba7369f848bccb9a80b458a9224576
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp35-abi3-manylinux2010_i686.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp35-abi3-manylinux2010_i686.whl
Size 995.7 kB
Tags CPython 3.5 Linux glibc 2.12+ x86-32 abi3
SHA-256 checksum
How to use checksums
8ef230ca9e168ce2b7dc173a48a0cc3d78bcdf0bd0ea7743472a317041a4768e
BLAKE2b-256 checksum
How to use checksums
a171844dc49400ff6c82b169454c03376d3cf68b01543b7e99bd502a9295a5ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp35-abi3-manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp35-abi3-manylinux1_x86_64.whl
Size 1.1 MB
Tags CPython 3.5 Linux glibc 2.5+ x86-64 abi3
SHA-256 checksum
How to use checksums
7ff18e42f51ebc9d9d77a0db33f99ad95f01dd431e4491f0eca519b90e9415a9
BLAKE2b-256 checksum
How to use checksums
b31bca5c77fe4a5b99cef24767b48254ea50ffad813407c74aa06d93089d1014
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp35-abi3-manylinux1_i686.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp35-abi3-manylinux1_i686.whl
Size 995.7 kB
Tags CPython 3.5 Linux glibc 2.5+ x86-32 abi3
SHA-256 checksum
How to use checksums
82f61506d001e626ec3a1ac8a69df11eb3555a4878599befcb672c8178befac8
BLAKE2b-256 checksum
How to use checksums
3c58998e70ed426a86f641d49c7a107eaf17de1f7e22d65b1e0b4e33deb172b9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp35-abi3-macosx_10_9_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL brotlipy-0.7.0-cp35-abi3-macosx_10_9_x86_64.whl
Size 390.7 kB
Tags CPython 3.5 abi3 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
382971a641125323e90486244d6266ffb0e1f4dd920fbdcf508d2a19acc7c3b3
BLAKE2b-256 checksum
How to use checksums
c098446b36a3517eb1b3c70d7a32b0523b8946a90db71a95be01a05cf6dd9206
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.1.0 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6

Release files / brotlipy-0.7.0-cp34-cp34m-win_amd64.whl

Download URL brotlipy-0.7.0-cp34-cp34m-win_amd64.whl
Size 353.8 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
c6cc0036b1304dd0073eec416cb2f6b9e37ac8296afd9e481cac3b1f07f9db25
BLAKE2b-256 checksum
How to use checksums
cbbd708d73ee93df1579218595c6417675f1d1403545c408fcb61278fa549eaf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp34-cp34m-win32.whl

Download URL brotlipy-0.7.0-cp34-cp34m-win32.whl
Size 345.8 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
a07647886e24e2fb2d68ca8bf3ada398eb56fd8eac46c733d4d95c64d17f743b
BLAKE2b-256 checksum
How to use checksums
5e124fc01aee265312d485eaf5ec6b2910dcfc04d486e70fbd6e0c5ac48e0c1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl

Download URL brotlipy-0.7.0-cp34-cp34m-manylinux1_x86_64.whl
Size 920.5 kB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
79aaf217072840f3e9a3b641cccc51f7fc23037496bd71e26211856b93f4b4cb
BLAKE2b-256 checksum
How to use checksums
f6fdb6a07a1e10fffaba9d77e0061a8399110fff3ddcd8c400a44730d75e8767
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp34-cp34m-manylinux1_i686.whl

Download URL brotlipy-0.7.0-cp34-cp34m-manylinux1_i686.whl
Size 844.1 kB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
0fa6088a9a87645d43d7e21e32b4a6bf8f7c3939015a50158c10972aa7f425b7
BLAKE2b-256 checksum
How to use checksums
fdd150b96cd675eafa3be44ba855902202746961eeebe8c79898247f1bdc889e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp34-cp34m-macosx_10_6_intel.whl

Download URL brotlipy-0.7.0-cp34-cp34m-macosx_10_6_intel.whl
Size 678.5 kB
Tags CPython 3.4 CPython 3.4 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
653faef61241bf8bf99d73ca7ec4baa63401ba7b2a2aa88958394869379d67c7
BLAKE2b-256 checksum
How to use checksums
d2906946a15c6d3155c34fff8d9ea4de1e89348db2dd0313981f2294b5251586
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp33-cp33m-win_amd64.whl

Download URL brotlipy-0.7.0-cp33-cp33m-win_amd64.whl
Size 353.8 kB
Tags CPython 3.3 CPython 3.3 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
3a3e56ced8b15fbbd363380344f70f3b438e0fd1fcf27b7526b6172ea950e867
BLAKE2b-256 checksum
How to use checksums
1bc34166a7c3eb7671d85bf74f9fbde895a2164c38041a8dc6493dc473616fd9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp33-cp33m-win32.whl

Download URL brotlipy-0.7.0-cp33-cp33m-win32.whl
Size 345.8 kB
Tags CPython 3.3 CPython 3.3 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
d2c1c724c4ac375feb2110f1af98ecdc0e5a8ea79d068efb5891f621a5b235cb
BLAKE2b-256 checksum
How to use checksums
d3f2f2473f263930eaf78a3ab5ab036cab5498b3f398a8128283d76220c5cd6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp33-cp33m-manylinux1_x86_64.whl

Download URL brotlipy-0.7.0-cp33-cp33m-manylinux1_x86_64.whl
Size 920.4 kB
Tags CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
0be698678a114addcf87a4b9496c552c68a2c99bf93cf8e08f5738b392e82057
BLAKE2b-256 checksum
How to use checksums
eeb147209dd45d58084b8447c653fa287b852fb180b755a12db9b0ae8b9776d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp33-cp33m-manylinux1_i686.whl

Download URL brotlipy-0.7.0-cp33-cp33m-manylinux1_i686.whl
Size 844.0 kB
Tags CPython 3.3 CPython 3.3 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
091b299bf36dd6ef7a06570dbc98c0f80a504a56c5b797f31934d2ad01ae7d17
BLAKE2b-256 checksum
How to use checksums
02bb4a03606dfb23207f9bd74f01e988196865d2c41bb54d5d0b43999b14455b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp33-cp33m-macosx_10_6_intel.whl

Download URL brotlipy-0.7.0-cp33-cp33m-macosx_10_6_intel.whl
Size 678.5 kB
Tags CPython 3.3 CPython 3.3 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
96bc59ff9b5b5552843dc67999486a220e07a0522dddd3935da05dc194fa485c
BLAKE2b-256 checksum
How to use checksums
09ca0caa76c12466c8c6cd5d38af69ecb9116399fcedb51b4cf29b109010a245
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp27-cp27mu-manylinux1_x86_64.whl

Download URL brotlipy-0.7.0-cp27-cp27mu-manylinux1_x86_64.whl
Size 919.1 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
8b39abc3256c978f575df5cd7893153277216474f303e26f0e43ba3d3969ef96
BLAKE2b-256 checksum
How to use checksums
cf9639f12999318ef1f0d01ed7d02336eb4bd88c9acd3d297d1db70a54b270ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp27-cp27mu-manylinux1_i686.whl

Download URL brotlipy-0.7.0-cp27-cp27mu-manylinux1_i686.whl
Size 845.4 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
b4c98b0d2c9c7020a524ca5bbff42027db1004c6571f8bc7b747f2b843128e7a
BLAKE2b-256 checksum
How to use checksums
cd919a2f24c255c149aded97c3b9484f480e4263f4c9476b944bf25a935a1d27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp27-cp27m-win_amd64.whl

Download URL brotlipy-0.7.0-cp27-cp27m-win_amd64.whl
Size 354.1 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
637847560d671657f993313ecc6c6c6666a936b7a925779fd044065c7bc035b9
BLAKE2b-256 checksum
How to use checksums
69da06095db7716b0753c7867df161ec6ff6d5b7b111b29f031c4de908e92199
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp27-cp27m-win32.whl

Download URL brotlipy-0.7.0-cp27-cp27m-win32.whl
Size 344.9 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
5de6f7d010b7558f72f4b061a07395c5c3fd57f0285c5af7f126a677b976a868
BLAKE2b-256 checksum
How to use checksums
55df61f8cc43d6feeb6ce96fdc395678cbe5ea6c1c0f996ddb345357c52f588c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp27-cp27m-manylinux1_x86_64.whl

Download URL brotlipy-0.7.0-cp27-cp27m-manylinux1_x86_64.whl
Size 919.1 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
fd1d1c64214af5d90014d82cee5d8141b13d44c92ada7a0c0ec0679c6f15a471
BLAKE2b-256 checksum
How to use checksums
49b468e7b207a92b987327f6f44cc8315dfe9c010dc77eb7274cee903be7213d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp27-cp27m-manylinux1_i686.whl

Download URL brotlipy-0.7.0-cp27-cp27m-manylinux1_i686.whl
Size 845.4 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
50ca336374131cfad20612f26cc43c637ac0bfd2be3361495e99270883b52962
BLAKE2b-256 checksum
How to use checksums
1e58d86d43951f2a89f3d9ed0efe789f42133b8c8b82b0b33df40eab78d48428
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / brotlipy-0.7.0-cp27-cp27m-macosx_10_6_intel.whl

Download URL brotlipy-0.7.0-cp27-cp27m-macosx_10_6_intel.whl
Size 678.4 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
af65d2699cb9f13b26ec3ba09e75e80d31ff422c03675fcb36ee4dabe588fdc2
BLAKE2b-256 checksum
How to use checksums
332ee35b99b9e66d426a83a773328a4543cfde7d4bc86934200b4e79d4a32e1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page