This is a python PDDL parser. It is based on pddlpy [https://github.com/hfoffani/pddl-lib]
This assume you have ANTLR4 installed somewhere to generate the parsing files from pddl.g4
cd /usr/local/lib
sudo curl -O https://www.antlr.org/download/antlr-4.9.2-complete.jar
make
python setup.py build
sudo python setup.py install