Metadata-Version: 2.0
Name: serviceform
Version: 0.9.7
Summary: Django web application to collect volunteering willingness data and report to responsible people
Home-page: https://github.com/tuomas2/serviceform
Author: Tuomas Airaksinen
Author-email: tuomas.airaksinen@gmail.com
License: GPL
Keywords: django,church,volunteering,recruiting,reporting
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Natural Language :: Finnish
Classifier: Framework :: Django
Classifier: Intended Audience :: Religion
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: Django
Requires-Dist: colour
Requires-Dist: django-colorful
Requires-Dist: django-compressor
Requires-Dist: django-crispy-forms
Requires-Dist: django-guardian
Requires-Dist: django-libsass
Requires-Dist: django-nested-admin
Requires-Dist: django-redis-cache
Requires-Dist: django-select2-forms
Requires-Dist: psycopg2
Requires-Dist: raven
Provides-Extra: cachalot
Requires-Dist: django-cachalot; extra == 'cachalot'
Provides-Extra: celery
Requires-Dist: celery; extra == 'celery'
Requires-Dist: django-celery; extra == 'celery'
Provides-Extra: grappelli
Requires-Dist: django-grappelli; extra == 'grappelli'

.. image:: https://travis-ci.org/tuomas2/serviceform.svg?branch=master
   :target: https://travis-ci.org/tuomas2/serviceform

.. image:: https://coveralls.io/repos/github/tuomas2/serviceform/badge.svg?branch=master
   :target: https://coveralls.io/github/tuomas2/serviceform?branch=master

.. image:: https://img.shields.io/codeclimate/github/tuomas2/serviceform.svg
   :target: https://codeclimate.com/github/tuomas2/serviceform

.. image:: https://www.versioneye.com/user/projects/5922f7e68dcc41003af21f61/badge.svg
   :target: https://www.versioneye.com/user/projects/5922f7e68dcc41003af21f61

.. image:: https://img.shields.io/pypi/v/serviceform.svg
   :target: https://pypi.python.org/pypi/serviceform

.. image:: https://img.shields.io/pypi/pyversions/serviceform.svg
   :target: https://pypi.python.org/pypi/serviceform

.. image:: https://img.shields.io/badge/licence-GPL--3-blue.svg
   :target: https://github.com/tuomas2/serviceform/blob/master/LICENSE.txt


Serviceform
===========

Web application for collecting data from volunteers of willingness to participate.


Documentation
-------------

User / server admin guides:

 - `Production guide with Docker <https://github.com/tuomas2/serviceform/wiki/Production-guide-with-Docker>`_

Developer guides:

 - `General developer guide <https://github.com/tuomas2/serviceform/wiki/Development>`_
 - `Install as Django application to your project <https://github.com/tuomas2/serviceform/wiki/Install-as-Django-application-to-your-project>`_



LICENSE
-------

Copyright (C) 2017 Tuomas Airaksinen

Serviceform is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Serviceform is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Serviceform.  If not, see <http://www.gnu.org/licenses/>.

For more information, `see LICENSE.txt <LICENSE.txt>`_

