
Product
Socket Now Supports pylock.toml Files
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
.. image:: https://badge.fury.io/py/acdh-django-vocabs.svg :target: https://badge.fury.io/py/acdh-django-vocabs
.. image:: https://api.travis-ci.com/acdh-oeaw/acdh-django-vocabs.svg?branch=master :target: https://travis-ci.com/github/acdh-oeaw/acdh-django-vocabs
.. image:: https://codecov.io/gh/acdh-oeaw/acdh-django-vocabs/branch/master/graph/badge.svg :target: https://codecov.io/gh/acdh-oeaw/acdh-django-vocabs
Curate controlled vocabularies as SKOS
The full documentation is at https://acdh-django-vocabs.readthedocs.io.
Install ACDH Django Vocabs::
pip install acdh-django-vocabs
Add it to your INSTALLED_APPS
:
.. code-block:: python
INSTALLED_APPS = (
...
'vocabs.apps.VocabsConfig',
...
)
Add ACDH Django Vocabs's URL patterns:
.. code-block:: python
from vocabs import urls as vocabs_urls
urlpatterns = [
...
url(r'^', include(vocabs_urls)),
...
]
Does the code actually work?
::
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox
::
pip install -r requirements_dev.txt
invoke -l
Tools used in rendering this package:
cookiecutter-djangopackage
_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-djangopackage
: https://github.com/pydanny/cookiecutter-djangopackage
rm -rf ./dist python setup.py sdist bdist_wheel twine upload dist/*
0.1.0 (2021-01-05) ++++++++++++++++++
FAQs
Curate controlled vocabularies as SKOS
We found that acdh-django-vocabs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.
Research
Security News
Malicious Ruby gems typosquat Fastlane plugins to steal Telegram bot tokens, messages, and files, exploiting demand after Vietnam’s Telegram ban.