Metadata-Version: 1.1
Name: onegov.foundation
Version: 0.1.0
Summary: Provides a base for Zurb Foundation themes used in OneGov.
Home-page: http://github.com/onegov/onegov.foundation
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 Foundation follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Foundation uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.foundation.png
          :target: https://travis-ci.org/OneGov/onegov.foundation
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.foundation/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.foundation?branch=master
          :alt: Project Coverage
        
        Latests PyPI Release
        --------------------
        .. image:: https://pypip.in/v/onegov.foundation/badge.png
          :target: https://crate.io/packages/onegov.foundation
          :alt: Latest PyPI Release
        
        License
        -------
        onegov.foundation is released under GPLv2
        
        Changelog
        ---------
        
        Unreleased
        ~~~~~~~~~~
        
        0.1.0 (2015-10-12)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes Python 2.x support.
          [href]
        
        0.0.4 (2015-07-13)
        ~~~~~~~~~~~~~~~~~~~
        
        - Monkey-patches pyscss, to fix its Zurb Foundation compilation.
          See https://github.com/Kronuz/pyScss/pull/342.
          [href]
        
        0.0.3 (2015-06-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds support for onegov.core.upgrade
          [href]
        
        - Remove support for Python 3.3
          [href]
        
        0.0.2 (2015-05-05)
        ~~~~~~~~~~~~~~~~~~~
        
        - Upgrade to Zurb Foundation 5.5.2.
          [href]
        
        0.0.1 (2015-04-29)
        ~~~~~~~~~~~~~~~~~~~
        
        - 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)
