slackbuilds_ponce/python/phply/README
B. Watson 3970ce1283 python/phply: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:55 -04:00

10 lines
340 B
Text

phply is a parser for the PHP programming language written using PLY,
a Lex/YACC-style parser generator toolkit for Python.
See README.Slackware for some usage notes.
A Note on Dependencies:
The python library simplejson is an optional dependency. phply ships
with a script php2json.py in /usr/doc/phply-$VERSION/tools that
requires it.