Skip to main content

Curate controlled vocabularies as SKOS

Project description

https://badge.fury.io/py/acdh-django-vocabs.svg https://api.travis-ci.com/acdh-oeaw/acdh-django-vocabs.svg?branch=master https://codecov.io/gh/acdh-oeaw/acdh-django-vocabs/branch/master/graph/badge.svg

Curate controlled vocabularies as SKOS

Documentation

The full documentation is at https://acdh-django-vocabs.readthedocs.io.

Quickstart

Install ACDH Django Vocabs:

pip install acdh-django-vocabs

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'vocabs.apps.VocabsConfig',
    ...
)

Add ACDH Django Vocabs’s URL patterns:

from vocabs import urls as vocabs_urls


urlpatterns = [
    ...
    url(r'^', include(vocabs_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

rm -rf ./dist python setup.py sdist bdist_wheel twine upload dist/*

History

0.1.0 (2021-01-05)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acdh-django-vocabs-1.0.0.tar.gz (32.5 kB view hashes)

Uploaded Source

Built Distribution

acdh_django_vocabs-1.0.0-py2.py3-none-any.whl (41.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page