Metadata-Version: 2.0
Name: flows
Version: 1.2.1
Summary: a Python automated workflow generator
Home-page: http://github.com/mastro35/flows/
Author: Davide Mastromatteo
Author-email: dave35@me.com
License: Apache-2.0
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: adodbapi (>=2.6.0.7)
Requires-Dist: croniter (>=0.3.12)
Requires-Dist: pytyler (>=0.2)
Requires-Dist: watchdog (>=0.8.3)
Requires-Dist: zmq (>=0.0.0)


flows
-----
flows allows you to create chains of simple actions and conditional statements
called recipes.

It's somehow similar to IFTTT service but based on local events.

Copyright 2016 Davide Mastromatteo
License: Apache 2.0


