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
65
GitHub Stars
106
First Seen
Mar 4, 2026
python — dralgorhythm/claude-agentic-framework