inveniosoftware-attic / jsonalchemy

JSONAlchemy
GNU General Public License v2.0
0 stars 10 forks source link

====================== JSONAlchemy

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

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