Metadata-Version: 2.1
Name: django-transitions
Version: 0.1
Summary: Integrate pytransitions with Django.
Home-page: https://github.com/PrimarySite/django-transitions
Author: Christian Ledermann
Author-email: christian.ledermann@gmail.com
License: BSD
Keywords: django permission restframework
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Programming Language :: Python :: 2
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: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: Django
Requires-Dist: transitions

django-transitions
====================

.. inclusion-marker-do-not-remove

A wrapper of pytransitions_ for django_

.. image:: https://circleci.com/gh/PrimarySite/django-transitions.svg?style=svg
    :target: https://circleci.com/gh/PrimarySite/django-transitions
    :alt: Test Status

.. image:: https://codecov.io/gh/PrimarySite/django-transitions/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/PrimarySite/django-transitions
    :alt: Test Coverage

.. image:: https://readthedocs.org/projects/django-transitions/badge/?version=latest
    :target: https://django-transitions.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

You do not *need* django-transitions to integrate django_ and pytransitions_.
It is meant to be a lightweight wrapper (it has just over 50 logical lines of code)
and documentation how to go about using pytransitions inside a django application.

This package provides:

- Example workflow implementation.
- Base classes and mixins to
    - Keep it DRY
    - Keep transitions consistent
    - Reduce cut and paste
    - Avoid boiler plate.
- Admin mixin to add workflow actions to the django admin.
- Admin templates


.. _django: https://www.djangoproject.com/
.. _pytransitions: https://pypi.org/project/transitions/



