Metadata-Version: 2.4
Name: interpolation-engine
Version: 0.0.1
Summary: A String Interpolation Automaton
Author: Till Falko Hofmann
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: json5
Requires-Dist: openai
Requires-Dist: prompt_toolkit
Requires-Dist: pydantic
Dynamic: license-file

Interpolation Engine is a CLI tool to execute *programs* defined by JSON5 files.

**Why JSON5?** Valid *programs* are a subset of JSON5. JSON is unambiguous, easy to parse, fast to parse, and easy to write for experienced programmers. It is can express the nested structures that Interpolation Engine requires. I use JSON5 because I want comments, trailing commas, and optional quotes for keys.
