排序
Python FastAPI quickstart in uv
Python FastAPI quickstart in uv,uv init uv add fastapi --extra standard Create folder /app Add file init.py inside /app Add file main.py inside /app Run fastapi uv run fastapi dev ...
使用 uv 管理 Python 環境
使用 uv 管理 Python 環境,要管理 Python 環境,你可以使用多種工具達成,像是使用 pyenv 來安裝不同版本的 Python、venv 或是 pipenv 管理虛擬環境、poetry 管理專案,這些工具都可以善盡個別...
Straight to the Money minimalistic yet all-inclusive Python project template
Straight to the Money minimalistic yet all-inclusive Python project template,Stop wasting time in analysis paralysis over Python tooling choices Pick the defaults Go straight to th...
UV как альтернатива Poetry
UV как альтернатива Poetry,Пакетных менеджеров для питона как-то слишком много. У этого, конечно, есть ...
UV – A Ferramenta que Simplifica o Gerenciamento de Ambientes e Dependências no Python
UV - A Ferramenta que Simplifica o Gerenciamento de Ambientes e Dependências no Python,Quem trabalha com Python sabe que pode ser um pouco chato lidar com o gerenciamento de ambie...
Speed up CI with uv
Speed up CI with uv ,We can use uv to make linting and testing on GitHub Actions around 1.5 times as fast. Linting When using pre-commit for linting: name: Lint on: [push, pull_req...
Conociendo uv
Conociendo uv,uv es el nuevo administrador de proyectos escrito en Rust para python. ¿Por qué una nueva alternativa, habiendo tantas disponibles? Hace mucho empecé a usar pipenv...
Python Packaging is Great Now: `uv` is all you need
Python Packaging is Great Now: `uv` is all you need,The title of this post is a reference to Glyph's Python Packaging is Good Now. I think it's safe to say that, in these 8 years, ...