Metadata-Version: 2.0
Name: viewflow-extensions
Version: 0.2.1
Summary: Useful extensions for django-viewflow.
Home-page: https://github.com/Thermondo/viewflow-extensions
Author: Johannes Hoppe, Thermondo GmbH
Author-email: johannes.hoppe@thermondo.de
License: MIT
Download-URL: https://github.com/Thermondo/viewflow-extensions
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9

[![Django-CC](https://img.shields.io/badge/Django-CC-ee66dd.svg)](https://github.com/codingjoe/django-cc)
[![version](https://img.shields.io/pypi/v/viewflow-extensions.svg)](https://pypi.python.org/pypi/viewflow-extensions/)
[![ci](https://api.travis-ci.org/Thermondo/viewflow-extensions.svg?branch=master)](https://travis-ci.org/Thermondo/viewflow-extensions)
[![coverage](https://coveralls.io/repos/Thermondo/viewflow-extensions/badge.svg?branch=master)](https://coveralls.io/r/Thermondo/viewflow-extensions)
[![code-health](https://landscape.io/github/Thermondo/viewflow-extensions/master/landscape.svg?style=flat)](https://landscape.io/github/Thermondo/viewflow-extensions/master)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Thermondo/viewflow-extensions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

# Viewflow Extensions
Useful extensions for django-viewflow

## Installation

Simply install the latest stable package using the command

`pip install viewflow-extensions`

and add `'viewflow_extensions'` to `INSTALLED_APP`s in your settings.py, that's it!

## Documentation
The latest documentation can be found at [Read the Docs](http://viewflow-extensions.rtfd.org/).

## Contribution
Please read the [Contributing Guide](CONTRIBUTING.md) before you submit a pull request.


