python

Installation
SKILL.md

Python Development

Project Setup

# Create project with uv
uv init my-project
cd my-project

# Add dependencies
uv add litestar
uv add --dev pytest ruff mypy
Installs
11
GitHub Stars
26
First Seen
Feb 18, 2026
python — nguyenhuuca/assessment