Python Terraform Provider framework
Project description
Python TF Plugin Framework
This package acts as an interface for writing a Terraform/OpenTofu ("TF") provider in Python. This package frees you of the toil of interfacing with the TF type system, implementing the Go Plugin Protocol, implementing the TF Plugin Protocol, and unbundling compound API calls.
Instead, you can simply implement Create, Read, Update, and Delete operations using idiomatic Python for each of the resource types you want to support.
- Documentation is available at https://python-tf.readthedocs.io
- Source Code is available at https://github.com/hfern/tf
Installation
This package is available on PyPI, and can be installed using pip.
pip install tf
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tf-1.1.0.tar.gz.
File metadata
- Download URL: tf-1.1.0.tar.gz
- Upload date:
- Size: 49.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.11 Linux/6.12.10-76061203-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ae9cb641deb72084097f0aa19afc19f90fb1899bf477709f9f695f8a63c60c0
|
|
| MD5 |
51c6709b8bc425c005a55af8265a9fe7
|
|
| BLAKE2b-256 |
73232a9e5ce382375064de0903404120ca43af786e64ad8f4e0c509bf8cbdde6
|
File details
Details for the file tf-1.1.0-py3-none-any.whl.
File metadata
- Download URL: tf-1.1.0-py3-none-any.whl
- Upload date:
- Size: 60.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.11.11 Linux/6.12.10-76061203-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8ce99931b25557b77a9aab7b6fe2958dc3bf5062c63fdcbc0359384b769d13a
|
|
| MD5 |
a6448b16549864cccce1b3e62e483ca1
|
|
| BLAKE2b-256 |
a307fee32a16de23ff0862fae7ebb369c49d149c62777487306559c8bf6a6428
|