A simple wrapper around the Comala Workflows REST API.
Project description
[![Build Status](<https://travis-ci.org/DaveTCode/comala-workflow-python-lib.svg?branch=master>)](<https://travis-ci.org/DaveTCode/comala-workflow-python-lib>) [![PyPI version](<https://badge.fury.io/py/comala-workflows.svg>)](<https://badge.fury.io/py/comala-workflows>)
# 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
`` python 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](CONTRIBUTING.md) 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
Built Distribution
Hashes for comala_workflows-0.4.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91c778ab3b17c066ebfadff94d730b07c3185654f8b3c14b84fbee6dc8d8a3c5 |
|
MD5 | e9db0d446d798e993b514a4d215c635b |
|
BLAKE2b-256 | 0696e48092808b720d53b3bb83d9e92ede2c54f7f51f68a4ed239b5c04321cd0 |