aboutsummaryrefslogtreecommitdiff
path: root/python/python-beniget/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-04-08 03:34:46 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:55 +0700
commit21268e199acac5c5b93b22b5137cd258164cf7f5 (patch)
tree3beae236c8947bcca446f94fdd617a6d62bf1f79 /python/python-beniget/README
parent393ee6dec899937695d131be2596578bb793fc53 (diff)
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/README')
-rw-r--r--python/python-beniget/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-beniget/README b/python/python-beniget/README
new file mode 100644
index 0000000000..c6a6c81962
--- /dev/null
+++ b/python/python-beniget/README
@@ -0,0 +1,3 @@
+Beniget is a collection of Compile-time analyse on Python
+Abstract Syntax Tree (AST). It is a building block for writing static
+analyzer or compiler for Python.