python-cogapp 3.3.0-3 source package in Ubuntu

Changelog

python-cogapp (3.3.0-3) unstable; urgency=medium

  * Sourceless upload to make buildd happy

 -- Dima Kogan <email address hidden>  Thu, 14 Sep 2023 09:35:19 -0700

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cogapp_3.3.0-3.dsc 2.0 KiB 19c2518f0daec0584f7727ef10ca4b47290b076ad2a0ef5142be8a93f6f0c41f
python-cogapp_3.3.0.orig.tar.gz 100.5 KiB 71a40a84aaccbd8d96ffe71a086227f6ac014c3d1e5cce6c235a549f892d14a5
python-cogapp_3.3.0-3.debian.tar.xz 3.0 KiB b61a903b36bb33cab8e071957d0c67f222858ac1cd142df9e35654db32467f5d

No changes file available.

Binary packages built by this source

python3-cogapp: cog content generation tool

 Cog is a file generation tool. It lets you use pieces of Python code as
 generators in your source files to generate whatever text you need.
 .
 Cog transforms files in a very simple way: it finds chunks of Python code
 embedded in them, executes the Python code, and inserts its output back into
 the original file. The file can contain whatever text you like around the
 Python code. It will usually be source code.