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

Django-App to store, edit, enrich and serialize the results of https://github.com/acdh-oeaw/repo-file-checker

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

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 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary

Keywords

acdh-django-packages django djangobaseproject
Last synced: 6 months ago · JSON representation

Repository

Django-App to store, edit, enrich and serialize the results of https://github.com/acdh-oeaw/repo-file-checker

Basic Info
  • Host: GitHub
  • Owner: acdh-oeaw
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 1.9 MB
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 almost 6 years ago
Metadata Files
Readme License

README.rst

=============================
acdh-django-filechecker
=============================

.. image:: https://badge.fury.io/py/acdh-django-filechecker.svg
    :target: https://badge.fury.io/py/acdh-django-filechecker

Django-App to store, edit, enrich and serialize the results of https://github.com/acdh-oeaw/repo-file-checker


Quickstart
----------

Install acdh-django-filechecker:

    pip install acdh-django-filechecker

Add it to your `INSTALLED_APPS`:

.. code-block:: python

    INSTALLED_APPS = (
        ...
        'filechecker',
        ...
    )


Update your project's urls.py:

.. code-block:: python

    urlpatterns = [
        ...
        url(r'^filechecker-rdf/', include('filechecker.fc_arche_urls', namespace='filechecker-rdf')),
        url(r'^filechecker/', include('filechecker.urls', namespace='filechecker')),
        ...
      ]

import filechecker results

.. code-block:: shell

    python manage.py import_fc_report.py [location to filelist.json]

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: 8
  • Total Committers: 2
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.25
Top Committers
Name Email Commits
csae8092 p****r@o****t 6
stefanprobst s****t@k****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 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 44 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 2
  • Total maintainers: 1
pypi.org: acdh-django-filechecker

Django-App to store, edit, enrich and serialize the results of repo-file-checker

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 44 Last month
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.6%
Average: 25.7%
Downloads: 28.0%
Forks count: 29.8%
Stargazers count: 38.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • Django >=2.1
  • acdh-django-netvis ==0.1.1
  • filecheckerWrapper ==1.8.2
  • rdflib >=4.0
setup.py pypi
  • Django >=3.0
  • acdh-django-archeutils >=0.0.1
  • acdh-django-netvis >=0.1.1
  • django-mptt >=0.10.0
  • rdflib >=4.2.2