pulumi/sdk/python
Justin Van Patten 043c42b336
Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593)
Current/older versions of the Python language host cannot read `pulumiplugin.json` without returning an error. This hasn't been a problem because none of our packages have included the file. However, we're going to start including this file by default in packages. To avoid this error on older CLIs, we'll use a different file name. And since we're introducing the use of this file in the .NET and Go language hosts, we'll use the new name for these languages as well for consistency.
2021-12-15 10:41:44 -08:00
..
cmd Use `pulumi-plugin.json` rather than `pulumiplugin.json` (#8593) 2021-12-15 10:41:44 -08:00
dist Fix windows build 2020-12-07 15:58:30 -08:00
lib [sdk/python] Avoid 'referenced before assignment' error (#7135) 2021-11-16 13:57:09 -08:00
stubs Fix bug in semver usage by enabling typechecking (#6833) 2021-04-21 15:48:57 -04:00
.gitignore Replace the use of pipenv with Python's venv (#8548) 2021-12-07 07:59:07 -08:00
.pylintrc Support remote components in Python (#5375) 2020-09-30 14:09:20 -07:00
Makefile Use $(PYTHON) for makefile (#8564) 2021-12-08 13:39:39 -08:00
mypy.ini Fix bug in semver usage by enabling typechecking (#6833) 2021-04-21 15:48:57 -04:00
python.go Include package host version in about 2021-08-20 19:38:51 -07:00
python_test.go Update pip/setuptools/wheel in virtual environment (#5042) 2020-07-23 13:33:09 -07:00
requirements.txt Replace the use of pipenv with Python's venv (#8548) 2021-12-07 07:59:07 -08:00
shim_unix.go Fix lint (#7915) 2021-09-07 16:41:17 -04:00
shim_windows.go Add copyright notice 2020-12-07 14:17:45 -08:00