Metadata-Version: 2.4
Name: json2any
Version: 0.1.2
Summary: JSON template generator
Author-email: Maciej Matuszak <maciej.matuszak@gmail.com>
License-Expression: MIT
Requires-Python: >=3.8
Requires-Dist: json2any-plugin>=0.1.1
Requires-Dist: jsonpath-ng>=1.7.0
Requires-Dist: marshmallow-dataclass>=8.7.1
Requires-Dist: marshmallow-jsonschema>=0.13.0
Requires-Dist: marshmallow>=3.22.0
Requires-Dist: setuptools>=75.3.2
Description-Content-Type: text/markdown

# Introduction

`json2Any` is highly customisable command line utility for text/code generation.

# Features

* Multi template execution
* Jinja2 template engine behind scene
* data query capability
* Multiple data sources
* Flexible data source mapping
* Easily bring in your own data format
* Easily bring in your own template loader
* Easily bring in your own helper function