google/brotli

Python cffi bindings

Open

#772 aperta il 31 ago 2019

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)TypeScript (1237 fork)batch import
help wanted

Metriche repository

Star
 (12.671 star)
Metriche merge PR
 (Merge medio 41g 20h) (10 PR mergiate in 30 g)

Descrizione

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.

Guida contributor