An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/martinlackner/abcvoting

approval-voting committee computational-social-choice multiwinnervoting python research social-choice social-choice-theory voting voting-methods

Score: 13.613932784564625

Last synced: about 10 hours ago
JSON representation

Repository metadata:

Python implementations of approval-based committee (multi-winner) voting rules


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 months ago

Total Commits: 715
Total Committers: 12
Avg Commits per committer: 59.583
Development Distribution Score (DDS): 0.214

Commits in past year: 68
Committers in past year: 6
Avg Commits per committer in past year: 11.333
Development Distribution Score (DDS) in past year: 0.088

Name Email Commits
Martin Lackner u****d@s****t 562
lumbric l****c@g****m 99
benjaminkrenn b****b@g****m 29
Dominik Peters m****l@d****e 12
Simon-Rey r****n@o****r 5
stefanschlomoforster 5****r 2
elvic96 5****6 1
Paweł Batko p****o@g****m 1
Neal McBurnett n****b@g****m 1
Martin Wustinger 3****r 1
Florian-Lackner 5****r 1
Amit Gini 1****i 1

Issue and Pull Request metadata

Last synced: 4 months ago

Total issues: 32
Total pull requests: 78
Average time to close issues: 10 months
Average time to close pull requests: 6 days
Total issue authors: 8
Total pull request authors: 11
Average comments per issue: 1.34
Average comments per pull request: 0.79
Merged pull request: 64
Bot issues: 0
Bot pull requests: 0

Past year issues: 9
Past year pull requests: 10
Past year average time to close issues: 4 months
Past year average time to close pull requests: 2 days
Past year issue authors: 6
Past year pull request authors: 5
Past year average comments per issue: 1.0
Past year average comments per pull request: 2.3
Past year merged pull request: 9
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/martinlackner/abcvoting

Top Issue Authors

  • martinlackner (15)
  • DominikPeters (8)
  • erelsgl (3)
  • Simon-Rey (2)
  • Ibozz91 (1)
  • AmitGini (1)
  • nealmcb (1)
  • axxeny (1)

Top Pull Request Authors

  • lumbric (32)
  • DominikPeters (15)
  • Simon-Rey (10)
  • martinlackner (6)
  • stefanschlomoforster (5)
  • benjaminkrenn (5)
  • elvic96 (1)
  • Florian-Lackner (1)
  • AmitGini (1)
  • nealmcb (1)
  • pbatko (1)

Top Issue Labels

  • enhancement (15)
  • help wanted (7)
  • wontfix (1)
  • good first issue (1)

Top Pull Request Labels


Package metadata

pypi.org: abcvoting

A Python library of approval-based committee (ABC) rules

  • Homepage: https://github.com/martinlackner/abcvoting/
  • Documentation: https://abcvoting.readthedocs.io/
  • Licenses: MIT License
  • Latest release: 2.17.0 (published 4 months ago)
  • Last Synced: 2026-03-04T18:02:12.827Z (4 months ago)
  • Versions: 20
  • Dependent Packages: 2
  • Dependent Repositories: 1
  • Downloads: 1,306 Last month
  • Rankings:
    • Dependent packages count: 3.165%
    • Forks count: 9.322%
    • Stargazers count: 11.75%
    • Average: 13.109%
    • Downloads: 19.746%
    • Dependent repos count: 21.559%
  • Maintainers (1)

Dependencies

setup.py pypi
  • networkx *
docs/requirements.txt pypi
  • Sphinx ==4.4.0
  • gurobipy >=9.5.0
  • matplotlib >=3.4.3
  • mip >=1.14.0
  • networkx >=2.6.3
  • numpy >=1.21
  • numpydoc >=1.2
  • ruamel.yaml >=0.17
  • sphinx-codeautolink >=0.10
  • sphinx-rtd-theme >=1.0.0
.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/piptest.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/piptestfull.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/unittests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml pypi