python-bytecode 0.13.0-1 source package in Ubuntu

Changelog

python-bytecode (0.13.0-1) unstable; urgency=medium

  * Initial release (Closes: #1005267)

 -- Julian Gilbey <email address hidden>  Sun, 26 Jun 2022 10:52:55 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bytecode_0.13.0-1.dsc 2.3 KiB e1a9f3004e05c8ef4b94069b3ee6f98a6b67ab2429a223669bb4c9e9ae7cc714
python-bytecode_0.13.0.orig.tar.gz 65.4 KiB 97b983e3773657cef99afe8b338eef1c2a5049b1bcadf27976f1ee5e88708bd3
python-bytecode_0.13.0-1.debian.tar.xz 8.7 KiB 7f95e3e024f01962cab29351b4958939cc86e1cb6c91c2162bb1801b2b79c9ba

No changes file available.

Binary packages built by this source

python-bytecode-doc: Python module to generate, modify and optimize Python bytecode (documentation)

 The bytecode module can be used to write Python bytecode directly and
 then convert it into an executable Python code object. It also provides a
 pure Python implementation of the Peephole Optimizer introduced in
 CPython 3.6.
 .
 This package contains the bytecode documentation in HTML format.

python3-bytecode: Python module to generate, modify and optimize Python bytecode

 The bytecode module can be used to write Python bytecode directly and
 then convert it into an executable Python code object. It also provides a
 pure Python implementation of the Peephole Optimizer introduced in
 CPython 3.6.
 .
 This module is patched to be compatible with python3-pydevd, but this
 should be transparent to other users.