summaryrefslogtreecommitdiff
path: root/python/python3-astroid/slack-desc
diff options
context:
space:
mode:
authorMarkus Rinne <markus.ka.rinne@gmail.com>2018-08-17 22:28:57 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-18 08:39:48 +0700
commit1a61a66fb590f1dcfa7500e8cd60e37ab3781f80 (patch)
treeae102c479a5457c2b4ffa0730593d0591e0191ba /python/python3-astroid/slack-desc
parentf8fedf42567e61c7d77f4de1bd2508bc11e29d2e (diff)
downloadslackbuilds-1a61a66fb590f1dcfa7500e8cd60e37ab3781f80.tar.gz
python/python3-astroid: Added (new abstract syntax tree).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-astroid/slack-desc')
-rw-r--r--python/python3-astroid/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-astroid/slack-desc b/python/python3-astroid/slack-desc
new file mode 100644
index 0000000000..1d59e3f06a
--- /dev/null
+++ b/python/python3-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------------------------------------------------------|
+python3-astroid: python3-astroid (new abstract syntax tree from Python's ast)
+python3-astroid:
+python3-astroid: The aim of this module is to provide a common base representation
+python3-astroid: of python source code for projects such as pychecker, pyreverse,
+python3-astroid: pylint... Well, actually the development of this library is
+python3-astroid: essentially governed by pylint's needs. It used to be called
+python3-astroid: logilab-astng.
+python3-astroid:
+python3-astroid:
+python3-astroid: Homepage: https://github.com/PyCQA/astroid
+python3-astroid: