Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from brotlipy to brotlicffi for PyPy support #2117

Merged
merged 1 commit into from Dec 2, 2020
Merged

Switch from brotlipy to brotlicffi for PyPy support #2117

merged 1 commit into from Dec 2, 2020

Conversation

sethmlarson
Copy link
Contributor

brotlipy has been renamed to brotlicffi to no longer conflict with the import namespace brotli and now guarantees the same API as Google's C bindings.

This example project shows how to use the brotlicffi library: https://github.com/python-hyper/brotlicffi/tree/master/example

@anthrotype
Copy link
Member

Thank you!

@anthrotype anthrotype merged commit 4e6ac45 into fonttools:master Dec 2, 2020
@sethmlarson sethmlarson deleted the brotli branch December 2, 2020 12:31
anthrotype added a commit that referenced this pull request Oct 19, 2021
brotlipy was renamed to brotlicffi, we changed imports and setup.py'
s install_requires in #2117 but forgot to update the requirements.txt file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants