pulumi/sdk
Justin Van Patten 16926504c1
Allow `pulumi.export` calls from unit tests (#4518)
This change allows importing modules with calls to `pulumi.export` in unit tests. Previously, you'd have to structure the Python program in a way that avoids the `pulumi.export` from being called from unit tests.
2020-04-29 10:03:20 -07:00
..
dotnet Updating .NET references 2020-04-27 12:42:11 -07:00
go Fix infinite recursion bug for Go SDK (#4516) 2020-04-28 18:10:07 -06:00
nodejs remove unneeded types 2020-04-23 17:58:17 -07:00
proto Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
python Allow `pulumi.export` calls from unit tests (#4518) 2020-04-29 10:03:20 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
go.sum Reimplement getRequiredPlugins for go sdk (#4297) 2020-04-06 12:30:40 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.