Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.01 KB

README.rst

File metadata and controls

29 lines (21 loc) · 1.01 KB

skosprovider_sqlalchemy

A SQLAlchemy implementation of the skosprovider interface.

https://travis-ci.org/koenedaele/skosprovider_sqlalchemy.png?branch=master https://coveralls.io/repos/koenedaele/skosprovider_sqlalchemy/badge.png?branch=master https://badge.fury.io/py/skosprovider_sqlalchemy.png

Building the docs

More information about this library can be found in docs. The docs can be built using Sphinx.

Please make sure you have installed Sphinx in the same environment where skosprovider_sqlalchemy is present.

# activate your virtual env
$ pip install -r requirements-dev.txt
$ cd docs
$ make html