You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Basic PyQPL Usage

When using PyQPL your primary task will be defining a 


from pyqpl.parser import QPLParser
from pyqpl.qpl import QPLOptions


options = QPLOptions(fields='content')
parser = QPLParser(options=options)

query = parser.parse_query('This is PyQPL')
  • No labels