https://github.com/acdh-oeaw/django-grouper
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
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.9%) to scientific vocabulary
Keywords from Contributors
interpretability
standardization
animal
hack
autograder
report
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- Language: HTML
- Default Branch: main
- Size: 27.3 KB
Statistics
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 4
- Releases: 2
Created about 2 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
README.md
Group Django model instances on similar fields
Based on this tutorial
Installation
- add
django_grouperto yourINSTALLED_APPS - add
path("", include("django_grouper.urls"))to yoururlpatterns - go to
/grouperand add the paramgroup_content_typeto specify which ContentType to group and the paramsgroup_fieldsto specify which fields to group by
Configuration
If you define a GROUP_FILTER in you settings, the queryset in the /grouper view will be passed through this filter. The filter is expected to
be a callable and will receive the queryset and the request as parameters. This means you can pass the queryset together with the request to a
django-filter filter.
Owner
- Name: Austrian Centre for Digital Humanities & Cultural Heritage
- Login: acdh-oeaw
- Kind: organization
- Email: acdh@oeaw.ac.at
- Location: Vienna, Austria
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
GitHub Events
Total
- Push event: 2
- Pull request event: 3
- Create event: 3
Last Year
- Push event: 2
- Pull request event: 3
- Create event: 3
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Birger Schacht | b****t@o****t | 26 |
| github-actions[bot] | 4****] | 2 |
Committer Domains (Top 20 + Academic)
oeaw.ac.at: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 23
- Average time to close issues: N/A
- Average time to close pull requests: 8 days
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.09
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 2
Past Year
- Issues: 0
- Pull requests: 23
- Average time to close issues: N/A
- Average time to close pull requests: 8 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.09
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 2
Top Authors
Issue Authors
Pull Request Authors
- b1rger (31)
- sennierer (6)
- github-actions[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
autorelease: tagged (2)
autorelease: pending (2)
Dependencies
pyproject.toml
pypi
- ruff ^0.4.8 develop
- django ^5.0.6
- pandas ^2.2.2
- python ^3.11
- scikit-learn ^1.5.0
- sparse-dot-topn ^1.1.1
.github/workflows/djlint.yml
actions
.github/workflows/gitlint.yml
actions
.github/workflows/release-please.yml
actions
- googleapis/release-please-action v3 composite
.github/workflows/ruff-formatter.yml
actions
.github/workflows/ruff-linter.yml
actions
.github/workflows/deptry.yml
actions
.github/workflows/publish.yml
actions
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- pypa/gh-action-pypi-publish release/v1 composite