Metadata-Version: 1.1
Name: whalrus
Version: 0.4.0
Summary: Which Alternative Represents Us, a package for voting rules
Home-page: https://github.com/francois-durand/whalrus
Author: François Durand
Author-email: fradurand@gmail.com
License: GNU General Public License v3
Description: =======
        Whalrus
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/whalrus.svg
                :target: https://pypi.python.org/pypi/whalrus
        
        .. image:: https://img.shields.io/travis/francois-durand/whalrus.svg
                :target: https://travis-ci.org/francois-durand/whalrus
        
        .. image:: https://readthedocs.org/projects/whalrus/badge/?version=latest
                :target: https://whalrus.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/francois-durand/whalrus/shield.svg
             :target: https://pyup.io/repos/github/francois-durand/whalrus/
             :alt: Updates
        
        
        
        Which Alternative Represents Us, a package for voting rules
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://whalrus.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        We use the checklist provided by `My Toy Package`_.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _`My Toy Package`: https://my-toy-package.readthedocs.io/en/latest/readme.html
        
        
        =======
        History
        =======
        
        0.4.0 (2019-03-29)
        ------------------
        
        * Implement Schulze rule.
        
        0.3.0 (2019-03-29)
        ------------------
        
        * Implement Ranked Pairs rule.
        
        0.2.1 (2019-03-28)
        ------------------
        
        * Optimize argument passing between child classes, their parent classes and their ``__call__`` function.
        
        0.2.0 (2019-03-21)
        ------------------
        
        * First "real" release, where most classic voting systems are implemented.
        
        0.1.0 (2018-03-13)
        ------------------
        
        * First release on PyPI.
        
Keywords: whalrus
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
