mirror of https://github.com/pulumi/pulumi.git
12 lines
351 B
Markdown
12 lines
351 B
Markdown
# Pulumi Language SDKs
|
|
|
|
This directory contains Pulumi SDKs for the following languages:
|
|
|
|
* [Node.js](./nodejs)
|
|
* [Python](./python)
|
|
* [Go](./go)
|
|
|
|
See the respective `README`s for information about installing and using these libraries.
|
|
|
|
The language providers work by implementing gRPC interfaces defined in the top level directory [proto](../proto).
|