{"library":"py3o-template","title":"Py3o Template","description":"An easy solution to design reports using LibreOffice templates (ODT/ODS) and Python. Current version 0.10.0, with releases approximately yearly.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install py3o-template"],"cli":null},"imports":["from py3o.template import Template"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from py3o.template import Template\n\n# Load an ODT template file\nt = Template(template_path='my_template.odt', out_path='my_output.odt')\n\n# Set data\nmy_data = {'name': 'John Doe', 'age': 30}\nt.set(my_data)\n\n# Render the output\nt.render()\n","lang":"python","description":"Basic usage: load a LibreOffice template, set variables, render.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}