pystache 0.5.4+git20211029.e71b777-0.1 source package in Ubuntu

Changelog

pystache (0.5.4+git20211029.e71b777-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Move to new upstream; Closes: #998404, #997647.

 -- Bastian Germann <email address hidden>  Wed, 03 Nov 2021 19:44:21 +0100

Upload details

Uploaded by:
Kouhei Maeda
Uploaded to:
Sid
Original maintainer:
Kouhei Maeda
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pystache_0.5.4+git20211029.e71b777-0.1.dsc 1.7 KiB 1a4ce443b2f17366c51916a18993fad6d6598d14786a804e9ba14209c1cc75aa
pystache_0.5.4+git20211029.e71b777.orig.tar.gz 271.5 KiB 36c0787af12d566cf1fd35c80ff1916f11223848ddb0e5297768fa899898e9a8
pystache_0.5.4+git20211029.e71b777-0.1.debian.tar.xz 4.8 KiB 3184645e364863013181758a0a7fa9786ac759d5c1a754818cd4e377920c26be

No changes file available.

Binary packages built by this source

python3-pystache: Python3 implementation of Mustache

 Pystache is Python3 implementation of Mustache.
 Original Mustache is a framework-agnostic, logic-free templating system
 inspired by ctemplate and et. Like ctemplate, Mustache "emphasizes separating
 logic from presentation: it is impossible to embed application logic in this
 template language."