Metadata-Version: 2.1
Name: pystv
Version: 0.0.5
Summary: "Python API for adjudicating single transferable vote elections"
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
Description: ========================
        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
        
        
        .. image:: https://pyup.io/repos/github/chrisroat/pystv/shield.svg
             :target: https://pyup.io/repos/github/chrisroat/pystv/
             :alt: Security 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
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
