aboutsummaryrefslogtreecommitdiff
path: root/python/python3-parso/README
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2022-03-14 13:31:38 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-18 00:26:03 +0700
commit365c29f5cff546ac48b446b6c1b5ee00d652b832 (patch)
tree769050871c3ea477194ce2de22a5d6479bd86d45 /python/python3-parso/README
parent6323c878b68fa5b7cb8898266369b083e8e2b601 (diff)
python/python3-parso: renamed from parso
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-parso/README')
-rw-r--r--python/python3-parso/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-parso/README b/python/python3-parso/README
new file mode 100644
index 0000000000..290b0c92ff
--- /dev/null
+++ b/python/python3-parso/README
@@ -0,0 +1,10 @@
+Parso is a Python parser that supports error recovery and
+round-trip parsing for different Python versions (in multiple Python
+versions). Parso is also able to list multiple syntax errors in your
+python file.
+
+Parso has been battle-tested by jedi. It was pulled out of jedi to be
+useful for other projects as well.
+
+Parso consists of a small API to parse Python and analyse the syntax
+tree.