hpyproject / hpy

HPy: a better API for Python
https://hpyproject.org
MIT License
1.02k stars 52 forks source link

Automatically generated table listing top4000-pypi-packages and their status regarding HPy #422

Open paugier opened 1 year ago

paugier commented 1 year ago

To communicate on HPy, it would be great to have few automatically generated tables listing the packages in https://github.com/hpyproject/top4000-pypi-packages and giving information about their HPy port.

For each packages, it would be interesting to have:

Such tables would be interesting to evaluate the maturity of HPy (what can be done with the API) and the way to go until a satisfying state in terms of HPy transition. We can have nice tables with a lot of red at the beginning and more and more yellow/green when new versions of HPy will be released and when packages will be ported to HPy.

Interestingly, I guess that with a bit of discussion about what to look for in C files, this is a quite easy task for a Python developer without strong skills in C.