Skip to content

Commit bbceff9

Browse files
Merge pull request #4 from danielgtaylor/grpc
Implement basic async gRPC support
2 parents 41a96f6 + d93214e commit bbceff9

File tree

6 files changed

+322
-98
lines changed

6 files changed

+322
-98
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ rope = "*"
1313
[packages]
1414
protobuf = "*"
1515
jinja2 = "*"
16+
grpclib = "*"
1617

1718
[requires]
1819
python_version = "3.7"

Pipfile.lock

Lines changed: 63 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@ This project is heavily inspired by, and borrows functionality from:
3333
- [ ] Well-known Google types
3434
- [ ] JSON that isn't completely naive.
3535
- [ ] Async service stubs
36+
- [x] Unary-unary
37+
- [x] Server streaming response
38+
- [ ] Client streaming request
3639
- [ ] Python package
3740
- [ ] Cleanup!

0 commit comments

Comments
 (0)