Django App for storing Workflows and Tracking
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-genomix-workflows-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0894f2633af35f8df3ffcd7c23b9c073eba104ae6363d50fa2cfaa0ebbf80257 |
|
MD5 | f332f03308a84c2d5d9d3689e69037b2 |
|
BLAKE2b-256 | d2a30311dc8879e82bc0fbd290f71ccc4bf1616b868364820f920a0615642879 |
Hashes for django_genomix_workflows-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57f6f112c072d505dd3d53380bc92153c82ab12f7d1add8f21d2e57aedc32157 |
|
MD5 | 62a94b1d922980c94bf0c823930f0172 |
|
BLAKE2b-256 | 856fddc4e34f175581737ea811eefd2ea860df09a1259cf23ec36730614b2658 |