python-asttokens 2.2.1-1 source package in Ubuntu

Changelog

python-asttokens (2.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Boyuan Yang <email address hidden>  Tue, 03 Jan 2023 11:05:10 -0500

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asttokens_2.2.1-1.dsc 2.1 KiB 54d9ecfd97133cee5b48c52a0d12a5ac141ed6b7ab4b08cca896964522e1db63
python-asttokens_2.2.1.orig.tar.gz 59.1 KiB 4622110b2a6f30b77e1473affaa97e711bc2f07d3f10848420ff1898edbe94f3
python-asttokens_2.2.1-1.debian.tar.xz 2.4 KiB 69f12274db42490ffc656a1c1f0d72da59cf9687bb66cb9821be18ba46f987f5

Available diffs

No changes file available.

Binary packages built by this source

python3-asttokens: annotate Python asbtract syntax trees with code references (Python 3)

 The asttokens module annotates Python abstract syntax trees (ASTs) with the
 positions of tokens and text in the source code that generated them.
 .
 It makes it possible for tools that work with logical AST nodes to find the
 particular text that resulted in those nodes, for example for automated
 efactoring or highlighting.
 .
 This package contains the Python 3 version.