pulumi/sdk/python
Fraser Waters 920e928886 Fix the go_package option on the .proto files
This doesn't really effect anything with our current usage, but if we
ever put proto files in another package and try to import the current
set it wouldn't actually be able to find them.

I noticed this while working on
https://github.com/pulumi/pulumi/pull/10792 where I added a new
"pulumirpc.engine" package. The proto file could refer to things like
"pulumirpc.PluginDependency" but the go code then tried to import it
like `_go "github.com/pulumi/pulumi/v3/proto/go/pulumirpc"` which isn't
actually the correct import path (missing the sdk folder part, and there
isn't acutally a folder called pulumirpc).
2022-09-20 09:31:03 +01:00
..
cmd fix: handle exception for main not found in python (#10617) 2022-09-07 08:42:38 -07:00
dist Fix windows build 2020-12-07 15:58:30 -08:00
lib Fix the go_package option on the .proto files 2022-09-20 09:31:03 +01:00
scripts ci: divide and conquer integration tests by sdk and package group 2022-03-04 18:08:23 -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 fix(sdk/python): Makes SETTINGS attributes context-aware (#10402) 2022-08-23 13:45:37 -04:00
Makefile ci: Enable robust retries on tests 2022-09-14 12:19:09 -07:00
mypy.ini Support deeply nested protobuf objects in python (#10284) 2022-07-29 16:17:09 +01:00
python.go Fix python overriding PATH on Windows (#10236) 2022-07-25 11:52:17 +01:00
python_test.go Fix python overriding PATH on Windows (#10236) 2022-07-25 11:52:17 +01:00
requirements.txt pinned pylint==2.14.5 (#10507) 2022-08-26 17:25:05 -04: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