mirror of https://github.com/pulumi/pulumi.git
15 lines
447 B
Markdown
15 lines
447 B
Markdown
# Pulumi Language SDKs
|
|
|
|
This directory contains the Pulumi SDKs for all supported languages.
|
|
|
|
Please see the respective `README`s for information about installing and using these libraries:
|
|
|
|
* [Node.js](./nodejs)
|
|
* [Python](./python)
|
|
* [Go](./go)
|
|
* [.NET](./dotnet)
|
|
|
|
The language providers work by implementing gRPC interfaces defined in [proto/](./proto/).
|
|
|
|
Common models and utils shared by the SDKs and CLI are located in [pulumi/](./pulumi/).
|