Curate controlled vocabularies as SKOS
Project description
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:
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-0.1.0.tar.gz
(32.2 kB
view hashes)
Built Distribution
Close
Hashes for acdh_django_vocabs-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1073430664535b26d980dd9a9d56d99f5353c329f1c490e51d689ce05ed525f9 |
|
MD5 | 2135f2db58b8a6740234c3a45117abd1 |
|
BLAKE2b-256 | 2545610a4d680e32938c712a8580047f9c4e830be29f46528e012ba29dfb0eec |