Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37550828
en ru br
ALT Linux repos
5.0: 0.17.4-alt1
4.1: 0.16.3-alt1.1
4.0: 0.16.3-alt1

Group :: Development/Python
RPM: python-module-logilab-astng

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.16.3-alt1.1
Build date: 5 february 2008, 07:51 ( 846.6 weeks ago )
Size: 61.07 Kb

Home page:   http://www.logilab.org/project/name/logilab-ast…

License: GPL
Summary: extend python's abstract syntax tree
Description:

The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,
pylint... Well, actually the development of this library is essentialy
governed by pylint's needs.

It extends class defined in the compiler.ast [1] module with some
additional methods and attributes. Instance attributes are added by a
builder object, which can either generate extended ast (let's call
them astng ;) by visiting an existant ast tree or by inspecting living
object. Methods are added by monkey patching ast classes.

This module is build for python 2.5

Current maintainer: Andrey Khavryuchenko

List of contributors

List of rpms provided by this srpm:

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