Metadata-Version: 1.1
Name: onegov.ballot
Version: 0.1.2
Summary: Models ballot results for OneGov.
Home-page: http://github.com/onegov/onegov.ballot
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description: 
        
        Run the Tests
        -------------
            
        Install tox and run it::
        
            pip install tox
            tox
        
        Limit the tests to a specific python version::
        
            tox -e py27
        
        Conventions
        -----------
        
        Onegov Ballot follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Ballot uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.ballot.png
          :target: https://travis-ci.org/OneGov/onegov.ballot
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.ballot/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.ballot?branch=master
          :alt: Project Coverage
        
        Latests PyPI Release
        --------------------
        .. image:: https://pypip.in/v/onegov.ballot/badge.png
          :target: https://crate.io/packages/onegov.ballot
          :alt: Latest PyPI Release
        
        License
        -------
        onegov.ballot is released under GPLv2
        
        Changelog
        ---------
        
        Unreleased
        ~~~~~~~~~~
        
        0.1.2 (2015-12-08)
        ~~~~~~~~~~~~~~~~~~~
        
        - If nobody votes on an issue the yeas percentage is now assumed to be 0%.
          Before it was undefined and lead to a division by zero.
          [href]
        
        - Changes the votes order to date, domain, shortcode, title.
          [href]
        
        0.1.1 (2015-10-16)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a last_result_change property on the vote, indicating the last time a
          result was added or changed.
          [href]
        
        - Adds a shortcode to each vote for internal reference.
          [href]
        
        0.1.0 (2015-10-12)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to query the votes by year.
          [href]
        
        - Removes Python 2.x support.
          [href]
        
        0.0.5 (2015-10-06)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes the counts/results/percentages for votes without results.
          [href]
        
        - Yeas/Nays on the vote are no longer simple summations if a counter-proposal
          is present. In this case, the absolute total is taken from the winning
          proposition (say the yeas of the proposal or the counter-proposal, but
          not a merge of the two.).
          [href]
        
        0.0.4 (2015-08-31)
        ~~~~~~~~~~~~~~~~~~~
        
        - Renames the "yays" to "yeas", the correct spelling.
        
        0.0.3 (2015-06-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Remove support for Python 3.3.
          [href]
        
        - Adds support for onegov.core.upgrade.
          [href]
        
        0.0.2 (2015-06-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Each ballot result now needs a municipality id, a.k.a BFS-Nummer.
          [href]
        
        0.0.1 (2015-06-18)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
