https://github.com/con/tributors

Pay tribute to your contributors! A tool to automatically update contributor files.

https://github.com/con/tributors

Science Score: 46.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
    Links to: zenodo.org
  • Committers with academic emails
    1 of 9 committers (11.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.9%) to scientific vocabulary

Keywords

allcontributors contributors zenodo

Keywords from Contributors

bioinformatics medical-imaging slurm workflow-engine brain-imaging workflow-management mri singularity-containers dicom reproducibility
Last synced: 6 months ago · JSON representation

Repository

Pay tribute to your contributors! A tool to automatically update contributor files.

Basic Info
Statistics
  • Stars: 13
  • Watchers: 4
  • Forks: 5
  • Open Issues: 16
  • Releases: 13
Topics
allcontributors contributors zenodo
Created over 5 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License

README.md

tributors

docs/assets/img/logo.png

All Contributors <!-- ALL-CONTRIBUTORS-BADGE:END -->

Documentation

What is tributors?

Tributors is a Python library and GitHub action that helps you to pay tribute to your contributors. Tribute interacts with several well-known repository metadata files:

Each of the services above allows you to generate some kind of metadata file that has one or more repository contributors. This file typically needs to be generated and updated manually, and this is where tributors comes in to help! Tributors will allow you to programmatically create and update these files. By way of using a shared cache, a .tributors file that can store common identifiers, it becomes easy to update several of these metadata files at once. You can set criteria such as a threshold for contributions to add a contributor, export an Orcid ID token to ensure that you have Orcid Ids where needed, or use an interactive mode to make decisions as you go.

How does it work?

Tributors uses the GitHub API, Zenodo API, and Orcid API to look up shared identifiers for common metadata services like all contributors, Zenodo, and CodeMeta. The tool is available for local or container usage, and as a GitHub Action (see the examples folder). See the full documentation for getting started.

Contributors

Yaroslav Halchenko
Yaroslav Halchenko

💻 📖
Vanessasaurus
Vanessasaurus

💻
Pierre Grimaud
Pierre Grimaud

💻
vuillaut
vuillaut

💻
jwodder
jwodder

💻

Owner

  • Name: Center for Open Neuroscience
  • Login: con
  • Kind: organization
  • Email: debian@oneukrainian.com
  • Location: Dartmouth College, USA

GitHub Events

Total
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 1
  • Fork event: 1
  • Create event: 1
Last Year
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 1
  • Fork event: 1
  • Create event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 44
  • Total Committers: 9
  • Avg Commits per committer: 4.889
  • Development Distribution Score (DDS): 0.682
Top Committers
Name Email Commits
Vanessasaurus v****t@g****m 14
vsoch v****t@s****u 12
Yaroslav Halchenko d****n@o****m 7
Vanessasaurus 8****h@u****m 4
vsoch v****h@u****m 2
github-actions[bot] 4****]@u****m 2
Thomas Vuillaume t****e@l****r 1
Pierre Grimaud g****e@g****m 1
vuillaut t****e@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 48
  • Total pull requests: 40
  • Average time to close issues: 26 days
  • Average time to close pull requests: about 1 month
  • Total issue authors: 5
  • Total pull request authors: 8
  • Average comments per issue: 3.27
  • Average comments per pull request: 1.48
  • Merged pull requests: 33
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 months
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • yarikoptic (26)
  • vsoch (18)
  • Remi-Gau (2)
  • adswa (1)
  • bkhelifi (1)
Pull Request Authors
  • vsoch (21)
  • yarikoptic (12)
  • github-actions[bot] (4)
  • pgrimaud (1)
  • jwodder (1)
  • crd477 (1)
  • annefou (1)
  • vuillaut (1)
Top Labels
Issue Labels
help wanted (1)
Pull Request Labels
internal (9) release (5) patch (2) minor (2) released (1)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 26 last-month
  • Total docker downloads: 12
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 44
    (may contain duplicates)
  • Total versions: 27
  • Total maintainers: 2
github actions: con/tributors

Update your contributor metadata files with repository members

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 43
  • Docker Downloads: 12
Rankings
Dependent packages count: 0.0%
Docker downloads count: 4.5%
Average: 6.2%
Dependent repos count: 6.9%
Forks count: 8.3%
Stargazers count: 11.4%
Last synced: 6 months ago
pypi.org: tributors

give tribute to your repository contributors.

  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 26 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 14.2%
Stargazers count: 17.1%
Average: 19.2%
Dependent repos count: 21.7%
Downloads: 32.9%
Maintainers (2)
Last synced: 6 months ago

Dependencies

docs/Gemfile rubygems
  • github-pages >= 0 development
.github/workflows/codespell.yml actions
  • actions/checkout v3 composite
  • codespell-project/actions-codespell v2 composite
.github/workflows/deploy.yml actions
  • actions/checkout v3 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/shellcheck.yml actions
  • actions/checkout v3 composite
.github/workflows/test-action.yml actions
  • ./ * composite
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/test-tributors.yml actions
  • actions/checkout v3 composite
.github/workflows/update-contributors.yml actions
  • actions/checkout v3 composite
  • con/tributors master composite
  • vsoch/pull-request-action 1.0.24 composite
action.yml actions
  • Dockerfile * docker
Dockerfile docker
  • node 20 build
setup.py pypi