https://github.com/acdh-oeaw/acdh-django-vocabs
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: mit
- Language: Python
- Default Branch: master
- Size: 91.8 KB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
- Releases: 0
Created over 5 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
Contributing
License
Authors
README.rst
=============================
ACDH Django Vocabs
=============================
.. 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
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`:
.. 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)),
...
]
Features
--------
* TODO
Running Tests
-------------
Does the code actually work?
::
source /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:
* Cookiecutter_
* `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/*
Owner
- Name: Austrian Centre for Digital Humanities & Cultural Heritage
- Login: acdh-oeaw
- Kind: organization
- Email: acdh@oeaw.ac.at
- Location: Vienna, Austria
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
GitHub Events
Total
Last Year
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| csae8092 | p****r@o****t | 26 |
Committer Domains (Top 20 + Academic)
oeaw.ac.at: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- csae8092 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 155 last-month
- Total dependent packages: 0
- Total dependent repositories: 3
- Total versions: 8
- Total maintainers: 2
pypi.org: acdh-django-vocabs
Curate controlled vocabularies as SKOS
- Homepage: https://github.com/acdh-oeaw/acdh-django-vocabs
- Documentation: https://acdh-django-vocabs.readthedocs.io/
- License: MIT
-
Latest release: 1.1.1
published almost 2 years ago
Rankings
Dependent repos count: 9.0%
Dependent packages count: 10.0%
Downloads: 17.7%
Average: 21.1%
Forks count: 29.8%
Stargazers count: 38.8%
Maintainers (2)
Last synced:
11 months ago
Dependencies
requirements.txt
pypi
- acdh-django-browsing >=0.2.0
- django-mptt >=0.11.0,<0.15
- django-reversion >=3.0.8,<6
- djangorestframework >=3.12.2,<4
- rdflib >=5.0.0,<7
requirements_dev.txt
pypi
- invoke * development
- twine * development
- wheel * development
- zest.releaser * development
requirements_test.txt
pypi
- Django ==3.1.5 test
- codecov >=2.0.0 test
- coverage ==4.4.1 test
- flake8 >=2.1.0 test
- mock >=1.0.1 test
- tox >=1.7.0 test
setup.py
pypi