Metadata-Version: 2.1
Name: pystv
Version: 0.9.0
Summary: Python API for adjudicating single transferable vote elections.  Also contains basic web server to adjudicate results in CSV format.
Home-page: https://github.com/chrisroat/pystv
Author: Chris Roat
Author-email: chris.roat@gmail.com
License: GNU General Public License v3
Project-URL: Bug Tracker, https://github.com/chrisroat/pystv/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE

========================
Single Transferable Vote
========================


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

.. image:: https://github.com/chrisroat/pystv/actions/workflows/ci.yml/badge.svg
        :target: https://github.com/chrisroat/pystv/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 API for adjudicating single transferable vote elections


* Free software: GNU General Public License v3
* Documentation: https://pystv.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


