uber/h3-py

Example repo for a cython package that cimports h3-py

Ouverte

#373 ouverte le 19 mai 2024

 (2 commentaires) (0 réaction) (0 personne assignée)Python (142 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (1 021 étoiles)
Métriques de merge PR
 (Merge moyen 24j 19h) (3 PRs mergées en 30 j)

Description

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.

Guide contributeur