# Aspire.Hosting.Python

- Package: `Aspire.Hosting.Python`
- Version: `13.2.0`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/tree/aad16017893bd769e0634c47fb007f1454735f11/src/Aspire.Hosting.Python)
- NuGet: [Aspire.Hosting.Python](https://www.nuget.org/packages/Aspire.Hosting.Python)

## Namespaces

### Aspire.Hosting

- [PythonAppResourceBuilderExtensions](/reference/api/csharp/aspire.hosting.python/pythonappresourcebuilderextensions.md) -- `class` `static` -- Provides extension methods for adding Python applications to an `Hosting.IDistributedApplicationBuilder`.

### Aspire.Hosting.Python

- [EntrypointType](/reference/api/csharp/aspire.hosting.python/entrypointtype.md) -- `enum` -- Specifies the type of entrypoint for a Python application.
- [PythonAppResource](/reference/api/csharp/aspire.hosting.python/pythonappresource.md) -- `class` -- Represents a Python application resource in the distributed application model.
- [UvicornAppResource](/reference/api/csharp/aspire.hosting.python/uvicornappresource.md) -- `class` -- Represents a Uvicorn-based Python application resource that can be managed and executed within a Python environment.
