Parser/Composer library for Python https://fdik.org/pypeg2
 
 
Go to file
Jason Morgan 4dd9d69781 Merge pull request 'master' (#3) from Jason/pypeg2:master into master
Reviewed-on: #3
2021-11-18 18:15:44 +01:00
docs switching to git 2021-01-21 01:37:30 +01:00
pypeg2 Include fix for XML output formatting being minified in the last two tests 2021-11-18 15:59:53 +00:00
samples Include fix for XML output formatting being minified in the last two tests 2021-11-18 15:59:53 +00:00
.gitignore ignore results of make docs 2021-01-21 01:48:26 +01:00
CHANGES.txt switching to git 2021-01-21 01:37:30 +01:00
LICENSE.txt switching to git 2021-01-21 01:37:30 +01:00
MANIFEST.in switching to git 2021-01-21 01:37:30 +01:00
Makefile choose default python3 2021-05-05 00:47:51 +02:00
README.md nicer 2021-01-21 02:00:12 +01:00
TODO.txt switching to git 2021-01-21 01:37:30 +01:00
setup.py Remove disutils and replace with setuptools so that "python setup.py develop" works 2021-11-18 15:26:41 +00:00

README.md

pyPEG 2 for Python 2.7 and 3.x

Python is a nice scripting language. It even gives you access to its own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates.

But sometimes you may want to have your own parser. This is what's pyPEG for. And pyPEG supports Unicode.

The source code for all you can find here:

https://gitea.pep.foundation/fdik/pypeg2

To build the documentation, you'll need YML 2. You can download YML here:

Homepage: http://fdik.org/yml/ Toolchain: http://fdik.org/yml2.tar.bz2

You can install pyPEG 2 with:

$ pip install pypeg2

pyPEG 2 depends on lxml, see http://lxml.de/