pulumi/sdk
Fraser Waters d3770f7aaf Enable type checking in some inner functions
A couple of the inner functions (`do_call`, `do_register`) weren't being
type checked (mypy doesn't type check unannotated functions:
https://mypy.readthedocs.io/en/stable/common_issues.html#no-errors-reported-for-obviously-wrong-code).

This adds annotations for those functions and then fixes up _all_ the
type errors that fell out from that.
2023-02-07 21:17:24 +00:00
..
go Merge #12001 #12025 2023-02-04 04:42:00 +00:00
nodejs Merge #11881 #11950 2023-01-24 09:14:49 +00:00
proto Update Go gRPC, require impl to embed UnimplementedXServer 2023-01-05 18:00:16 -08:00
python Enable type checking in some inner functions 2023-02-07 21:17:24 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Tidy go mods after go-git upgrade 2023-02-02 16:56:51 +00:00
go.sum Tidy go mods after go-git upgrade 2023-02-02 16:56:51 +00:00

README.md

Pulumi Language SDKs

This directory contains Pulumi SDKs for the following languages:

See the respective READMEs for information about installing and using these libraries.

The language providers work by implementing gRPC interfaces defined in the top level directory proto.