Metadata-Version: 2.4
Name: awfl
Version: 0.1.3
Summary: AWFL: AI Workflows CLI
Author: Paul Lorenz
License: MIT
Project-URL: Homepage, https://github.com/awfl-us/cli
Project-URL: Issues, https://github.com/awfl-us/cli/issues
Keywords: ai,workflows,cli,serverless,agents
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: prompt_toolkit
Requires-Dist: watchdog
Requires-Dist: aiohttp
Requires-Dist: pathspec
Requires-Dist: requests>=2.31
Requires-Dist: google-auth
Requires-Dist: packaging
Dynamic: license-file

AWFL CLI

Open-source command-line tool to run AWFL workflows.

Install
- pipx install awfl
  - or: pip install awfl

Usage
- Interactive shell:
  - awfl
  - help | exit | dev start

License
- MIT
