summaryrefslogtreecommitdiffstats
path: root/python/astroid/slack-desc
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-15 06:00:38 +0100
committer Erik Hanson2014-01-30 06:21:02 +0100
commitf5b4dd36728a0fd199ec0d4e97a53cf2f34f0f45 (patch)
tree7dd65220cebcd15e234e957093a8e022f35cc491 /python/astroid/slack-desc
parent8892b6edc22f2770f1bd83f62ef505faf284e0ff (diff)
downloadslackbuilds-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-desc19
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: