void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.52k stars 2.12k forks source link

Package request: python3-fastapi #50877

Closed Eloitor closed 2 months ago

Eloitor commented 3 months ago

Package name

python3-fastapi

Package homepage

https://fastapi.tiangolo.com/

Description

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.

Does the requested package meet the package requirements?

System

Is the requested package released?

Yes

Bnyro commented 3 months ago

We probably don't need that package as long as no package in the repos depends on it? It's not an app itself, just a library.

The recommended way to run selfmade apps that depend on it would certainly be to use a python venv, and not to use the system's libraries.