pulumi/sdk
Matt Ellis 32ac67e6bc Remove the need for pandoc during the build
We had been using `pandoc` to convert our README.md into a README.rst
for use with `setup.py` and the python package ecosystem. It turns out
that we can use markdown if we set a content type. So let's do that
and make things a little simpler.

While I was in the area, I made the encoding of UTF-8 explicit when
opening README.md.
2019-09-09 11:15:42 -07:00
..
go Do not resolve missing outputs to inputs in preview. (#3014) 2019-08-05 12:44:04 -07:00
nodejs Update baseline for a previously failing test 2019-08-28 13:18:28 -07:00
proto Allow users to explicitly disable delete-before-replace. (#3118) 2019-08-20 15:51:02 -07:00
python Remove the need for pandoc during the build 2019-09-09 11:15:42 -07:00
README.md Update stale README 2018-06-30 09:55:12 -07:00

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/.