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
I started to generate stubs for PyMySQL, which I uploaded to this repo.
I want to commit all this as third party stubs to the typeshed repo as I stated it in an issue there. According to the guidelines of typeshed and PEP484 respectively, the official permission from the regarding project for which the stubs are generated is necessary.
So, does the PyMySQL project agree that stubs generated for this project are published as third party stubs as part of the typeshed project?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
connect should be defined as function which signature is same to Connect. Connect is only for backward compatibility. connect is standard (defined in DB-API 2.0) API.
I started to generate stubs for PyMySQL, which I uploaded to this repo.
I want to commit all this as third party stubs to the typeshed repo as I stated it in an issue there. According to the guidelines of typeshed and PEP484 respectively, the official permission from the regarding project for which the stubs are generated is necessary.
So, does the PyMySQL project agree that stubs generated for this project are published as third party stubs as part of the typeshed project?
Thanks in advance!
The text was updated successfully, but these errors were encountered: