aboutsummaryrefslogtreecommitdiff
path: root/python/python3-beniget/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-11-12 11:44:15 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 11:44:15 +0700
commitd519a253ea8c5fbe8d2f26758827cb7491d6ff1e (patch)
tree24ca6e2264fc46d2be998c86ebb05377f3a91a73 /python/python3-beniget/README
parent5dec9dcbb024bee37e2e48bb32f16284e00bcb0c (diff)
python/python3-beniget: Added (static analyzer for Python code).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-beniget/README')
-rw-r--r--python/python3-beniget/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-beniget/README b/python/python3-beniget/README
new file mode 100644
index 0000000000..c6a6c81962
--- /dev/null
+++ b/python/python3-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.