Metadata-Version: 2.1
Name: terraform-binary-wheel
Version: 1.2.1.a1
Summary: Python wrapper around invoking terraform (https://www.terraform.io/)
Home-Page: https://github.com/c0m1c5an5/terraform-py
Author: Maksym Kondratenko
Author-Email: m.kondratenko.ua@gmail.com
License-File: LICENSE
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Requires-Python: >=2
Description-Content-Type: text/markdown

[![SWUbanner]][SWUdocs]

# terraform-binary-wheel

A python wrapper to provide a pip-installable [terraform](https://www.terraform.io/) binary.

Internally this package provides a convenient way to download the pre-built terraform binary for your particular platform.

### Installation

```bash
pip install terraform-binary-wheel
```

### Usage

After installation, the `terraform` binary should be available in your environment (or `terraform.exe` on windows).

[SWUbanner]:
https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct-single.svg
[SWUdocs]:
https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md
