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