slackbuilds/python/phply
Brenton Earl b5b0b0e595 python/phply: Updated for version 1.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-03-24 06:50:29 +07:00
..
README python/phply: Updated for version 1.2.4. 2018-03-24 06:50:29 +07:00
README.Slackware python/phply: Updated for version 1.2.4. 2018-03-24 06:50:29 +07:00
phply.SlackBuild python/phply: Updated for version 1.2.4. 2018-03-24 06:50:29 +07:00
phply.info python/phply: Updated for version 1.2.4. 2018-03-24 06:50:29 +07:00
slack-desc python/phply: Added (PHP lexer and parser in Python). 2015-11-18 23:23:00 +07:00

README

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:

Nose is only required to run the python test suite.  It is not a
run-time dependency and can be safely removed after phply is built.

The python library simplejson is an optional dependency.  phply ships with a
script php2json.py in /usr/doc/phply-$VERSION/tools that requires it.