python-asttokens 3.0.1-3 source package in Ubuntu
Changelog
python-asttokens (3.0.1-3) unstable; urgency=medium * Team upload. * Add debian/salsa-ci.yml * Bump Standards-Version to 4.7.4, drop Priority: tag * Rewrite d/watch in v5 format * Mark python3-astroid & python3-pytest build-deps as <!nocheck> * Set upstream metadata fields: Documentation. -- Alexandre Detiste <email address hidden> Sat, 04 Jul 2026 20:53:16 +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 | Published | Component | Section | |
|---|---|---|---|---|
| Stonking | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-asttokens_3.0.1-3.dsc | 2.2 KiB | 6b4bb87ee9bcfa5a6c926394b34391186d197f7b634eed6b72d41965b77db5f6 |
| python-asttokens_3.0.1.orig.tar.gz | 60.8 KiB | 71a4ee5de0bde6a31d64f6b13f2293ac190344478f081c3d1bccfcf5eacb0cb7 |
| python-asttokens_3.0.1-3.debian.tar.xz | 3.3 KiB | 8499379358a307d085375896e9ca3822a13d41408eeca16d747dfbc76f1823d1 |
Available diffs
- diff from 3.0.1-2 to 3.0.1-3 (1.2 KiB)
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.
