Eventually this project will provide a library to read and write PES 1, 2 and 6.
However, 1 will be documented and implemented first.
For the time being, all that exists is a document being created that describes PES version 1.
Please, help with all UNK values in the document.
- docs Directory with information about the file format
- pes-files Example files to test/analyze
- LibPes PES library
- pesheader.py PES header class
- read-pes.py Util to parse PES files. Usage:
python read-pes.py pes-files/minimalV6.pes
- Build a basic util to parse a PES file
- Collect PES files to test the implementation
- Run lib over as many files as possible, analyze results
- Try to understand 100% of file format
- Implement util to write PES files