Metadata-Version: 2.1
Name: pyapp-flow
Version: 0.2.0
Summary: Application workflow framework
Home-page: https://github.com/pyapp-org/pyapp-flow
License: BSD-3-Clause
Keywords: framework,application
Author: Tim Savage
Author-email: tim@savage.company
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://github.com/pyapp-org/pyapp-flow
Description-Content-Type: text/markdown

# pyapp-flow
A simple application level workflow.

Allows processes to be broken into smaller specific steps, greatly simplifying testing and re-use.


