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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.15.6-alt1
Build date: 19 july 2023, 12:48 ( 36.1 weeks ago )
Size: 354.89 Kb

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

License: LGPLv2.1+
Summary: An abstract syntax tree for Python with inference support
Description:

The aim of this module is to provide a common base representation of python
source code. It is currently the powering pylint's capabilities.

It provides a compatible representation which comes from the _ast module. It
rebuilds the tree generated by the builtin _ast module by recursively walking
down the AST and building an extended ast. The new node classes have additional
methods and attributes for different usages. They include some support for
static inference and local name scopes. Furthermore, astroid can also build
partial trees by inspecting living objects.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

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