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

create a django app out of a SIARD-Archive

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

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

Keywords

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

Repository

create a django app out of a SIARD-Archive

Basic Info
  • Host: GitHub
  • Owner: acdh-oeaw
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 21.5 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Archived
Topics
acdh-django-packages django
Created over 7 years ago · Last pushed over 7 years ago
Metadata Files
Readme License

README.rst

=============================
acdh-django-sirad
=============================

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

parse a SIARD-ARCHIV and generates a django-app out of it. Also imports the data from the SIARD-ARCHIV_ into your django app.


Quickstart
----------

Install django_charts::

    pip install acdh-django-sirad

Add it to your `INSTALLED_APPS`:

.. code-block:: python

    INSTALLED_APPS = (
        ...
        'sirad',
        ...
    )

unzip your SIARD-ARCHIV into a folder called 'legacy_data' located in your application's root directory.

Then run `python manage.py start_sirad_app `

This will create - like django's default `startapp` command a new application called .

Register your new app in `INSTALLED_APPS`

To import the data from your SIARD-ARCHIV run `python manage.py populate_sirad app `


Be aware the the created app was build to work within djangobaseproject_

.. _SIARD-ARCHIV: http://www.eark-project.com/resources/specificationdocs/32-specification-for-siard-format-v20
.. _djangobaseproject: https://github.com/acdh-oeaw/djangobaseproject

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: 15
  • Total Committers: 2
  • Avg Commits per committer: 7.5
  • Development Distribution Score (DDS): 0.067
Top Committers
Name Email Commits
Peter Andorfer P****r@o****t 14
Peter Andorfer p****r@o****t 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

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

Django App to create a django-app out of a SIRAD Package.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 40 Last month
Rankings
Dependent packages count: 9.8%
Dependent repos count: 21.8%
Average: 26.4%
Forks count: 29.9%
Downloads: 31.5%
Stargazers count: 38.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

setup.py pypi
  • Django >=2.0.4,<3
  • Jinja2 >=2.10
  • lxml >=4.2.4
  • pandas >=0.23.0