Metadata-Version: 2.0
Name: onegov.activity
Version: 0.0.1
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
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)
Requires-Dist: onegov.core (>=0.4.0)
Requires-Dist: onegov.user
Requires-Dist: sedate
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: onegov.testing; extra == 'test'
Requires-Dist: pytest; extra == 'test'



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.1 (2016-09-22)
~~~~~~~~~~~~~~~~~~~

- Initial Release


