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:
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 details)
Built Distribution
File details
Details for the file acdh-django-vocabs-1.0.0.tar.gz
.
File metadata
- Download URL: acdh-django-vocabs-1.0.0.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97be6ee7cecb218f723753a6bfa0b52a3e0a32db1855a9358ad666ca4b1a62ad |
|
MD5 | 83e28a33d30ed3a30cf67f622c4c94dd |
|
BLAKE2b-256 | a332ce2ff4f2b4108019338f8c8f7cfafe719808557a9f1414cb5b8e70071ec5 |
File details
Details for the file acdh_django_vocabs-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: acdh_django_vocabs-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 41.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e3ea3ae41b09ccd7f5bf11470ed4b66cee355ab8639074296112d6ee94a1e8f |
|
MD5 | 0bb905065409ce5f7ac853c60c5fb14d |
|
BLAKE2b-256 | 34bcde81d23e4ebe9780ac979321cf8fc7260bdbec721d4e05fa79f6c86371a4 |