Skip to main content

A simple wrapper around the Comala Workflows REST API.

Project description

Build Status PyPI version

Comala Workflow Python Library

This is a simple wrapper around the REST API which the Comala Workflow plugin for Confluence provides.

Installation

To install from pypi use:

pip install comala-workflows

Usage

from comala.workflows.client import ComalaWorkflowsClient
with ComalaWorkflowsClient("https://server:port/contextpath", ("user", "pass")) as client:
    status = client.status(page_id=1, expand=['state','states','approvals','actions','tasks'])

Development and Deployment

See the Contribution guidelines for this project for details on how to make changes to this library.

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

comala-workflows-0.5.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

comala_workflows-0.5.1-py2.py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 2 Python 3

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