Version 0.1 Released!

Written for ballotbox by Duncan McGreggor on 2011-07-17

Version 0.1 of BallotBox for Python was released today on PyPI.

This first release is experimental in nature, to give folks some code to play with, find bugs, complain about the API or actual implementation, etc.

The current supported voting methods are the following:
 * Simple (Majority Rule)
 * Plurality (First Past the Post)
 * Preferential (Copeland, Kemeny-Young, 3 Minimax types, 4 Borda types, Nanson, and Baldwin)

The next release of BallotBox will see the completion of the single-winner implementations (e.g., Ranked Pairs, Schulze, Rated Systems), as well as the multi-winner, random, and proxy implementations.

Download is available here:
  http://pypi.python.org/packages/source/b/ballotbox/ballotbox-0.1.tar.gz#md5=99fb47891f0e64dd0f5336ef0c742b2b

Documentation is here:
  http://packages.python.org/ballotbox/

Report all issues here:
  https://bugs.launchpad.net/ballotbox

Updated . Read more

Read all announcements