CommunityToolkit / Aspire

A community project with additional components and extensions for .NET Aspire
MIT License
227 stars 29 forks source link

Uvicorn integration #207

Closed tommasodotNET closed 1 week ago

tommasodotNET commented 2 weeks ago

.NET Aspire issue link

No response

Overview

Uvicorn is getting lots of traction amongst Python devs. Currently, .NET Aspire only supports standard Python project.

Usage example

var workbenchService = builder.AddUvicornApp("<SERVICE_NAME",
                                            projectDirectory: "<DIRECTORY>"),
                                            scriptPath: "<VENV_SCRIPT>")

Additional context

No response

Help us help you

Yes, I'd like to be assigned to work on this item