This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Python > python3-astroid (2.5.3)

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 essentially
governed by pylint's needs. It used to be called logilab-astng.

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 builds partial trees by inspecting living
objects.

This requires: python3-lazy-object-proxy, python3-wrapt, typed_ast

Maintained by: Markus Rinne
Keywords: python,module,astroid
ChangeLog: python3-astroid

Homepage:
https://github.com/PyCQA/astroid

Source Downloads:
astroid-2.5.3.tar.gz (f10e7c2a8f4100ba4ab1451c0ada6dd2)

Download SlackBuild:
python3-astroid.tar.gz
python3-astroid.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds