pulumi/sdk
Paul Roberts a2a63fa024 Add `blocking_call` to the pulumi python api
This allows a python program to make a blocking call (e.g.
a `requests.get` or a `subprocess.check_output`) without preventing the
main thread's event loop from pumping events.
2024-03-06 17:59:57 -08:00
..
go do a case insentitive PATH check on windows (#15587) 2024-03-05 12:23:25 +00:00
nodejs Fix side-by-side tests (#15595) 2024-03-05 13:50:45 +00:00
proto/go Clean up unused import warnings (#15581) 2024-03-04 13:01:25 +00:00
python Add `blocking_call` to the pulumi python api 2024-03-06 17:59:57 -08:00
.version Prepare for v3.109.0 release (#15610) 2024-03-06 22:21:07 +00:00
README.md Cleanup sdk/README.md 2023-01-03 17:12:12 -05:00
go.mod Go SDK transform support (#15355) 2024-02-27 13:00:45 +00:00
go.sum Go SDK transform support (#15355) 2024-02-27 13:00:45 +00:00
version.go Move .version to /sdk and embed it (#15185) 2024-01-19 14:11:17 +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.