google/brotli

Python cffi bindings

Open

#772 geöffnet am 31. Aug. 2019

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1.237 Forks)batch import
help wanted

Repository-Metriken

Stars
 (12.671 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 15h) (1 gemergte PR in 30 T)

Beschreibung

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.

Contributor Guide