yte 1.5.4-1 source package in Ubuntu

Changelog

yte (1.5.4-1) unstable; urgency=medium

  * New upstream version 1.5.4

 -- Ananthu C V <email address hidden>  Tue, 19 Mar 2024 13:44:00 +0530

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yte_1.5.4-1.dsc 2.1 KiB 070df9b0e67c528362dda8259b09e582e55e14e38cf888e869a3b88291e3ec41
yte_1.5.4.orig.tar.gz 11.7 KiB 2a3f75c15a9b507d76a0338bb0aa711a209f34cc850a8bba03bbe0d2b17e8a3b
yte_1.5.4-1.debian.tar.xz 3.1 KiB 71acf42c525bf8d7323cde17512e187065e3c2c7e1d4c36bb5aeb4625131d33f

Available diffs

No changes file available.

Binary packages built by this source

python3-yte: YAML template engine with Python expressions

 YTE is a template engine for YAML format that utilizes the YAML structure
 in combination with Python expressions for enabling to dynamically build
 YAML documents.
 .
 The key idea of YTE is to rely on the YAML structure to enable conditionals,
 loops and other arbitrary Python expressions to dynamically render YAML
 files. Python expressions are thereby declared by prepending them with a ?
 anywhere in the YAML. Any such value will be automatically evaluated by YTE,
 yielding plain YAML as a result. Importantly, YTE templates are still valid
 YAML files (for YAML, the ? expressions are just strings).