Metadata-Version: 1.1
Name: onegov.activity
Version: 0.0.7
Summary: Summer activities by Pro Juventute for OneGov Cloud
Home-page: http://github.com/OneGov/onegov.activity
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 Activity follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov Activity uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.activity.png
          :target: https://travis-ci.org/OneGov/onegov.activity
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.activity/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.activity?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.activity.svg
            :target: https://badge.fury.io/py/onegov.activity
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.activity is released under GPLv2
        
        Changelog
        ---------
        
        0.0.7 (2016-10-10)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to filter activites by the duration of their occasions.
          [href]
        
        - Adds a db constraint ensuring that an occasion always starts before it ends.
          [href]
        
        - Adds an archived state to occasions.
          [href]
        
        0.0.6 (2016-10-06)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a reporter column to activites.
          [href]
        
        0.0.5 (2016-10-04)
        ~~~~~~~~~~~~~~~~~~~
        
        - Occasions and bookings can no longer be orphaned.
          [href]
        
        - Location is now optional.
          [href]
        
        - Adds an occasion collection.
          [href]
        
        0.0.4 (2016-10-03)
        ~~~~~~~~~~~~~~~~~~~
        
        - Overhauls the occasion model.
          [href]
        
        0.0.3 (2016-09-29)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to directly access the user object from the activity.
          [href]
        
        0.0.2 (2016-09-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the ability to override the query base on a subclass.
          [href]
        
        - Adds the ability to filter the collection by state.
          [href]
        
        - Adds the ability to get the set of used activity tags.
          [href]
        
        0.0.1 (2016-09-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - 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)
