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

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

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

Keywords from Contributors

autograding hacking sequences interpretability standardization reporting mesh parallel projection interactive
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: acdh-oeaw
  • Language: Python
  • Default Branch: main
  • Size: 46.9 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 15
  • Releases: 12
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Changelog

README.md

Django Interval

django-interval is a Django app. It provides model fields to store date information with some extra data stored in additional fields. The additional fields are composed of a _date_sort, a _date_from and a _date_to field that store data that is generated from the string stored in the main model field.

Installation

Install django-interval and add django_interval to your INSTALLED_APPS add the django_interval.urls to your urlpatterns: urlpatterns += [path("", include("django_interval.urls"))]

Use either the django_interval.fields.FuzzyDateParserField or the django_interval.fields.FuzzyDateRegexField in your models. Both come with sensible defaults (a parser method in the FuzzyDateParserField and a list of regexes in the FuzzyDateRegexField), but it is possible to pass custom parser or regexes as arguments.

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: 30
  • Release event: 4
  • Issues event: 23
  • Delete event: 24
  • Issue comment event: 24
  • Push event: 50
  • Pull request review comment event: 1
  • Pull request event: 52
  • Pull request review event: 5
Last Year
  • Create event: 30
  • Release event: 4
  • Issues event: 23
  • Delete event: 24
  • Issue comment event: 24
  • Push event: 50
  • Pull request review comment event: 1
  • Pull request event: 52
  • Pull request review event: 5

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 57
  • Total Committers: 6
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.351
Past Year
  • Commits: 57
  • Committers: 6
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.351
Top Committers
Name Email Commits
Birger Schacht b****t@o****t 37
github-actions[bot] 4****] 12
Gytha Ogg g****t@g****m 3
dependabot[bot] 4****] 2
KK d****k@o****t 2
Matthias Schlögl m****l@o****t 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 22
  • Total pull requests: 80
  • Average time to close issues: 13 days
  • Average time to close pull requests: 4 days
  • Total issue authors: 4
  • Total pull request authors: 6
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.41
  • Merged pull requests: 65
  • Bot issues: 0
  • Bot pull requests: 24
Past Year
  • Issues: 22
  • Pull requests: 80
  • Average time to close issues: 13 days
  • Average time to close pull requests: 4 days
  • Issue authors: 4
  • Pull request authors: 6
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.41
  • Merged pull requests: 65
  • Bot issues: 0
  • Bot pull requests: 24
Top Authors
Issue Authors
  • gythaogg (10)
  • koeaw (7)
  • b1rger (3)
  • sennierer (2)
Pull Request Authors
  • b1rger (40)
  • github-actions[bot] (19)
  • koeaw (11)
  • dependabot[bot] (5)
  • gythaogg (4)
  • sennierer (1)
Top Labels
Issue Labels
enhancement (1) bug (1)
Pull Request Labels
autorelease: tagged (12) autorelease: pending (7) dependencies (5) github_actions (5) approved (2)