Metadata-Version: 1.1
Name: onegov.org
Version: 0.0.2
Summary: A OneGov Cloud base application for organisations.
Home-page: http://github.com/OneGov/onegov.org
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 Org follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Org uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.org.png
          :target: https://travis-ci.org/OneGov/onegov.org
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.org/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.org?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.org.svg
            :target: https://badge.fury.io/py/onegov.org
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.org is released under GPLv2
        
        Changelog
        ---------
        
        0.0.2 (2016-08-24)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes dependency to itself.
          [href]
        
        0.0.1 (2016-08-24)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
        
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)
