google/brotli

Python cffi bindings

オープン

#772 opened on 2019/08/31

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (1,237 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (12,671 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド