pulumi/sdk
Matt Ellis 6f386567f6 Don't install the just built package into user's site-packages
We do all our work in a virtualenv and across repositories we now
consume dependencies via pypi (also installed in a virtualenv) so best
case install into the user site packages wastes time and maybe prints
some warnings and worse case it clobbers something they've installed
for real.
2019-02-01 15:49:36 -08:00
..
go Add support for explicit delete-before-replace (#2415) 2019-01-31 14:27:53 -08:00
nodejs Break out Resource and Output into their own files (#2420) 2019-01-31 18:08:17 -08:00
proto Add support for explicit delete-before-replace (#2415) 2019-01-31 14:27:53 -08:00
python Don't install the just built package into user's site-packages 2019-02-01 15:49:36 -08:00
README.md Update stale README 2018-06-30 09:55:12 -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/.