mqlparser

Parser for MQL queries


Keywords
mql, metaweb, freebase
License
MIT
Install
pip install mqlparser==0.1

Documentation

mqlparser Build Status

A query parser for the Metaweb Query Language (formerly Freebase, now Google). The class will accept a query object and provide a parse tree that can be used to build queries against a variety of backends (e.g. SQL, SPARQL or another web service).

Specification: Metaweb Query Language.

Tests

The test suite will usually be executed in it's own virtualenv and perform a coverage check as well as the tests. To execute on a system with virtualenv and make installed, type:

$ make test