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.
Release files for acdh-django-vocabs 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| acdh-django-vocabs-1.1.1.tar.gz | 32.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| acdh_django_vocabs-1.1.1-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 73.5 kB
Release files / acdh-django-vocabs-1.1.1.tar.gz
| Download URL | acdh-django-vocabs-1.1.1.tar.gz |
|---|---|
| Size | 32.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
369ee76bd2286deb8dfdee5d381e9c711d83f87b6ecc6047d57587842386e411
|
|
BLAKE2b-256 checksum How to use checksums |
2be7bc4f7a1adbdedc67075b725a1653dd1d62c9e99ec5070276c0210d84108a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.12
|
Release files / acdh_django_vocabs-1.1.1-py2.py3-none-any.whl
| Download URL | acdh_django_vocabs-1.1.1-py2.py3-none-any.whl |
|---|---|
| Size | 41.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
37f5a8eaafd8f91944acd4b2f254d2f0c44285fedcd0af0f3c1c4be22164674f
|
|
BLAKE2b-256 checksum How to use checksums |
bcd2ef71af95341e9eb97e85bda6d6126ec566b2b06a63699677057209fcf1c9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.10.12
|