Metadata-Version: 1.2
Name: comala-workflows
Version: 0.3.0
Summary: A simple wrapper around the Comala Workflows REST API.
Home-page: https://github.com/DaveTCode/comala-workflow-python-lib
Author: David Tyler
Author-email: davet.code@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: [![Build
        Status](<https://travis-ci.org/DaveTCode/comala-workflow-python-lib.svg?branch=master>)](<https://travis-ci.org/DaveTCode/comala-workflow-python-lib>)
        
        \# 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.
        
Keywords: comala,workflow
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
