CommunityToolkit.Aspire.Hosting.Python.Extensions 9.1.1-beta.169

Prefix Reserved
This is a prerelease version of CommunityToolkit.Aspire.Hosting.Python.Extensions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Hosting.Python.Extensions --version 9.1.1-beta.169                
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Python.Extensions -Version 9.1.1-beta.169                
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.1.1-beta.169" />                
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.1.1-beta.169                
#r "nuget: CommunityToolkit.Aspire.Hosting.Python.Extensions, 9.1.1-beta.169"                
#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.1.1-beta.169&prerelease

// Install CommunityToolkit.Aspire.Hosting.Python.Extensions as a Cake Tool
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Python.Extensions&version=9.1.1-beta.169&prerelease                

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.2.2-beta.227 0 3/11/2025
9.2.2-beta.226 0 3/11/2025
9.2.2-beta.225 0 3/11/2025
9.2.2-beta.224 0 3/11/2025
9.2.2-beta.223 28 3/10/2025
9.2.2-beta.222 31 3/10/2025
9.2.2-beta.220 47 3/9/2025
9.2.2-beta.218 41 3/9/2025
9.2.2-beta.217 155 3/7/2025
9.2.2-beta.216 154 3/7/2025
9.2.2-beta.215 150 3/7/2025
9.2.2-beta.214 159 3/5/2025
9.2.2-beta.213 148 3/5/2025
9.2.2-beta.212 149 3/5/2025
9.2.2-beta.211 150 3/4/2025
9.2.2-beta.210 157 3/4/2025
9.2.2-beta.208 49 3/3/2025
9.2.1 102 3/3/2025
9.2.1-beta.207 71 3/2/2025
9.2.1-beta.206 42 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 67 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 49 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 39 1/29/2025
9.1.1-beta.150 46 1/29/2025
9.1.1-beta.148 42 1/26/2025
9.1.1-beta.147 46 1/26/2025
9.1.1-beta.146 47 1/23/2025
9.1.1-beta.145 46 1/22/2025
9.1.1-beta.144 39 1/22/2025
9.1.1-beta.142 41 1/22/2025
9.1.1-beta.140 45 1/22/2025
9.1.1-beta.139 44 1/21/2025
9.1.1-beta.138 40 1/20/2025
9.1.1-beta.137 39 1/17/2025
9.1.1-beta.136 35 1/15/2025
9.1.1-beta.135 15 1/15/2025
9.1.1-beta.134 14 1/15/2025
9.1.1-beta.128 33 1/9/2025
9.1.1-beta.127 27 1/9/2025
9.1.1-beta.126 38 1/9/2025
9.1.1-beta.125 37 1/9/2025
9.1.1-beta.124 39 1/9/2025
9.1.0 180 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 47 12/30/2024
9.1.0-beta.118 50 12/30/2024
9.1.0-beta.116 47 12/30/2024
9.1.0-beta.114 47 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 51 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 49 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 55 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 115 11/15/2024
9.0.0-beta.76 52 11/14/2024