jsonalchemy

JSONAlchemy


License
GPL-2.0
Install
pip install jsonalchemy==0.0.0

Documentation

JSONAlchemy

https://travis-ci.org/inveniosoftware/jsonalchemy.png?branch=master https://coveralls.io/repos/inveniosoftware/jsonalchemy/badge.png?branch=master https://pypip.in/v/jsonalchemy/badge.png https://pypip.in/d/jsonalchemy/badge.png https://readthedocs.org/projects/jsonalchemy/badge/?version=latest

About

Search query parser supporting Invenio and SPIRES search syntax.

Installation

JSONAlchemy is on PyPI so all you need is:

pip install jsonalchemy

Documentation

Documentation is readable at http://jsonalchemy.readthedocs.org or it can be built using Sphinx:

pip install jsonalchemy[docs]
python setup.py build_sphinx

Testing

Running the test suite is as simple as:

python setup.py test