Metadata-Version: 2.4
Name: twpm
Version: 0.1.1
Summary: A simple workflow builder that takes the complexity out of building dynamic workflows
Project-URL: Homepage, https://github.com/jacksonvieiracs/twpm
Project-URL: Repository, https://github.com/jacksonvieiracs/twpm
Project-URL: Issues, https://github.com/jacksonvieiracs/twpm/issues
Author-email: Jackson Vieira <dev.jacksonvieira@gmail.com>
License: MIT
License-File: LICENSE
Keywords: async,n8n as code,orchestrator,task-orchestration,workflow,workflow-engine
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.4.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# Twpm

A simple workflow builder that takes the complexity out of building dynamic workflows

## Installation

```sh
uv add twpm
``` 

## Usages

## Architecture and Data structures

## Features

## Contributing

## License

MIT