google/brotli

Python cffi bindings

Open

#772 建立於 2019年8月31日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)TypeScript (1,237 fork)batch import
help wanted

倉庫指標

Star
 (12,671 star)
PR 合併指標
 (平均合併 9天 15小時) (30 天內合併 1 個 PR)

描述

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.

貢獻者指南