Auto generated python package for Terraform Plugin RPC protocol
Project description
inmanta-tfplugin
This package contains the generated python package for Terraform Plugin RPC protocol
At inmanta, this is used by the terraform module, it was originally packaged in the module's plugins but we had to move it out because of an incompatibility between the agent file loading mechanism (inmanta-core#2205 and inmanta-core#2323) and the protobuf library: https://github.com/protocolbuffers/protobuf/issues/9535
How to use
import grpc
import inmanta_tfplugin.tfplugin5_pb2
import inmanta_tfplugin.tfplugin5_pb2_grpc
proto_addr = ""
channel = grpc.insecure_channel(proto_addr)
stub = inmanta_tfplugin.tfplugin5_pb2_grpc.ProviderStub(channel)
A more complete usage example can be found in inmanta's terraform module.
Package versioning
major
: Major version of the source protobuf file used to generate the package.minor
: Minor version of the source protobuf file used to generate the package.patch
: Up to us, in case we want to re-release a generated package with a higher version.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
inmanta-tfplugin-5.2.0.tar.gz
(15.7 kB
view details)
File details
Details for the file inmanta-tfplugin-5.2.0.tar.gz
.
File metadata
- Download URL: inmanta-tfplugin-5.2.0.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1649d3f6072d6bfcc9754460cc3a4ee8b463b9bece565bc68b671e8cb26e843f |
|
MD5 | 492c7d8a6675b386b171a930e81917a3 |
|
BLAKE2b-256 | 730c3b8abb9ad78802463b8576688ed8dda3f824e6d3238ee7353190e9602b09 |