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

Django-App providing some useful things to create browsing views

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

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

Keywords

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

Repository

Django-App providing some useful things to create browsing views

Basic Info
  • Host: GitHub
  • Owner: acdh-oeaw
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 78.1 KB
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 1
  • Open Issues: 0
  • Releases: 5
Topics
acdh-django-packages django djangobaseproject
Created about 6 years ago · Last pushed 12 months ago
Metadata Files
Readme License

README.md

flake8 Lint Test PyPI version

acdh-django-browsing

Django-App providing some useful things to create browsing views

Features

see the example project in this repo to check out how to use the package and what it does

Quickstart

Install acdh-django-browsing:

pip install acdh-django-browsing

Add it to your INSTALLED_APPS:

python INSTALLED_APPS = ( ... 'browsing', ... )

Develop

install (dev-)dependencies

bash pip install -r requirements.txt

run migrations, load fixtures, and start dev server

bash python manage.py migrate python manage.py loaddata data.json python manage.py runserver

run tests

bash coverage run manage.py test -v 2

build the package

bash python -m build

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
  • Create event: 10
  • Release event: 1
  • Issues event: 16
  • Delete event: 7
  • Issue comment event: 1
  • Push event: 39
  • Pull request event: 18
Last Year
  • Create event: 10
  • Release event: 1
  • Issues event: 16
  • Delete event: 7
  • Issue comment event: 1
  • Push event: 39
  • Pull request event: 18

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 22
  • Total Committers: 2
  • Avg Commits per committer: 11.0
  • Development Distribution Score (DDS): 0.091
Top Committers
Name Email Commits
csae8092 p****r@o****t 20
Daniel_Stoxreiter d****r@o****t 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 13
  • Total pull requests: 11
  • Average time to close issues: 3 months
  • Average time to close pull requests: 2 minutes
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.08
  • Average comments per pull request: 0.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 9
  • Pull requests: 8
  • Average time to close issues: 5 days
  • Average time to close pull requests: 3 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.11
  • Average comments per pull request: 0.0
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • csae8092 (14)
Pull Request Authors
  • csae8092 (19)
  • linxOD (1)
Top Labels
Issue Labels
enhancement (4)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 520 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 12
  • Total versions: 17
  • Total maintainers: 1
pypi.org: acdh-django-browsing

Django-App providing some useful things to create browsing views

  • Versions: 17
  • Dependent Packages: 0
  • Dependent Repositories: 12
  • Downloads: 520 Last month
Rankings
Dependent repos count: 4.2%
Dependent packages count: 10.1%
Downloads: 11.5%
Average: 17.4%
Forks count: 22.6%
Stargazers count: 38.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/lint.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • py-actions/flake8 v2 composite
.github/workflows/pypi.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
pyproject.toml pypi
  • crispy-bootstrap5 *
  • django-crispy-forms *
  • django-filter *
  • django-super-deduper *
  • django-tables2 *
  • tablib *
requirements.txt pypi
  • coverage *
  • crispy_bootstrap5 *
  • django *
  • django-next-prev *
  • pytest *