summaryrefslogtreecommitdiffstats
path: root/python/astroid/slack-desc
blob: 5fa38d2ce325c85b1b44ddb3f7764f518923c1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

       |-----handy-ruler------------------------------------------------------|
astroid: astroid (new abstract syntax tree from Python's ast)
astroid:
astroid: The aim of this module is to provide a common base representation
astroid: of python source code for projects such as pychecker, pyreverse,
astroid: pylint... Well, actually the development of this library is
astroid: essentially governed by pylint's needs. It used to be called
astroid: logilab-astng.
astroid:
astroid:
astroid: Homepage: https://bitbucket.org/logilab/astroid
astroid: