From f5b4dd36728a0fd199ec0d4e97a53cf2f34f0f45 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 15 Jan 2014 12:00:38 +0700 Subject: python/astroid: Added (new abstract syntax tree from Python's ast). Signed-off-by: Willy Sudiarto Raharjo --- python/astroid/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/astroid/slack-desc (limited to 'python/astroid/slack-desc') 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: -- cgit v1.2.3