Metadata-Version: 1.1
Name: viewflow-extensions
Version: 1.1.2
Summary: Useful extensions for django-viewflow-pro.
Home-page: https://github.com/Thermondo/viewflow-extensions
Author: Thermondo GmbH
Author-email: opensource@thermondo.de
License: Apache-2
Description-Content-Type: UNKNOWN
Description: |version| |ci| |coverage| |license|
        
        Viewflow Extensions
        ===================
        
        Useful extensions for ``django-viewflow-pro``.
        
        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!
        
        **Note: This package officially only supports viewflow PRO. The free
        version might work too.**
        
        Documentation
        -------------
        
        The latest documentation can be found at `Read the Docs`_.
        
        Contribution
        ------------
        
        Please read the `Contributing Guide`_ before you submit a pull request.
        
        .. _Read the Docs: http://viewflow-extensions.rtfd.org/
        .. _Contributing Guide: CONTRIBUTING.md
        
        .. |version| image:: https://img.shields.io/pypi/v/viewflow-extensions.svg
           :target: https://pypi.python.org/pypi/viewflow-extensions/
        .. |ci| image:: https://api.travis-ci.org/Thermondo/viewflow-extensions.svg?branch=master
           :target: https://travis-ci.org/Thermondo/viewflow-extensions
        .. |coverage| image:: https://codecov.io/gh/Thermondo/viewflow-extensions/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/Thermondo/viewflow-extensions
        .. |license| image:: https://img.shields.io/badge/license-Apache_2-blue.svg
           :target: LICENSE
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
