brotlicffi icon indicating copy to clipboard operation
brotlicffi copied to clipboard

Python bindings to the Brotli compression library

Results 15 brotlicffi issues
Sort by recently updated
recently updated
newest added

Python 3.7 is the currently the oldest supported version: https://endoflife.date/python However, the setup.py, tox.ini (and maybe other locations) in this project have code for older end of life versions, e.g.:...

Hi, I'm looking for installing brotlicffi on Macos 11.6 and I just figured out that the wheels for Macos are missing for both Python 3.8 and 3.9 but were available...

Can't build brotli 1.0.9 on Windows + Python 2.7 due to https://github.com/google/brotli/issues/848, will fix this once the linked issue is addressed.

Need to call `BrotliCompressorTakeOutput` during compression stage

bug

There seems to be something preventing brotlipy from working on my machine: ```bash $ pip --version pip 19.0.1 $ virtualenv -p $(which python3.7) venv $ source venv/bin/activate $ python --version...

Expected Behavior: The package should compile and install. Actual Behavior: It appears that libstdc++ is removed from XCode 10 in favor of libc++ (which has been deprecated by Apple for...

When I test sdist from PyPI it always fails: ``` ImportError while loading conftest '$(BUILDDIR)/test/conftest.py'. test/conftest.py:11: in os.path.join(TEST_DATA_DIR, p) for p in os.listdir(TEST_DATA_DIR) E FileNotFoundError: [Errno 2] No such file...

Hello there! I want to determine the memory consumption when building a brotli.Compressor object utilizing the highest dictionary level (i.e. 11) and an empty dictionary (i.e. b"") for a float16...

```console $ pip install brotlipy Collecting brotlipy Using cached brotlipy-0.7.0.tar.gz (413 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing...