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
Raw data
{
"_id": null,
"home_page": "http://github.com/onroerenderfgoed/skosprovider",
"name": "skosprovider",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Koen Van Daele",
"author_email": "koen_van_daele@telenet.be",
"download_url": "https://files.pythonhosted.org/packages/98/a2/2198c2cc7636b492b3eebf1a09a8364c56c1b91fc1cef18ad9a34770f979/skosprovider-1.2.0.tar.gz",
"platform": null,
"description": "skosprovider: vocabulary abstraction\n====================================\n\nThis library helps abstract vocabularies (thesauri, controlled lists, authority\nfiles). It depends heavily on the \n`SKOS <http://www.w3.org/2004/02/skos>`_ specification, but adds elements\nof other specifications such as the \n`ISO 25964 SKOS extension <http://pub.tenforce.com/schemas/iso25964/skos-thes/>`_ \nwhere deemed useful.\n\n.. image:: https://img.shields.io/pypi/v/skosprovider.svg\n :target: https://pypi.python.org/pypi/skosprovider\n.. image:: https://readthedocs.org/projects/skosprovider/badge/?version=latest\n :target: https://readthedocs.org/projects/skosprovider/?badge=latest\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5824941.svg\n :target: https://doi.org/10.5281/zenodo.5824941\n.. image:: https://app.travis-ci.com/onroerenderfgoed/skosprovider.svg?branch=master\n :target: https://app.travis-ci.com/onroerenderfgoed/skosprovider\n.. image:: https://coveralls.io/repos/onroerenderfgoed/skosprovider/badge.svg?branch=master\n :target: https://coveralls.io/github/onroerenderfgoed/skosprovider?branch=master\n.. image:: https://scrutinizer-ci.com/g/onroerenderfgoed/skosprovider/badges/quality-score.png?b=master\n :target: https://scrutinizer-ci.com/g/onroerenderfgoed/skosprovider/?branch=master\n\nBuilding the docs\n-----------------\n\nMore information about this library can be found in `docs`. The docs can be \nbuilt using `Sphinx <http://sphinx-doc.org>`_.\n\nPlease make sure you have installed Sphinx in the same environment where \nskosprovider is present.\n\n.. code-block:: bash\n\n # activate your virtual environment\n $ pip install -r requirements.txt\n $ python setup.py develop\n $ cd docs\n $ make html",
"bugtrack_url": null,
"license": "MIT",
"summary": "Abstraction layer for SKOS vocabularies.",
"version": "1.2.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "98a22198c2cc7636b492b3eebf1a09a8364c56c1b91fc1cef18ad9a34770f979",
"md5": "5cc3a044a94c7e6d8df6a55a59032749",
"sha256": "1e787f1f0a567ac2ae1a740bbba4a9ef09f84608a7f5d3c8439096196e789668"
},
"downloads": -1,
"filename": "skosprovider-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "5cc3a044a94c7e6d8df6a55a59032749",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24851,
"upload_time": "2022-08-12T11:34:19",
"upload_time_iso_8601": "2022-08-12T11:34:19.784606Z",
"url": "https://files.pythonhosted.org/packages/98/a2/2198c2cc7636b492b3eebf1a09a8364c56c1b91fc1cef18ad9a34770f979/skosprovider-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-08-12 11:34:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "onroerenderfgoed",
"github_project": "skosprovider",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "language-tags",
"specs": [
[
"==",
"1.1.0"
]
]
},
{
"name": "rfc3987",
"specs": [
[
"==",
"1.3.8"
]
]
},
{
"name": "pyld",
"specs": [
[
"==",
"2.0.3"
]
]
},
{
"name": "html5lib",
"specs": [
[
"==",
"1.1"
]
]
}
],
"tox": true,
"lcname": "skosprovider"
}