Flask-Z3950

Z39.50 integration for Flask applications.


License
BSD-3-Clause
Install
pip install Flask-Z3950==1.0.1

Documentation

Flask-Z3950

Test success Test coverage Latest version released on PyPi DOI

Z39.50 integration for Flask applications.

See the Flask-Z3950 documentation for full details of installation, configuration and usage.

Build setup

# install development packages
$ sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev

# install Flask-Z3950
pip install Flask-Z3950

# test
python setup.py test