yte 1.5.1-2 source package in Ubuntu

Changelog

yte (1.5.1-2) unstable; urgency=medium

  * Team Upload.
  * source-only upload.

 -- Emmanuel Arias <email address hidden>  Sat, 25 Nov 2023 13:18:59 -0300

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
yte_1.5.1-2.dsc 2.1 KiB 281d2c853f55735bd10953bc5f4eec2c43579a09c34594594bf2ca211e850d92
yte_1.5.1.orig.tar.gz 11.1 KiB bb866a1f8fc93248a2a12d9bb86fb45edd0930e9656dc7b7785ff094b7c74301
yte_1.5.1-2.debian.tar.xz 3.1 KiB 31ceb7992fa740aaa55da222f40eb3cc727ecf047e0bdb435e56682f8c0c6541

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).