Socket
Socket
Sign inDemoInstall

pystv

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pystv

Python API for adjudicating single transferable vote elections. Also contains basic web server to adjudicate results in CSV format.


Maintainers
1

===== pyrcv

.. image:: https://img.shields.io/pypi/v/pystv.svg :target: https://pypi.python.org/pypi/pystv :alt: PyPi Status

.. image:: https://github.com/chrisroat/pyrcv/actions/workflows/ci.yml/badge.svg :target: https://github.com/chrisroat/pyrcv/actions/workflows/ci.yml :alt: Test Status

.. image:: https://readthedocs.org/projects/pystv/badge/?version=latest :target: https://pystv.readthedocs.io/en/latest/?version=latest :alt: Documentation Status

Python project for adjudicating ranked choice voting elections using the single transferable vote (STV) method. For more information on ranked choice voting, visit the FairVote website on RCV_.

The project also contains a small flask server for adjudicating and visualizing election results from a CSV file. It is automatically deployed at at pyrcv.org_

Features

  • General standards and APIs for voting data and vote tabulation.
  • Tabulation of ranked-choice elections using the single-transferable-vote (STV) method.
  • Support for both single-winner and multi-winner contests.
  • Generation of Sankey diagram showing the flow of vote counts through the rounds of a multi-round election.
  • Parser for converting Google Form based election output to voting data standard format.
  • Web server which processes CSV data output from a Google Form based election, and displays winners and a Sankey diagram.

Credits

Inspired by FairVote_ and CalRCV_. FairVote's examples were extremely helpful for development and correctness-testing.

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _FairVote website on RCV: https://fairvote.org/our-reforms/ranked-choice-voting/ .. _pyrcv.org: https://www.pyrcv.org .. _FairVote: https://fairvote.org/ .. _CalRCV: https://www.calrcv.org/ .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc