https://github.com/acdh-oeaw/acdh-django-archeutils
Django-App to serialize a model class into arche-rdf
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.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 (3.0%) to scientific vocabulary
Keywords
acdh-django-packages
django
djangobaseproject
Last synced: 6 months ago
·
JSON representation
Repository
Django-App to serialize a model class into arche-rdf
Basic Info
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 0
Archived
Topics
acdh-django-packages
django
djangobaseproject
Created about 6 years ago
· Last pushed about 6 years ago
Metadata Files
Readme
License
README.rst
=============================
acdh-django-archeutils
=============================
.. image:: https://badge.fury.io/py/acdh-django-archeutils.svg
:target: https://badge.fury.io/py/acdh-django-archeutils
Django-App to serialize a model class into arche-rdf
Quickstart
----------
Install acdh-archeutils:
pip install acdh-django-archeutils
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'archeutils',
...
)
Update your project's urls.py:
.. code-block:: python
urlpatterns = [
...
url(r'^archeutils/', include('archeutils.urls', namespace='archeutils')),
...
]
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: almost 3 years ago
All Time
- Total Commits: 4
- Total Committers: 1
- Avg Commits per committer: 4.0
- Development Distribution Score (DDS): 0.0
Top Committers
| Name | Commits | |
|---|---|---|
| csae8092 | p****r@o****t | 4 |
Committer Domains (Top 20 + Academic)
oeaw.ac.at: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 30 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 1
- Total maintainers: 1
pypi.org: acdh-django-archeutils
Utility module to serialize a django-model into ARCHE-RDF.
- Homepage: https://github.com/acdh-oeaw/acdh-django-archeutils
- Documentation: https://acdh-django-archeutils.readthedocs.io/
- License: MIT License
-
Latest release: 0.0.1
published about 6 years ago
Rankings
Dependent packages count: 10.0%
Dependent repos count: 21.8%
Average: 25.2%
Downloads: 25.5%
Forks count: 29.8%
Stargazers count: 38.8%
Maintainers (1)
Last synced:
6 months ago
Dependencies
requirements.txt
pypi
- Django >=3.0
- rdflib >=4.2.2
setup.py
pypi
- Django >=3.0
- rdflib >=4.2.2