Metadata-Version: 2.1
Name: onegov.wtfs
Version: 0.0.5
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
        ---------
        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
