Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-asttokens-2.0.5-6.el9 RPM for noarch

From EPEL 9 for s390x / Packages / p

Name: python3-asttokens Distribution: Fedora Project
Version: 2.0.5 Vendor: Fedora Project
Release: 6.el9 Build date: Mon Aug 15 03:44:15 2022
Group: Unspecified Build host: buildvm-ppc64le-33.iad2.fedoraproject.org
Size: 98546 Source RPM: python-asttokens-2.0.5-6.el9.src.rpm
Packager: Fedora Project
Url: https://pypi.python.org/pypi/asttokens
Summary: Module to annotate Python abstract syntax trees with source code positions
The asttokens module annotates Python abstract syntax trees (ASTs) with the
positions of tokens and text in the source code that generated them. This 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.

Provides

Requires

License

ASL 2.0

Changelog

* Wed Apr 27 2022 Zbi