Metadata-Version: 2.1
Name: condu
Version: 1.0.0b12
Summary: Conductor client
Home-page: https://github.com/bioslikk/condu/
Author: Bruno Lopes
Author-email: brunoleonelopes@gmail.com
License: Apache 2.0
Keywords: client for conductor
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Requires-Python: >=3.4
Requires-Dist: requests

# Condu a Python 3.6 client for Conductor
The previous client was written in python 2.7.


This client was built upon the previous work and extended with 
added functionalities and performance boosts.


Provides 3 sets of functions:

1. Workflow management APIs (start, terminate, get workflow status etc.)
2. Worker execution framework
3. Task and Workflow definitions

## Install

```
pip install condu
```

## Using Workflow Management API
Python class ```Condu``` provides client API calls to the conductor server to start manage the workflows.


