CommunityToolkit.Aspire.Hosting.Python.Extensions 9.3.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Hosting.Python.Extensions --version 9.3.0                
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Python.Extensions -Version 9.3.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Python.Extensions" Version="9.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommunityToolkit.Aspire.Hosting.Python.Extensions --version 9.3.0                
#r "nuget: CommunityToolkit.Aspire.Hosting.Python.Extensions, 9.3.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CommunityToolkit.Aspire.Hosting.Python.Extensions as a Cake Addin
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.Python.Extensions&version=9.3.0

// Install CommunityToolkit.Aspire.Hosting.Python.Extensions as a Cake Tool
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Python.Extensions&version=9.3.0                

CommunityToolkit.Aspire.Hosting.Python.Extensions library

Provides extensions methods and resource definitions for the .NET Aspire AppHost to extend the support for Python applications. Current support includes:

  • Uvicorn
  • Uv

Getting Started

Install the package

In your AppHost project, install the package using the following command:

dotnet add package CommunityToolkit.Aspire.Hosting.Python.Extensions

Initialize the Python virtual environment

Please refer to the Python virtual environment section for more information.

Uvicorn example usage

Then, in the Program.cs file of AddUvicornApp, define a Uvicorn resource, then call Add:

var uvicorn = builder.AddUvicornApp("uvicornapp", "../uvicornapp-api", "main:app")
    .WithHttpEndpoint(env: "UVICORN_PORT");

Uv example usage

Then, in the Program.cs file of AddUvApp, define a Uvicorn resource, then call Add:

var uvicorn = builder.AddUvApp("uvapp", "../uv-api", "uv-api")
    .WithHttpEndpoint(env: "PORT");

Additional Information

https://learn.microsoft.com/dotnet/aspire/community-toolkit/hosting-python-extensions

Feedback & contributing

