Metadata-Version: 2.4
Name: rcv_cruncher
Version: 0.0.16
Summary: Analyze RCV elections
Author: Bryan Huang, Chris Zawora
Author-email: bhuang@fairvote.org, christopher.zawora@gmail.com
License: GPL-3.0-or-later
Project-URL: Documentation, https://rcv_cruncher.readthedocs.io/
Project-URL: Changelog, https://rcv_cruncher.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/fairvotereform/rcv_cruncher/issues
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: tqdm>=4.56.0
Requires-Dist: pandas>=1.2.0
Requires-Dist: xmltodict>=0.12.0
Provides-Extra: dev
Requires-Dist: sphinx_copybutton; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# rcv_cruncher

A python package for tabulating and analysing Ranked Choice Voting results.

For full documentation visit https://rcv-cruncher.readthedocs.io/en/latest/

## Install

Requires python version >= 3.9

<br/>

```
pip install rcv-cruncher
```

