Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560099
en ru br
ALT Linux repos
S:2.2.1-alt1

Group :: Development/Python3
RPM: python3-module-asttokens

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.2.1-alt1
Build date: 26 april 2023, 11:25 ( 52.5 weeks ago )
Size: 47.85 Kb

Home page:   https://pypi.org/project/asttokens

License: Apache-2.0
Summary: Annotate AST trees with source code positions
Description:

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
refactoring or highlighting.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-asttokens
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin