python-uv

Manage Python project setup, dependencies, testing, and EC2 deployment with uv.

4|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/thrashr888/thrashr888-agent-kit --skill python-uv-thrashr888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python-uv
Source: https://github.com/thrashr888/thrashr888-agent-kit/tree/main/skills/python-uv
Command: npx skills add https://github.com/thrashr888/thrashr888-agent-kit --skill python-uv-thrashr888

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modern Python development workflow using uv instead of pip/poetry. This approach streamlines project setup, dependency management, and local testing, reducing friction and enabling faster iteration.

Core Features & Use Cases

  • Dependency management and project scaffolding using uv
  • Run, test, and lint workflows (pytest, black, ruff) with uv
  • EC2 deployment patterns and development workflows for Python apps

Quick Start

Create a new Python project with uv by running uv init my-project and start developing.

Frequently Asked Questions about python-uv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Python project using uv for dependency management?

Set up a Python project using uv by running `uv init` to scaffold the directory, then manage dependencies and environments using uv commands instead of pip, streamlining local development and reducing setup friction.

Can I use uv with FastAPI and Django for testing and linting?

Yes, uv works with FastAPI and Django to handle testing and linting. It integrates with pytest for tests and tools like black and ruff for linting, managing the entire dev workflow within a unified environment.

What is the best way to manage Python dependencies instead of poetry or pip?

Using uv is a modern alternative to pip or poetry for Python dependency management. It handles environment creation and package installation natively, significantly speeding up project setup and iteration cycles.

How do I deploy a Python app to EC2 using uv?

Deploy a Python app to EC2 using uv by applying the Skill's deployment patterns. It covers configuring the environment and executing code on the server, extending local dev workflows directly to cloud infrastructure.

Does uv handle Python environment creation and code execution automatically?

Yes, uv handles Python environment creation and code execution automatically. It isolates project dependencies and runs scripts or tests within the correct environment without requiring manual activation.