Metadata-Version: 2.1
Name: template-formatter
Version: 1.3.0
Summary: Wrapper to jinja2 template system
Home-page: https://github.com/Koldar/template-formatter.git
Author: Massimo Bono
Author-email: massimobono1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: altgraph
Requires-Dist: future
Requires-Dist: Jinja2
Requires-Dist: MarkupSafe
Requires-Dist: pefile
Requires-Dist: pywin32-ctypes
Requires-Dist: semver
Requires-Dist: toml

# Intoduction #

This project allows you to gnerate a file from a jinja2 template file

# Installation

```
pip install -i https://test.pypi.org/simple/ template-formatter
```

# Usage

This executable allows to customize templated strings or file according some criterion.
I have intended this application to be just a wrapper to jinja2. However, you can also pass a string
to the program according to other template syntaxes (e.g., f-strings or python `format`).

See the tests for usages of this program.

# For the developer

```
pip install -i https://test.pypi.org/simple/ pmake
pmake build install 
```

