python-codegen 1.0-4 source package in Ubuntu

Changelog

python-codegen (1.0-4) unstable; urgency=medium

  * Source upload to unstable to enable testing migration.

 -- Sascha Steinbiss <email address hidden>  Thu, 19 Sep 2019 22:32:33 +0200

Upload details

Uploaded by:
Sascha Steinbiss
Uploaded to:
Sid
Original maintainer:
Sascha Steinbiss
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
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-codegen_1.0-4.dsc 1.6 KiB db411b441faa4a6999f873332f9e2ddebc05e75f521faf77036ab8e96593eb0b
python-codegen_1.0.orig.tar.gz 4.3 KiB d14caccc4175903d79bc5ed2890d140163281b1cdff79f3657e963369e79a6ee
python-codegen_1.0-4.debian.tar.xz 2.1 KiB f3ae3211e72b1a26204c6dca18582eb126c724fb9b5871e64c13fb8265191472

Available diffs

No changes file available.

Binary packages built by this source

python3-codegen: extension to ast that allows AST -> Python code generation

 The codegen module converts a abstract syntax tree (AST) back into Python
 source code. This is useful for debugging purposes, especially when dealing
 with custom ASTs not generated by Python itself.