uber/h3-py

Example repo for a cython package that cimports h3-py

開放

#373 建立於 2024年5月19日

 (2 則留言) (0 個反應) (0 位負責人)Python (142 個分叉)github user discovery
help wanted

倉庫指標

星標
 (1,021 顆星)
PR 合併指標
 (平均合併 24天 19小時) (30 天內合併 3 個 PR)

描述

I think it would be helpful to provide a demo repository for setting up a Python package that cimports the Cython bits of h3-py. We have an example of doing this for a single file in https://github.com/uber/h3-py/blob/master/tests/test_cython/cython_example.pyx

Having an example for a package would help users who want to write fast Cython code with h3 functions outside of the main h3-py repo.

貢獻者指南