{ "info": { "author": "carbolymer", "author_email": "carbolymer@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: System :: Software Distribution", "Topic :: System :: Systems Administration" ], "description": "# ynj\n\nCompile [Jinja](http://jinja.pocoo.org/) templates using [YAML](https://yaml.org/) variables!\n\n\n## Installation\n```\npip install ynj\n```\n\n## Usage\n\nTo use `ynj` you need yaml file with the variables, and a jinja template.\nAn example `values.yml` file:\n```\n ---\n name: John\n surname: Collins\n jobs:\n - name: \"Python developer\"\n technologies: [Pyton, SQL]\n - name: \"Database administrator\"\n technologies: [PostgreSQL, Oracle]\n```\nA sample template:\n```\n