summaryrefslogtreecommitdiff
path: root/python/python3-parso/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-09-22 21:20:51 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2017-09-22 21:20:51 +0100
commitc51ac235653ef1e1bed52e3a8c8417e272ff32e1 (patch)
tree2e9d89f871c35b84a33174b1577905dc9b7d781e /python/python3-parso/README
parent6a1a7c2637b33b4ac7e6beb29db268b5d4d6ebad (diff)
downloadslackbuilds-c51ac235653ef1e1bed52e3a8c8417e272ff32e1.tar.gz
python/python3-parso: Added (Python parser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-parso/README')
-rw-r--r--python/python3-parso/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-parso/README b/python/python3-parso/README
new file mode 100644
index 0000000000..77f72ea9f5
--- /dev/null
+++ b/python/python3-parso/README
@@ -0,0 +1,8 @@
+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.