diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-15 12:00:38 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:02 -0600 |
commit | f5b4dd36728a0fd199ec0d4e97a53cf2f34f0f45 (patch) | |
tree | 7dd65220cebcd15e234e957093a8e022f35cc491 /python/astroid/slack-desc | |
parent | 8892b6edc22f2770f1bd83f62ef505faf284e0ff (diff) | |
download | slackbuilds-f5b4dd36728a0fd199ec0d4e97a53cf2f34f0f45.tar.gz |
python/astroid: Added (new abstract syntax tree from Python's ast).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/astroid/slack-desc')
-rw-r--r-- | python/astroid/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/astroid/slack-desc b/python/astroid/slack-desc new file mode 100644 index 0000000000..5fa38d2ce3 --- /dev/null +++ b/python/astroid/slack-desc @@ -0,0 +1,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: |