Parser/Composer library for Python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Volker Birk 9d698d33af
switching to git
2 years ago
docs switching to git 2 years ago
pypeg2 switching to git 2 years ago
samples switching to git 2 years ago
.gitignore Initial commit 2 years ago
CHANGES.txt switching to git 2 years ago
LICENSE.txt switching to git 2 years ago
MANIFEST.in switching to git 2 years ago
Makefile switching to git 2 years ago
README.txt switching to git 2 years ago
TODO.txt switching to git 2 years ago
setup.py switching to git 2 years ago

README.txt

==============================

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 on bitbucket:

https://bitbucket.org/fdik/pypeg/

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/