Metadata-Version: 2.1
Name: yamlfu
Version: 0.0.2
Summary: Report files opened while executing a command
Home-page: https://github.com/joaompinto/yamlfu
Author: João Pinto
Author-email: lamego.pinto@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: dinterpol
Requires-Dist: pyyaml
Requires-Dist: pygments

# YAML Fu

YAML Fu is a YAML templating tool

## About

This package provides a command line utility and a Python library that generate YAML content fom processing yamlfu documents.


## Install

```bash
pip3 install --user yamlfu
```

## How to use (command ine tool)
```bash
yamlfu input.yaml
```


