-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Permission to generate stubs for Flask in typeshed #2012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think it's fine. @davidism @ThiefMaster? |
Also while we're at it, if we give you permission for Flask, this permission also holds for Jinja and Werkzeug. |
👍 seems like a good idea |
Sweet! Thanks @ThiefMaster and @untitaker! |
Sure, would be interested to see what's produced. |
@davidism @untitaker @ThiefMaster mind taking a look at pallets/itsdangerous#69? I link to the typestubs there as well as some interesting (I think) bugs found by adding types. |
I added strong types to the class that users are likely to interact with and left the rest untyped for now. This is needed to support Flask. Permission is given here - pallets/flask#2012
I added strong types to the class that users are likely to interact with and left the rest untyped for now. This is needed to support Flask. Permission is given here - pallets/flask#2012
See permission in pallets/flask#2012. Fixes #28.
Howdy,
I'd like to add stubs for Flask to https://github.com/python/typeshed, a repository used to store PEP 484 type signatures for the python stdlib and popular third party libraries. As per PEP 484, permission is required from the library owner before merging type signatures into typeshed - https://www.python.org/dev/peps/pep-0484/#the-typeshed-repo
Here's the corresponding typeshed issue -
python/typeshed#28
The text was updated successfully, but these errors were encountered: