pijnu icon indicating copy to clipboard operation
pijnu copied to clipboard

This is the canonical repository for the Pijnu PEG parser.

Results 7 pijnu issues
Sort by recently updated
recently updated
newest added

- Removed `importlib` from install requirements in `setup.py`, was causing error - Delete PKG-INFO file (is auto-generated with updated information when installing) - Added instructions for installing via pip in...

Experimenting with mediawiki-parser I found I needed the following changes to get anywhere with parsing: https://github.com/lrowe/pijnu/commit/d3f86c21f997771535f8f540b4237c0536fd58ff (Seems I can't have two pull requests open at once, and this is a...

Pijnu should be able to run even on a read-only partition. Writing the ...Parser.py file should be optional for backward compatibility.

It might also happen with other types of patterns. Run test/bug1.py for an example.