diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-08 03:34:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:55 +0700 |
commit | 21268e199acac5c5b93b22b5137cd258164cf7f5 (patch) | |
tree | 3beae236c8947bcca446f94fdd617a6d62bf1f79 /python/python-beniget/slack-desc | |
parent | 393ee6dec899937695d131be2596578bb793fc53 (diff) | |
download | slackbuilds-21268e199acac5c5b93b22b5137cd258164cf7f5.tar.gz |
python/python-beniget: Added (static analyzer for Python code)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-beniget/slack-desc')
-rw-r--r-- | python/python-beniget/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-beniget/slack-desc b/python/python-beniget/slack-desc new file mode 100644 index 0000000000..536d17f039 --- /dev/null +++ b/python/python-beniget/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------------------------------------------------------| +python-beniget: python-beniget (static analyzer for Python code) +python-beniget: +python-beniget: Beniget is a collection of Compile-time analyse on Python +python-beniget: Abstract Syntax Tree (AST). It is a building block for writing static +python-beniget: analyzer or compiler for Python. +python-beniget: +python-beniget: +python-beniget: +python-beniget: +python-beniget: +python-beniget: |