-
Notifications
You must be signed in to change notification settings - Fork 41
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
Why not typeshed? #14
Comments
Basically these stubs were started before typeshed releases were disconnected from type checker releases, so by having the types in their own package, it is/was easier to get updates through |
Ok, if this problem is fixed, would you consider submitting it to typeshed? That would also bring much more visibility to your project. |
Currently these types are pretty incomplete so they would need to be fleshed out more before submission |
It looks like this can be closed? The author is very responsive to bug reports, and I fear within typeshed it may not be as awesome. |
IMHO, I can't see why the project wouldn't be followed if it's in typeshed. Being in typeshed only means it's available to a wider audience and is better integrated in checkers like mypy. |
Isn't typeshed deprecated? http://mypy-lang.blogspot.com/2021/05/the-upcoming-switch-to-modular-typeshed.html |
I can't see how it is deprecated. stub_uploader uploads stuff from typeshed repository to separate pypi packages. Your page only mentions reading pypi, which is not incompatible with using the typeshed repository. |
Typeshed links to PEP561 which says:
|
The typeshed repository is certainly the right place where to put those types. Why not submitting the project to them?
The text was updated successfully, but these errors were encountered: