Search query parser supporting Invenio and SPIRES search syntax.
Invenio-Query-Parser is on PyPI so all you need is:
pip install invenio-query-parser
Documentation is readable at http://invenio-query-parser.readthedocs.io or it can be built using Sphinx:
pip install invenio-query-parser[docs] python setup.py build_sphinx
Running the test suite is as simple as:
python setup.py test