You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PEP 561 has a lot of best practices when we talk about the distribution and packaging type Information in a Python application.
A very simple good practice is to add a py.typed file in the project directory.
This makes it possible not to have stub files and to embed the typing directly in the .py files
The text was updated successfully, but these errors were encountered:
The PEP 561 has a lot of best practices when we talk about the distribution and packaging type Information in a Python application.
A very simple good practice is to add a
py.typed
file in the project directory.This makes it possible not to have stub files and to embed the typing directly in the
.py
filesThe text was updated successfully, but these errors were encountered: