summaryrefslogtreecommitdiffstats
path: root/python/phply/README
diff options
context:
space:
mode:
author Brenton Earl <brent@exitstatusone.com>2017-03-29 22:17:11 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-01 06:57:03 +0700
commitec73d882d67d0c69ec5c814b02a733fa52d779bd (patch)
tree52d0bc355b9bd63439055cbe70e7035a2ccbadde /python/phply/README
parentefe247a89a6553f6a9ced84bc904fe68d3a7cef8 (diff)
downloadslackbuilds-ec73d882d67d0c69ec5c814b02a733fa52d779bd.tar.gz
slackbuilds-ec73d882d67d0c69ec5c814b02a733fa52d779bd.tar.xz
python/phply: Updated for version 1.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/phply/README')
-rw-r--r--python/phply/README13
1 files changed, 1 insertions, 12 deletions
diff --git a/python/phply/README b/python/phply/README
index f99b80693a..aad37106ba 100644
--- a/python/phply/README
+++ b/python/phply/README
@@ -1,15 +1,4 @@
phply is a parser for the PHP programming language written using PLY, a
Lex/YACC-style parser generator toolkit for Python.
-Included tools installed to /usr/bin:
-
-phpshell.py - PHP interactive interpreter written in Python
-
-php2json.py - Converts PHP to a JSON-based abstract syntax tree
-Usage: php2json.py < input.php > output.json
-
-php2python.py - Converts PHP to Python using unparse.py
-Usage: php2python.py < input.php > output.py
-
-php2jinja.py - Converts PHP to Jinja2 templates (experimental)
-Usage: php2jinja.py < input.php > output.html
+See README.Slackware for some usage notes.