Metadata-Version: 2.1
Name: skosprovider
Version: 1.2.0
Summary: Abstraction layer for SKOS vocabularies.
Home-page: http://github.com/onroerenderfgoed/skosprovider
Author: Koen Van Daele
Author-email: koen_van_daele@telenet.be
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/x-rst
License-File: LICENSE

skosprovider: vocabulary abstraction
====================================

This library helps abstract vocabularies (thesauri, controlled lists, authority
files). It depends heavily on the 
`SKOS <http://www.w3.org/2004/02/skos>`_ specification, but adds elements
of other specifications such as the 
`ISO 25964 SKOS extension <http://pub.tenforce.com/schemas/iso25964/skos-thes/>`_ 
where deemed useful.

.. image:: https://img.shields.io/pypi/v/skosprovider.svg
    :target: https://pypi.python.org/pypi/skosprovider
.. image:: https://readthedocs.org/projects/skosprovider/badge/?version=latest
    :target: https://readthedocs.org/projects/skosprovider/?badge=latest
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5824941.svg
    :target: https://doi.org/10.5281/zenodo.5824941
.. image:: https://app.travis-ci.com/onroerenderfgoed/skosprovider.svg?branch=master
    :target: https://app.travis-ci.com/onroerenderfgoed/skosprovider
.. image:: https://coveralls.io/repos/onroerenderfgoed/skosprovider/badge.svg?branch=master
    :target: https://coveralls.io/github/onroerenderfgoed/skosprovider?branch=master
.. image:: https://scrutinizer-ci.com/g/onroerenderfgoed/skosprovider/badges/quality-score.png?b=master
    :target: https://scrutinizer-ci.com/g/onroerenderfgoed/skosprovider/?branch=master

Building the docs
-----------------

More information about this library can be found in `docs`. The docs can be 
built using `Sphinx <http://sphinx-doc.org>`_.

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

.. code-block:: bash

    # activate your virtual environment
    $ pip install -r requirements.txt
    $ python setup.py develop
    $ cd docs
    $ make html
