python-tokenize-rt 4.2.1-2 source package in Ubuntu

Changelog

python-tokenize-rt (4.2.1-2) unstable; urgency=medium

  * Team upload
  * Source-only reupload

 -- Bastian Germann <email address hidden>  Sat, 09 Apr 2022 00:08:26 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tokenize-rt_4.2.1-2.dsc 1.9 KiB 4537f31aa3246dc4f5961868659b3d2b1d9cb47bb199d43152b53ee66d46c9fb
python-tokenize-rt_4.2.1.orig.tar.gz 5.3 KiB 813012db2bdbc95246620145c5bdfc1559b17fdd5ea71a349179d49fbe6c00fa
python-tokenize-rt_4.2.1-2.debian.tar.xz 2.0 KiB b507f46af2c87451dbd03b187efec72d1a85fddede2760467254f62ab32424f9

No changes file available.

Binary packages built by this source

python3-tokenize-rt: wrapper around the Python stdlib `tokenize` which roundtrips

 The stdlib tokenize module does not properly roundtrip. This wrapper
 around the stdlib provides two additional tokens ESCAPED_NL and
 UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and
 tokens_to_src to roundtrip.
 .
 This library is useful if you're writing a refactoring tool based on
 the python tokenization.