Metadata-Version: 2.1
Name: function-flow
Version: 0.0.1
Summary: Function Flow - workflow management on Google Cloud Functions
Home-page: UNKNOWN
Author: Chi Zhang
Author-email: chii@google.com
License: Apache
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: google-api-core (~=1.22.1)
Requires-Dist: google-api-python-client (~=1.9.3)
Requires-Dist: google-cloud-core (~=1.4.4)
Requires-Dist: google-cloud-firestore (~=1.6.2)
Requires-Dist: google-cloud-pubsub (~=1.0.2)
Requires-Dist: google-cloud-storage (~=1.38.0)
Requires-Dist: google-cloud-tasks (~=2.0.0)

# Function Flow

Function Flow is a workflow framework on top of Google Cloud Functions.

## Usage

Refer to example for an example workflow based on Function Flow.


