spiraldb / ziggy-pydust

A toolkit for building Python extensions in Zig.
https://pydust.fulcrum.so/
Apache License 2.0
415 stars 18 forks source link

Added py.typed to make autocomplete work #306

Closed isFakeAccount closed 8 months ago

isFakeAccount commented 8 months ago

The library is typed hinted which is great. However, the py.typed was missing which makes editors like VSCode think that library is not type hinted.