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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file acdh-django-vocabs-1.1.1.tar.gz.
File metadata
- Download URL: acdh-django-vocabs-1.1.1.tar.gz
- Upload date:
- Size: 32.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
369ee76bd2286deb8dfdee5d381e9c711d83f87b6ecc6047d57587842386e411
|
|
| MD5 |
9228487f15bb4fc34d87142c630952ed
|
|
| BLAKE2b-256 |
2be7bc4f7a1adbdedc67075b725a1653dd1d62c9e99ec5070276c0210d84108a
|
File details
Details for the file acdh_django_vocabs-1.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: acdh_django_vocabs-1.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 41.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37f5a8eaafd8f91944acd4b2f254d2f0c44285fedcd0af0f3c1c4be22164674f
|
|
| MD5 |
0deb4be32587e7d3d9ddd6b17818a096
|
|
| BLAKE2b-256 |
bcd2ef71af95341e9eb97e85bda6d6126ec566b2b06a63699677057209fcf1c9
|