https://github.com/acdh-oeaw/acdh-django-archeutils

Django-App to serialize a model class into arche-rdf

https://github.com/acdh-oeaw/acdh-django-archeutils

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
  • Host: GitHub
  • Owner: acdh-oeaw
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 5.86 KB
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

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 Email Commits
csae8092 p****r@o****t 4
Committer Domains (Top 20 + Academic)

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.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 30 Last month
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