cuery.templates =============== .. py:module:: cuery.templates .. autoapi-nested-parse:: Jinja templates for common tasks in cuery. Functions --------- .. autoapisummary:: cuery.templates.resource_path cuery.templates.load_template cuery.templates.prompt_with_template Package Contents ---------------- .. py:function:: resource_path(relpath) Get the absolute path to a resource file within the cuery package. .. py:function:: load_template(name) Load a template from a local, relative resource path. .. py:function:: prompt_with_template(prompt, template, separator = '\n', params = None) Get a prompt with the chosen template appended.