Metadata-Version: 2.1
Name: conforge
Version: 2.0.1
Summary: A tool for generating config files from given templates and variables.
License: GPL-3.0-only
Author: ScriptHoodie
Author-email: dev@scripthoodie.dev
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Project-URL: Homepage, https://codeberg.org/scripthoodie/conforge
Project-URL: Issues, https://codeberg.org/scripthoodie/conforge/issues
Description-Content-Type: text/markdown

# Conforge

A tool for generating config files from given templates and variables.

## Installation & Usage

Conforge is available in the Python Package Index (PyPI) and you can use the below command to install it using `pipx`.

```shell
$ pipx install conforge
```

Run Conforge using the below command.

```shell
$ conforge -t yaml conforge.yml
```

You can also run Conforge using Docker. Refer to the [wiki page](https://codeberg.org/scripthoodie/conforge/wiki/Installation#installation-usage) for detailed instructions on installation and usage.

## License

Conforge is licensed under the terms of GPL version 3.0. See the [LICENSE](https://codeberg.org/scripthoodie/conforge/src/branch/main/LICENSE) file for details.
