pulumi/sdk/python/lib
Aaron Friel 091d953bb4 Adds `pulumi package new`
This command adds a new plugin type, Boilerplate, which takes a name and config
(of unspecified format) and is expected to generate a new Pulumi package, i.e.:
a provider.

A working implementation of the Boilerplate provider is implemented in
pulumi/ci-mgmt#457. Using this command with the following configuration, a user
can generate a working Pulumi provider binary in a single command. As the
boilerplate is implemented as a plugin, it can be updated independently of the
Pulumi CLI, versioned, and programmatically shim bridged providers.

```yaml
module: github.com/pulumi/pulumi-porkbun
providerTitle: "Porkbun"
publisher: "Pulumi"
homepage: "https://www.pulumi.com/"
logoURL: ""
major-version: 0

upstreamOrg: cullenmcdermott
upstreamRepo: terraform-provider-porkbun

sdks:
  nodejs: "@pulumi/porkbun"
  python: pulumi_porkbun
  dotnet: Pulumi.Porkbun
  # Include the major version here, i.e.: sdk/v4 or just sdk for v0 and v1
  go: github.com/pulumi/pulumi-porkbun/sdk
```
2023-11-12 17:55:01 -08:00
..
pulumi Adds `pulumi package new` 2023-11-12 17:55:01 -08:00
test [sdk/python] Fix error on empty invoke returns (#14470) 2023-11-01 17:47:23 +00:00
test_with_mocks [sdk/{nodejs,python}] Fix errors when testing remote components with mocks (#8053) 2021-09-24 06:08:13 -07:00
setup.py Fix traceback diagnostic from being printed when using Python dynamic providers (#14474) 2023-11-01 22:19:37 +00:00