How to Install and Uninstall python2-astroid Package on openSUSE Leap
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-astroid" package
Here is a brief guide to show you how to install python2-astroid on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-astroid
Copied
2. Uninstall "python2-astroid" package
This is a short guide on how to uninstall python2-astroid on openSUSE Leap:
$
sudo zypper remove
python2-astroid
Copied
3. Information about the python2-astroid package on openSUSE Leap
Information for package python2-astroid:
----------------------------------------
Repository : Main Repository
Name : python2-astroid
Version : 1.6.1-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-astroid-1.6.1-bp153.1.21.src
Summary : Rebuild a new abstract syntax tree from Python's ast
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
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.
----------------------------------------
Repository : Main Repository
Name : python2-astroid
Version : 1.6.1-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 1,4 MiB
Installed : No
Status : not installed
Source package : python-astroid-1.6.1-bp153.1.21.src
Summary : Rebuild a new abstract syntax tree from Python's ast
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
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.