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/fullrobot/django-genomix-workflows.svg?branch=develop https://codecov.io/gh/fullrobot/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

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.2.3.tar.gz (322.3 kB view details)

Uploaded Source

Built Distribution

django_genomix_workflows-0.2.3-py2.py3-none-any.whl (329.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for django-genomix-workflows-0.2.3.tar.gz
Algorithm Hash digest
SHA256 61291612fd27701c700ad319f86e0a9c7d704adde3e413103ac23af81ddd30e8
MD5 dae10e54fa15c9e0f5e7a5a151a67108
BLAKE2b-256 6e8513c470ffd07d831f22cb42704825a47cfda21cf8ccd2512656d85cafe794

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_genomix_workflows-0.2.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 16ded49458d3425a07296665931892ad986629aec3fd6b417583769a8e0b3d10
MD5 38b125621609844f9d808ea306b2bd41
BLAKE2b-256 b6066901febfce4771b16b5ed90bbddd7d80934a6ffa1c59d65839104087e704

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