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.

贡献者指南