Metadata-Version: 2.4
Name: tofuref
Version: 0.3.0
Summary: A terminal application to browse OpenTofu provider documentation.
Project-URL: Homepage, https://github.com/DJetelina/tofuref
Project-URL: Repository, https://github.com/DJetelina/tofuref.git
Project-URL: Issues, https://github.com/DJetelina/tofuref/issues
Author: David Jetelina
License-Expression: MIT
Keywords: cli,infra,opentofu,platform,sre,terraform,tofu,tool
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Requires-Dist: httpx>=0.28.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: textual>=3.1.1
Description-Content-Type: text/markdown

# tofuref

![PyPI - Version](https://img.shields.io/pypi/v/tofuref)
![PyPI - License](https://img.shields.io/pypi/l/tofuref)
![PyPI - Downloads](https://img.shields.io/pypi/dm/tofuref)
![GitHub Repo stars](https://img.shields.io/github/stars/DJetelina/tofuref?style=flat&logo=github)
[![Matrix](https://img.shields.io/matrix/tofuref%3Ajtl.vision?server_fqdn=jtl.vision&logo=matrix)](https://matrix.to/#/#tofuref:jtl.vision)

A terminal application to browse OpenTofu provider documentation.

![Screenshot](https://github.com/djetelina/tofuref/blob/main/screenshots/welcome.png?raw=true)

## Installation

```bash
pipx install tofuref
```

## Usage

Run the application:

```bash
tofuref
```

## Upgrade

```bash
pipx upgrade tofuref
```
