/invenio-query-parser

Search query parser supporting Invenio and SPIRES search syntax.

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Invenio-Query-Parser

https://github.com/inveniosoftware/invenio-query-parser/actions?query=workflow%3ACI.png?branch=master https://coveralls.io/repos/inveniosoftware/invenio-query-parser/badge.png?branch=master https://pypip.in/v/invenio-query-parser/badge.png https://pypip.in/d/invenio-query-parser/badge.png https://readthedocs.io/projects/invenio-query-parser/badge/?version=latest

About

Search query parser supporting Invenio and SPIRES search syntax.

Installation

Invenio-Query-Parser is on PyPI so all you need is:

pip install invenio-query-parser

Documentation

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

Testing

Running the test suite is as simple as:

python setup.py test