Metadata-Version: 2.1
Name: onegov.wtfs
Version: 1.1.2
Summary: Tax form scanning app for the city of Winterthur
Home-page: http://github.com/onegov/onegov.wtfs
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 Wtfs follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Wtfs uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.wtfs.png
          :target: https://travis-ci.org/OneGov/onegov.wtfs
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.wtfs/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.wtfs?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.wtfs.svg
            :target: https://badge.fury.io/py/onegov.wtfs
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.wtfs is released under GPLv2
        
        Changelog
        ---------
        1.1.2 (2019-04-23)
        ~~~~~~~~~~~~~~~~~~~
        
        - Improves CSV handling.
          [msom]
        
        1.1.1 (2019-04-23)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes the YubiKey field from the login form.
          [msom]
        
        1.1.0 (2019-04-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - Allows to manage admins.
          [msom]
        
        - Makes municipality list sortable.
          [msom]
        
        - Makes user list sortable.
          [msom]
        
        1.0.0 (2019-04-11)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes iFrame support.
          [msom]
        
        0.0.9 (2019-04-08)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes VAT from invoices.
          [msom]
        
        0.0.8 (2019-04-02)
        ~~~~~~~~~~~~~~~~~~~
        
        - Allows the application to be displayed within an iFrame.
          [msom]
        
        0.0.7 (2019-04-01)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes always run option on upgrade step.
          [msom]
        
        0.0.6 (2019-03-29)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds payment types.
          [msom]
        
        0.0.5 (2019-03-28)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds datetime picker.
          [msom]
        
        - Directly returns the invoices CSV.
          [msom]
        
        - Allows to create invoices for all municipalities.
          [msom]
        
        - Colorizes the daily list boxes view.
          [msom]
        
        0.0.4 (2019-03-13)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes municipality and users templates.
          [msom]
        
        - Orders pickup dates when creating scan jobs as regular users.
          [msom]
        
        - Fixes home page redirection for users without a municipality.
          [msom]
        
        - Updates scan job labels.
          [msom]
        
        0.0.3 (2019-03-11)
        ~~~~~~~~~~~~~~~~~~~
        
        - Update deploy keys.
          [msom]
        
        0.0.2 (2019-03-11)
        ~~~~~~~~~~~~~~~~~~~
        
        - First version.
          [msom]
        
        0.0.1 (2019-01-28)
        ~~~~~~~~~~~~~~~~~~~
        
        - 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
