Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 871 Bytes

README.rst

File metadata and controls

32 lines (24 loc) · 871 Bytes

Flask-OAIServer

https://travis-ci.org/inveniosoftware/flask-oaiserver.png?branch=master https://coveralls.io/repos/inveniosoftware/flask-oaiserver/badge.svg?branch=master&service=github

About

Flask-OAIServer is a Flask extension that allows you to quickly add an OAI-PMH server to your Flask application.

Installation

Documentation

Documentation is available at <http://flask-oaiserver.readthedocs.org> or can be build using Sphinx:

git submodule init
git submodule update
pip install Sphinx
python setup.py build_sphinx

Testing

Running the test suite is as simple as:

./run-tests.sh