Metadata-Version: 2.1
Name: onegov.swissvotes
Version: 0.0.3
Summary: Database for federal votes
Home-page: http://github.com/onegov/onegov.swissvotes
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 Swissvotes follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Swissvotes uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.swissvotes.png
          :target: https://travis-ci.org/OneGov/onegov.swissvotes
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.swissvotes/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.swissvotes?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.swissvotes.svg
            :target: https://badge.fury.io/py/onegov.swissvotes
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.swissvotes is released under GPLv2
        
        Changelog
        ---------
        0.0.3 (2018-08-31)
        ~~~~~~~~~~~~~~~~~~~
        
        - Improves vote(s) views.
          [msom]
        
        - Adds editor options.
          [msom]
        
        - Fixes votes pagination.
          [msom]
        
        0.0.2 (2018-08-31)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the GitHub deploy key.
          [msom]
        
        0.0.1 (2018-08-30)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release.
          [msom]
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Provides-Extra: test
