Skip to main content

Django App for storing Workflows and Tracking

Project description

https://badge.fury.io/py/django-genomix-workflows.svg https://travis-ci.org/chopdgd/django-genomix-workflows.svg?branch=develop https://codecov.io/gh/chopdgd/django-genomix-workflows/branch/develop/graph/badge.svg Updates Python 3

Django App for storing Workflows and Tracking

Documentation

The full documentation is at https://django-genomix-workflows.readthedocs.io.

Quickstart

Install django-genomix-workflows:

pip install django-genomix-workflows

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'genomix_workflows',
    ...
)

Add django-genomix-workflows’s URL patterns:

from genomix_workflows import urls as genomix_workflows_urls


urlpatterns = [
    ...
    url(r'^', include(genomix_workflows_urls, namespace='genomix_workflows')),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2018-01-12)

  • First release on PyPI.

0.2.0 (2018-06-27)

  • Changed models completely.

  • Add graph interpretations for workflows.

  • Add signal to automatically create task instances after workflow instance initiation.

  • Add signals to update related task status after task updates.

  • Add methods for single workflow/task instances to get current status, graph, JSON graph, and other useful helpers.

  • Add managers for combined workflow and task methods.

  • Add single and combined graph diagram, current status, and topographical sort to Django Admin.

  • Complete the switch to Django 2.0

  • Update requirements and dependencies.

0.2.1 (2018-07-02)

  • Add raw id in Admin for workflow instance parent field

0.2.2 (2018-07-03)

  • Add raw id in Admin for Task instance

0.2.3 (2018-07-06)

  • Fix an issue with next and previous task instances

0.2.4 (2018-07-08)

  • Improve combined Next and Previous calculations

0.2.5 (2018-07-09)

  • Fix current state for a single workflow without running or pending tasks

0.2.6 (2018-08-07)

  • Add Skip action feature

  • Increase coverage

0.2.7 (2018-08-13)

0.2.7 Changelog

  • Updated 3rd party requirements. Some requirements had changed so it was causing failures

0.2.8 (2018-08-30)

  • Add version to Tasks

0.2.9 (2018-10-29)

  • Updated 3rd party requirements.

0.2.10 (2018-11-27)

  • Updated 3rd party requirements.

0.2.11 (2019-02-08)

  • Updated 3rd party requirements.

  • Fixed flake8 issues

0.2.12 (2019-04-10)

  • Updated 3rd party requirements.

0.2.13 (2019-04-15)

  • Remove the Running status from task instances.

  • Allow owner of task instance to be changed back to null (unassign a task).

0.2.14 (2019-06-03)

  • Updated cookiecutter template.

0.2.15 (2019-07-26)

  • Updated 3rd party requirements.

0.3.0 (2019-08-13)

  • Added a service to help update/create workflows instead of doing it by hand.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-genomix-workflows-0.3.0.tar.gz (324.6 kB view details)

Uploaded Source

Built Distribution

django_genomix_workflows-0.3.0-py2.py3-none-any.whl (334.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-genomix-workflows-0.3.0.tar.gz.

File metadata

  • Download URL: django-genomix-workflows-0.3.0.tar.gz
  • Upload date:
  • Size: 324.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3

File hashes

Hashes for django-genomix-workflows-0.3.0.tar.gz
Algorithm Hash digest
SHA256 063d9bfa52b6c736cefdc025c4a9b9d085d60a4d53f4a18a70cc05a576e4169f
MD5 85ee8e8021a053b02f1d20c84fdeb74b
BLAKE2b-256 8793b0f20d12f379c69b3af23c00985c50427ffaf6e42023703fa70ffb0a3020

See more details on using hashes here.

Provenance

File details

Details for the file django_genomix_workflows-0.3.0-py2.py3-none-any.whl.

File metadata

  • Download URL: django_genomix_workflows-0.3.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 334.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3

File hashes

Hashes for django_genomix_workflows-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b77b8345175485cdbb11cc34c5f4f7195b972d659eb6ec7acd0bbc8dd70a0c40
MD5 231a030bff711f98169dc0a948a5ec92
BLAKE2b-256 31ef26f67345e1c1b92354ff66253378315750afd3df1ce3ccd1fe576f8cec3c

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page