Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onroerenderfgoed/pyramid_skosprovider
Attach SKOS providers to a pyramid application
https://github.com/onroerenderfgoed/pyramid_skosprovider
pyramid python skos thesaurus
Last synced: about 4 hours ago
JSON representation
Attach SKOS providers to a pyramid application
- Host: GitHub
- URL: https://github.com/onroerenderfgoed/pyramid_skosprovider
- Owner: OnroerendErfgoed
- License: mit
- Created: 2013-01-17T20:37:03.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T15:09:41.000Z (20 days ago)
- Last Synced: 2024-11-07T19:19:57.419Z (11 days ago)
- Topics: pyramid, python, skos, thesaurus
- Language: Python
- Homepage: http://pyramid-skosprovider.readthedocs.org/
- Size: 269 KB
- Stars: 1
- Watchers: 6
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
pyramid_skosprovider
====================.. image:: https://img.shields.io/pypi/v/pyramid_skosprovider.svg
:target: https://pypi.python.org/pypi/pyramid_skosprovider
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5795939.svg
:target: https://doi.org/10.5281/zenodo.5795939
.. image:: https://app.travis-ci.com/OnroerendErfgoed/pyramid_skosprovider.svg?branch=develop
:target: https://app.travis-ci.com/OnroerendErfgoed/pyramid_skosprovider
.. image:: https://coveralls.io/repos/github/OnroerendErfgoed/pyramid_skosprovider/badge.svg?branch=develop
:target: https://coveralls.io/github/OnroerendErfgoed/pyramid_skosprovider?branch=develop
.. image:: https://scrutinizer-ci.com/g/OnroerendErfgoed/pyramid_skosprovider/badges/quality-score.png?b=develop
:target: https://scrutinizer-ci.com/g/OnroerendErfgoed/pyramid_skosprovider/?branch=develop----
.. image:: https://readthedocs.org/projects/pyramid-skosprovider/badge/?version=latest
:target: http://pyramid-skosprovider.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://joss.theoj.org/papers/10.21105/joss.05040/status.svg
:target: https://doi.org/10.21105/joss.05040This library integrates skosprovider_ in a pyramid application.
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
pyramid_skosprovider is present... code-block:: bash
# activate your virtual env
$ pip install -r requirements.txt
$ python setup.py develop
$ cd docs
$ make html.. _skosprovider: https://github.com/OnroerendErfgoed/skosprovider