summaryrefslogtreecommitdiffstats
path: root/python/typed_ast/slack-desc
diff options
context:
space:
mode:
author Markus Rinne2018-08-16 23:03:15 +0200
committer Willy Sudiarto Raharjo2018-08-18 03:39:48 +0200
commit25cab77e9e5138a9ac6752ddaf65afdaf9d2253a (patch)
treea26b04184ac9fbeccef13bd98a43a8fa50cf4740 /python/typed_ast/slack-desc
parent619da28b3d203b3ea4641f4a11655c0c4fa3ac81 (diff)
downloadslackbuilds-25cab77e9e5138a9ac6752ddaf65afdaf9d2253a.tar.gz
python/typed_ast: Added (abstract syntax tree parser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/typed_ast/slack-desc')
-rw-r--r--python/typed_ast/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/typed_ast/slack-desc b/python/typed_ast/slack-desc
new file mode 100644
index 0000000000..52730c2664
--- /dev/null
+++ b/python/typed_ast/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------------------------------------------------------|
+typed_ast: typed_ast (abstract syntax tree parser)
+typed_ast:
+typed_ast: typed_ast is a Python 3 package that provides a Python 2.7 and
+typed_ast: Python 3 parser similar to the standard ast library. Unlike ast, the
+typed_ast: parsers in typed_ast include PEP 484 type comments and are independent
+typed_ast: of the version of Python under which they are run. The typed_ast
+typed_ast: parsers produce the standard Python AST (plus type comments), and are
+typed_ast: both fast and correct, as they are based on the CPython 2.7 and 3.6
+typed_ast: parsers.
+typed_ast:
+typed_ast: