django-spiff-workflow


Namedjango-spiff-workflow JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/waqqas/django-spiff-workflow
SummaryDjango integration with spiff workflow library
upload_time2024-06-14 05:28:57
maintainerNone
docs_urlNone
authorWaqqas Jabbar
requires_python>=3.9
licenseMIT
keywords django spiff workflow bpmn dmn bpmn2 business process management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### django-spiff-workflow
Integration of Python [`spiffworkflow`](https://github.com/sartography/SpiffWorkflow) library with Django

### Installation

Install `django-spiff-workflow` using `pip install django-spiff-workflow`

Add `"django_spiff_workflow"` to your `INSTALLED_APPS` settings like this:

```
INSTALLED_APPS = (
    "django_spiff_workflow",
    ...
)
```

### More documentation

For more information check the documentation of [`spiff-workflow` doc](https://spiffworkflow.readthedocs.io/en/latest/index.html).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/waqqas/django-spiff-workflow",
    "name": "django-spiff-workflow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "django, spiff, workflow, bpmn, dmn, bpmn2, business process management",
    "author": "Waqqas Jabbar",
    "author_email": "waqqas.jabbar@egmail.com",
    "download_url": "https://files.pythonhosted.org/packages/91/5c/a15c8d964fdc506d894010a67920185f80651c2f6d99e126fbefa6f01283/django-spiff-workflow-0.1.6.tar.gz",
    "platform": null,
    "description": "### django-spiff-workflow\nIntegration of Python [`spiffworkflow`](https://github.com/sartography/SpiffWorkflow) library with Django\n\n### Installation\n\nInstall `django-spiff-workflow` using `pip install django-spiff-workflow`\n\nAdd `\"django_spiff_workflow\"` to your `INSTALLED_APPS` settings like this:\n\n```\nINSTALLED_APPS = (\n    \"django_spiff_workflow\",\n    ...\n)\n```\n\n### More documentation\n\nFor more information check the documentation of [`spiff-workflow` doc](https://spiffworkflow.readthedocs.io/en/latest/index.html).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django integration with spiff workflow library",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/waqqas/django-spiff-workflow"
    },
    "split_keywords": [
        "django",
        " spiff",
        " workflow",
        " bpmn",
        " dmn",
        " bpmn2",
        " business process management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd094d1801a4df2897786216d5d1e6524f23b3561601b09a71f413dbae729459",
                "md5": "f9e558c10a25192c1e27fc445aeba1af",
                "sha256": "64930b1e02e7edb0fe75fe25dcfa1e49791935e085292578747b0e650914bad6"
            },
            "downloads": -1,
            "filename": "django_spiff_workflow-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9e558c10a25192c1e27fc445aeba1af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 14727,
            "upload_time": "2024-06-14T05:28:56",
            "upload_time_iso_8601": "2024-06-14T05:28:56.518048Z",
            "url": "https://files.pythonhosted.org/packages/bd/09/4d1801a4df2897786216d5d1e6524f23b3561601b09a71f413dbae729459/django_spiff_workflow-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "915ca15c8d964fdc506d894010a67920185f80651c2f6d99e126fbefa6f01283",
                "md5": "412ceb811571958be8eff3fe13fe86ef",
                "sha256": "6bbce78ea9a9caf953a102d744bea77cd9557b3763b36b2b8c0d251bd631d836"
            },
            "downloads": -1,
            "filename": "django-spiff-workflow-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "412ceb811571958be8eff3fe13fe86ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9552,
            "upload_time": "2024-06-14T05:28:57",
            "upload_time_iso_8601": "2024-06-14T05:28:57.894402Z",
            "url": "https://files.pythonhosted.org/packages/91/5c/a15c8d964fdc506d894010a67920185f80651c2f6d99e126fbefa6f01283/django-spiff-workflow-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-14 05:28:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waqqas",
    "github_project": "django-spiff-workflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-spiff-workflow"
}
        
Elapsed time: 1.46413s