typeshed
typeshed copied to clipboard
Collection of library stubs for Python, with static types
Release: https://pypi.org/pypi/zstd/1.5.7.1 Homepage: https://github.com/sergey-dryabzhinsky/python-zstd Repository: https://github.com/sergey-dryabzhinsky/python-zstd Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/zstd Diff: https://github.com/sergey-dryabzhinsky/python-zstd/compare/v1.5.7.0...v1.5.7.1 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 456. - Total...
Porting over from [Tatsh/yt-dlp-types](https://github.com/Tatsh/yt-dlp-types). Upstream is unlikely to have full types any time soon. Though it may seem like an insular project, there is utility in using yt-dlp outside as...
In #14129 I made an error in definition of some protocols: inheriting from a class defining a protocol is not enough, they should inherit from `Protocol` as well.
The changed functions are implemented using numpy ufuncs and so they return numpy scalars instead of python scalars. I checked each function individually in an interactive console to get its...
Replace with `typing_extensions.{Reader,Writer}` in stdlib