Metadata-Version: 1.1
Name: django-viewflow
Version: 1.0.1
Summary: Reusable workflow library for django
Home-page: http://github.com/viewflow/viewflow
Author: Mikhail Podgurskiy
Author-email: kmmbvnr@gmail.com
License: UNKNOWN
Description: ===============
        django-viewflow
        ===============
        
        Reusable workflow library for Django http://viewflow.io.
        
        Viewflow is the workflow library based on BPMN concepts. BPMN -
        business process modeling and notations - is the wide adopted industry
        standard for business process modeling. BPMN provides a standard
        notation readily understandable by all business stakeholders. Viewflow
        bridging the gap between picture and executable, ready to use web
        application.
        
        .. image:: https://raw.githubusercontent.com/viewflow/viewflow/master/demo/shipment/doc/ShipmentProcess.png
           :width: 400px
        
        Demo: http://demo.viewflow.io
        
        After over than 10 years history of the BPMN standard, it contains
        whole set of battle-proven primitives for all occasions, helps you to
        describe all real life business process scenarios. Viewflow helps you
        to build a bpmn diagram in code and keep business logic separate from
        django forms and views code.
        
        .. image:: https://img.shields.io/pypi/v/django-viewflow.svg
            :target: https://pypi.python.org/pypi/django-viewflow
        
        .. image:: https://travis-ci.org/viewflow/viewflow.svg
           :target: https://travis-ci.org/viewflow/viewflow
        
        .. image:: https://requires.io/github/viewflow/viewflow/requirements.svg?branch=master
           :target: https://requires.io/github/viewflow/viewflow/requirements/?branch=master
        
        .. image:: https://coveralls.io/repos/viewflow/viewflow/badge.png?branch=master
           :target: https://coveralls.io/r/viewflow/viewflow?branch=master
        
        
        Documentation
        =============
        
        Read the documentation at the `http://docs.viewflow.io/ <http://docs.viewflow.io/>`_
        
        License
        =======
        
        Viewflow is an Open Source project licensed under the terms of the AGPL license - `The GNU Affero General Public License v3.0 <http://www.gnu.org/licenses/agpl-3.0.html>`_ with the Additional
        Permissions described in `LICENCE_EXCEPTION <./LICENCE_EXCEPTION>`_
        
        
        Viewflow Pro has a commercial-friendly license allowing private forks
        and modifications of Viewflow. You can find the commercial license terms in COMM-LICENSE.
        Please see `FAQ <https://github.com/kmmbvnr/django-viewflow/wiki/Pro-FAQ>`_ for more detail.  
        
        
        Latest changelog
        ================
        
        1.0.0 2017-05-29
        ----------------
        
        * Django 1.11 support
        * Open-sourced Python 2.7 support
        * Added APGL licence additional permissions (allows to link with commercial software)
        * Localization added: German/French/Spainish/Korean/Chinese
        * Improved task detail UI in frontend
        * Frontend - task management menu fix
        * `JobActivation.async` method renamed to `run_async`. Fix python 3.7 reserved word warning.  
        * [PRO] New process dashboard view
        * [PRO] Django-Guardian support for task object level permissions
        * [PRO] Fixes and improvements in the flow chart rendering
        
Keywords: workflow,django,bpm,automaton
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
