google/brotli

Python cffi bindings

Open

#772 aberto em 31 de ago. de 2019

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (1.237 forks)batch import
help wanted

Métricas do repositório

Stars
 (12.671 stars)
Métricas de merge de PR
 (Mesclagem média 9d 15h) (1 fundiu PR em 30d)

Description

It would be handy to have pure c cffi python bindings that don't require c++ for use on both embedded systems that don't build a c++ toolchain and for pypy which performs best using cffi instead of cpython extensions. The unmaintained brotlipy fork has cffi bindings that could be adapted for this project as a build option.

Guia do colaborador