python-tokenize-rt 6.0.0-1 source package in Ubuntu

Changelog

python-tokenize-rt (6.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Mon, 05 Aug 2024 14:57:12 +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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tokenize-rt_6.0.0-1.dsc 2.2 KiB 3024f1034779f16b95bf20ddd70765f10e8a5b9cc967115df64efc600db3f83a
python-tokenize-rt_6.0.0.orig.tar.gz 7.3 KiB e8d005272f9fd60c1268fe83dcdf3c97bef79569d465f9e87fe0a17649fdbc95
python-tokenize-rt_6.0.0-1.debian.tar.xz 2.2 KiB 82bcb19412de171d79411162f9753f5127190112ec58f0812c46452e8edc9509

Available diffs

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.