https://github.com/render-examples/workflows-template-python
https://github.com/render-examples/workflows-template-python
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/render-examples/workflows-template-python
- Owner: render-examples
- Created: 2025-10-10T18:16:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-06T00:49:17.000Z (3 months ago)
- Last Synced: 2026-03-06T04:52:07.957Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Render Workflows Template - Python
> [!IMPORTANT]
> **[Render Workflows](https://render.com/docs/workflows) is in public beta.**
Copy this template to your GitHub account by clicking **Use this template > Create a new repository**.
- **To get started with this template,** see [Your First Workflow](https://render.com/docs/workflows-tutorial).
- **To run locally,** see [Local Dev with Render Workflows](https://render.com/docs/workflows-local-development).
When deploying your copy of this template as a workflow service on Render, set the following:
| Option | Value |
| ------------- | ----- |
| Build command | `pip install -r requirements.txt` |
| Start command | `python main.py` |