python-astroid
Python source code base representation
python-astroid provides a common base representation of Python source code for projects such as pychecker, pyreverse, pylint, etc. 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.
- Versions: 3.3.11
- Website: https://github.com/PyCQA/astroid
- Licenses: LGPL 2.1+
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-astroid as follows:
guix install python-astroid
Or install a particular version:
guix install python-astroid@3.3.11
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of python-astroid about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-astroid'><img src='https://packages.guix.gnu.org/packages/python-astroid/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-astroid)
Example Org:
[[https://packages.guix.gnu.org/packages/python-astroid][https://packages.guix.gnu.org/packages/python-astroid/badges/latest-version.svg]]