issues
search
shabbyrobe
/
grpc-stubs
gRPC typing stubs for Python
MIT License
36
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix ClientInterceptor stubs
#54
RobinMcCorkell
opened
10 hours ago
0
The call-iterator concept is also an iterator
#53
macro1
opened
7 months ago
0
Fixing typing for namespaced aio import
#52
macro1
closed
11 months ago
3
Accept any Iterable for service_names
#51
dimo414
closed
1 year ago
0
`CallIterator` is missing `__next__` method
#50
bkeryan
opened
1 year ago
0
Type hints for abstract base classes are missing `abc.ABC`
#49
bkeryan
opened
1 year ago
0
`ServerInterceptor.intercept_service` return type doesn't match continuation return type
#48
bkeryan
closed
7 months ago
2
intercept_stream_stream in grpc.aio incorrectly marked as a coroutine
#47
arvidfm
opened
1 year ago
2
Wrong type hints for continuation in streaming interceptors
#46
arvidfm
closed
1 year ago
1
Update timeout to float
#45
Dreamsorcerer
closed
1 year ago
0
Make UnaryMultiCallable timeout a float
#44
snuderl
closed
11 months ago
0
Fix return type from intercept_service
#43
mahlberg
closed
1 year ago
1
Fix UnaryStreamMultiCallable and StreamStreamMultiCallable Future/Call
#42
shabbyrobe
opened
1 year ago
0
The object returned from `UnaryStreamMultiCallable` and `StreamStreamMultiCallable` should also be a `Future`
#41
bkeryan
opened
1 year ago
2
Try to revive old health service addition
#40
shabbyrobe
opened
1 year ago
0
Add support to reflection for aio server
#39
shabbyrobe
closed
1 year ago
0
enable_server_reflection should allow aio server instances
#38
jeffsawatzky
closed
1 year ago
0
pypi version 1.53.0.1
#37
domsj
closed
1 year ago
1
Add missing types to aio
#36
shabbyrobe
closed
1 year ago
0
The partial typing of the aio.pyi module causes an error
#35
Roktober
closed
1 year ago
4
Sweep grpc module for differences
#34
shabbyrobe
closed
1 year ago
0
Add partial aio typing stubs
#33
RobinMcCorkell
closed
1 year ago
9
Fix and refactor imports
#32
mirkolenz
closed
1 year ago
3
Missing grpc StatusCode
#31
HawkeyeCov
closed
2 years ago
1
Typing of HealthServicer.set
#30
jonyscathe
opened
2 years ago
6
Added missing grpc.health.v1 stubs
#29
LiamAttClarke
closed
2 years ago
4
Fix the `method` property on the HandlerCallDetails
#28
jeffsawatzky
closed
2 years ago
3
can mypy be optional dependency?
#27
jizhilong
closed
2 years ago
2
No stubs for client stubs?
#26
LanDinh
closed
2 years ago
5
Fix aio with `Any`s
#25
slessans
closed
2 years ago
2
Fix request iterator type
#24
ilianovoselov-foodpairing
closed
3 years ago
2
server() expects list of ServerInterceptor
#23
jyggen
closed
3 years ago
1
No stubs for `aio`
#22
damodar-anthem
closed
1 year ago
9
Add stubs for more channel credentials
#21
timw
closed
3 years ago
1
Make CallFuture `Awaitable`
#20
slessans
closed
3 years ago
3
Only require typing_extensions on Python 3.7 and older
#19
gitpushdashf
closed
3 years ago
5
Distribution doesn't include py.typed files.
#18
asford
closed
3 years ago
2
Revert "Add stubs for grpc.aio"
#17
shabbyrobe
closed
3 years ago
0
Publish new version
#16
KapJI
closed
3 years ago
1
Trying to resolve errors with aio package
#15
shabbyrobe
closed
2 years ago
0
Call and ServicerContext should each extend RpcContext
#14
MHDante
closed
3 years ago
5
Add stubs for grpc.aio
#13
ColdrickSotK
closed
3 years ago
2
Fix the return type of composite_channel_credentials
#12
dalazx
closed
3 years ago
1
Convert all timeouts in grpc-stubs to float
#11
MHDante
closed
3 years ago
1
Update CallIterator.__iter__() return type
#10
MHDante
closed
3 years ago
2
Update ServicerContext abort methods to `NoReturn`
#9
mintchkin
closed
3 years ago
1
Make it works with mypy in python 2.7
#8
Evgenus
closed
3 years ago
6
Replace Tuple with Sequence for the _Options type
#7
bradleyharden
closed
3 years ago
2
Argument `grace` of Server.stop() should be Optional[float]
#6
adriansahlman
closed
4 years ago
1
Add stubs for grpc-channelz, grpc-reflection, grpc-health
#5
wwuck
closed
4 years ago
1
Next