Metadata-Version: 1.1
Name: onegov.onboarding
Version: 0.4.2
Summary: Onboarding for OneGov Cloud applications.
Home-page: http://github.com/OneGov/onegov.onboarding
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 Onboarding follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Onboarding uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.onboarding.png
          :target: https://travis-ci.org/OneGov/onegov.onboarding
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://codecov.io/github/OneGov/onegov.onboarding/coverage.svg?branch=master
          :target: https://codecov.io/github/OneGov/onegov.onboarding?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.onboarding.svg
            :target: https://badge.fury.io/py/onegov.onboarding
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.onboarding is released under GPLv2
        
        Changelog
        ---------
        0.4.2 (2017-10-25)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes footer-height not working with new foundation theme release.
          [href]
        
        0.4.1 (2017-10-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes events not being created in the correct language.
          [href]
        
        0.4.0 (2017-10-10)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes search not working after town instance creation.
          [href]
        
        0.3.7 (2017-08-03)
        ~~~~~~~~~~~~~~~~~~~
        
        - Switch onegov.testing to onegov_testing
          [href]
        
        0.3.6 (2017-06-23)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.core/org release.
          [msom]
        
        0.3.5 (2017-03-21)
        ~~~~~~~~~~~~~~~~~~~
        
        - Replaces onegov.libres with onegov.reservation.
          [href]
        
        0.3.4 (2017-03-02)
        ~~~~~~~~~~~~~~~~~~~
        
        - Use hipchat notification from onegov.core.
          [msom]
        
        0.3.3 (2017-01-30)
        ~~~~~~~~~~~~~~~~~~~
        
        - Upgrade to latest onegov.org/onegov.town releases.
          [href]
        
        0.3.2 (2017-01-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Upgrade to latest onegov.org/onegov.town releases.
          [href]
        
        0.3.1 (2017-01-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Upgrade to latest onegov.org/onegov.town releases.
          [href]
        
        0.3.0 (2017-01-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Upgrade to latest onegov.org/onegov.town releases.
          [href]
        
        - Aligns the design with the new design of onegov.org.
          [href]
        
        - Limit colors to a few hand-selected options.
          [href]
        
        0.2.15 (2017-01-10)
        ~~~~~~~~~~~~~~~~~~~
        
        - Update to the latest onegov.org/onegov.town releases.
          [href]
        
        0.2.14 (2016-10-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Update to the latest onegov.org/onegov.town releases.
          [href]
        
        0.2.13 (2016-09-29)
        ~~~~~~~~~~~~~~~~~~~
        
        - Update to the latest onegov.org/onegov.town releases.
          [href]
        
        0.2.12 (2016-09-13)
        ~~~~~~~~~~~~~~~~~~~
        
        - Update to the latest onegov.org/onegov.town releases.
          [href]
        
        0.2.11 (2016-09-12)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.town/org release.
          [href]
        
        - Name each step and have a separate body class for each named step.
          [href]
        
        0.2.10 (2016-08-19)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.town release.
          [href]
        
        0.2.9 (2016-07-28)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.town release.
          [href]
        
        0.2.8 (2016-06-27)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.town release.
          [href]
        
        0.2.7 (2016-05-31)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.core and onegov.town releases.
          [href]
        
        0.2.6 (2016-05-30)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.core and onegov.town releases.
          [href]
        
        0.2.5 (2016-05-17)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.town release.
          [href]
        
        0.2.4 (2016-05-05)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on latest onegov.town release.
          [href]
        
        0.2.3 (2016-05-02)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on the latest onegov.core and onegov.town release.
          [href]
        
        - Adds Morepath 0.13 compatibility.
          [href]
        
        0.2.2 (2016-04-06)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depends on the latest onegov.town and onegov.core releases.
          [href]
        
        0.2.1 (2016-02-15)
        ~~~~~~~~~~~~~~~~~~~
        
        - Depend on latest onegov.core release which fixes an issue with email sending.
          [href]
        
        0.2.0 (2016-02-09)
        ~~~~~~~~~~~~~~~~~~~
        
        - Includes the latest onegov.town and onegov.core releases.
          [href]
        
        0.1.7 (2016-02-01)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fix missing default color on Chrome/Firefox.
          [href]
        
        0.1.6 (2016-01-27)
        ~~~~~~~~~~~~~~~~~~~
        
        - Sets the initial user as the default reply to address.
          [href]
        
        0.1.5 (2016-01-27)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes wrong login link in welcome e-mail.
          [href]
        
        0.1.4 (2016-01-27)
        ~~~~~~~~~~~~~~~~~~~
        
        - Uses the latest onegov.core and onegov.town release.
          [href]
        
        0.1.3 (2016-01-27)
        ~~~~~~~~~~~~~~~~~~~
        
        - Prevents double clicks on submit buttons.
          [href]
        
        - Adds a welcome e-mail.
          [href]
        
        0.1.2 (2016-01-25)
        ~~~~~~~~~~~~~~~~~~~
        
        - Use latest onegov.town release.
          [href]
        
        0.1.1 (2016-01-23)
        ~~~~~~~~~~~~~~~~~~~
        
        - Includes the requirements.txt build artifact on the Github Releases page.
          [href]
        
        0.1.0 (2016-01-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
          [href]
        
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)
