Skip to main content

Conveniences for rendering text files from pyratemp templates and json or yaml var files

Project description

Conveniences for rendering text files from pyratemp templates and json or yaml var files

See pyratemp for template syntax.

ptrender

ptrender 0.0.2

Use json or yaml var_files to render template_file to an adjacent
file with the same name but the extension stripped

Usage:
    ptrender [SWITCHES] template_file var_files...

Meta-switches:
    -h, --help         Prints this help message and quits
    --help-all         Prints help messages of all sub-commands and quits
    -v, --version      Prints the program's version and quits

Switches:
    -f, --force        Overwrite any existing destination file

vwrite

vwrite 0.0.2

Use json or yaml vars files to render each template file found recursively
under the working folder, to an adjacent file with the same name but the
extension stripped, overriding any vars in ./vars.json in the following
order:

    <root_path>/vars.json,
    <root_path>/vars.yml,
    <root_path>/vars.yaml,
    <template.parent>/vars.json,
    <template.parent>/vars.yml,
    <template.parent>/vars.yaml

Later entries override earlier ones.

Usage:
    vwrite [SWITCHES] [root_path=<CWD>]

Meta-switches:
    -h, --help                        Prints this help message and quits
    --help-all                        Prints help messages of all sub-commands and quits
    -v, --version                     Prints the program's version and quits

Switches:
    -f, --force                       Overwrite any existing destination file
    -n, --vars-name VALUE:str         Filename (excluding extension) for each vars file; the default is vars
    -t, --template-ext VALUE:str      Filename extension for templates; the default is t

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ptrender-0.0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

ptrender-0.0.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page