https://github.com/CommunityToolkit/Aspire

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.3.1-beta.252 89 3/27/2025
9.3.1-beta.250 86 3/27/2025
9.3.1-beta.249 83 3/27/2025
9.3.1-beta.248 84 3/27/2025
9.3.1-beta.247 91 3/27/2025
9.3.1-beta.244 432 3/25/2025
9.3.1-beta.242 433 3/24/2025
9.3.1-beta.241 112 3/19/2025
9.3.0 145 3/19/2025
9.3.0-beta.239 108 3/19/2025
9.2.2-beta.237 110 3/19/2025
9.2.2-beta.236 75 3/14/2025
9.2.2-beta.230 108 3/13/2025
9.2.2-beta.229 102 3/13/2025
9.2.2-beta.228 120 3/11/2025
9.2.2-beta.227 113 3/11/2025
9.2.2-beta.226 117 3/11/2025
9.2.2-beta.225 122 3/11/2025
9.2.2-beta.224 115 3/11/2025
9.2.2-beta.223 120 3/10/2025
9.2.2-beta.222 123 3/10/2025
9.2.2-beta.220 121 3/9/2025
9.2.2-beta.218 115 3/9/2025
9.2.2-beta.217 160 3/7/2025
9.2.2-beta.216 157 3/7/2025
9.2.2-beta.215 160 3/7/2025
9.2.2-beta.214 161 3/5/2025
9.2.2-beta.213 150 3/5/2025
9.2.2-beta.212 151 3/5/2025
9.2.2-beta.211 153 3/4/2025
9.2.2-beta.210 160 3/4/2025
9.2.2-beta.208 58 3/3/2025
9.2.1 114 3/3/2025
9.2.1-beta.207 74 3/2/2025
9.2.1-beta.206 44 3/1/2025
9.2.1-beta.205 53 2/27/2025
9.2.1-beta.204 46 2/26/2025
9.2.1-beta.203 49 2/26/2025
9.2.0 87 2/26/2025
9.2.0-beta.202 44 2/26/2025
9.2.0-beta.201 46 2/26/2025
9.2.0-beta.199 48 2/26/2025
9.2.0-beta.198 49 2/26/2025
9.1.1-beta.197 51 2/25/2025
9.1.1-beta.196 48 2/25/2025
9.1.1-beta.195 47 2/25/2025
9.1.1-beta.194 42 2/25/2025
9.1.1-beta.193 38 2/25/2025
9.1.1-beta.192 47 2/24/2025
9.1.1-beta.191 55 2/24/2025
9.1.1-beta.190 51 2/19/2025
9.1.1-beta.189 48 2/19/2025
9.1.1-beta.188 52 2/19/2025
9.1.1-beta.187 57 2/19/2025
9.1.1-beta.183 63 2/18/2025
9.1.1-beta.182 60 2/18/2025
9.1.1-beta.181 53 2/18/2025
9.1.1-beta.180 56 2/17/2025
9.1.1-beta.178 53 2/17/2025
9.1.1-beta.177 63 2/12/2025
9.1.1-beta.176 69 2/11/2025
9.1.1-beta.175 54 2/11/2025
9.1.1-beta.173 55 2/10/2025
9.1.1-beta.169 47 2/6/2025
9.1.1-beta.168 50 2/5/2025
9.1.1-beta.166 48 2/5/2025
9.1.1-beta.165 45 2/5/2025
9.1.1-beta.164 52 2/3/2025
9.1.1-beta.162 55 2/3/2025
9.1.1-beta.155 49 1/30/2025
9.1.1-beta.154 46 1/30/2025
9.1.1-beta.153 42 1/30/2025
9.1.1-beta.152 40 1/29/2025
9.1.1-beta.150 46 1/29/2025
9.1.1-beta.148 43 1/26/2025
9.1.1-beta.147 46 1/26/2025
9.1.1-beta.146 48 1/23/2025
9.1.1-beta.145 47 1/22/2025
9.1.1-beta.144 40 1/22/2025
9.1.1-beta.142 42 1/22/2025
9.1.1-beta.140 46 1/22/2025
9.1.1-beta.139 45 1/21/2025
9.1.1-beta.138 41 1/20/2025
9.1.1-beta.137 40 1/17/2025
9.1.1-beta.136 36 1/15/2025
9.1.1-beta.135 16 1/15/2025
9.1.1-beta.134 15 1/15/2025
9.1.1-beta.128 35 1/9/2025
9.1.1-beta.127 29 1/9/2025
9.1.1-beta.126 40 1/9/2025
9.1.1-beta.125 39 1/9/2025
9.1.1-beta.124 40 1/9/2025
9.1.0 189 12/12/2024
9.1.0-beta.123 56 1/3/2025
9.1.0-beta.122 53 1/3/2025
9.1.0-beta.121 53 1/2/2025
9.1.0-beta.120 48 12/30/2024
9.1.0-beta.119 48 12/30/2024
9.1.0-beta.118 51 12/30/2024
9.1.0-beta.116 48 12/30/2024
9.1.0-beta.114 48 12/30/2024
9.1.0-beta.113 48 12/30/2024
9.1.0-beta.112 54 12/18/2024
9.1.0-beta.110 52 12/16/2024
9.1.0-beta.109 50 12/12/2024
9.0.1-beta.108 53 12/12/2024
9.0.1-beta.107 51 12/11/2024
9.0.1-beta.106 57 12/12/2024
9.0.1-beta.104 52 12/11/2024
9.0.1-beta.102 52 12/6/2024
9.0.1-beta.99 52 12/6/2024
9.0.1-beta.98 51 12/6/2024
9.0.1-beta.95 53 12/5/2024
9.0.1-beta.94 48 12/5/2024
9.0.1-beta.93 42 12/2/2024
9.0.1-beta.92 52 11/30/2024
9.0.1-beta.91 48 11/30/2024
9.0.1-beta.90 52 11/29/2024
9.0.1-beta.89 50 11/29/2024
9.0.1-beta.88 51 11/27/2024
9.0.1-beta.87 46 11/27/2024
9.0.1-beta.86 54 11/27/2024
9.0.1-beta.84 58 11/24/2024
9.0.1-beta.83 56 11/22/2024
9.0.1-beta.82 61 11/21/2024
9.0.1-beta.81 51 11/19/2024
9.0.1-beta.80 43 11/19/2024
9.0.1-beta.79 52 11/19/2024
9.0.1-beta.77 49 11/15/2024
9.0.0 117 11/15/2024
9.0.0-beta.76 52 11/14/2024