Back to list
syeda-hoorain-ali

python-uv-project-management-skill

by syeda-hoorain-ali

TaskFlow is an innovative todo application that demonstrates the complete evolution of software development from a simple in-memory Python console app to a sophisticated, AI-powered, cloud-native application deployed on Kubernetes.

0🍴 0📅 Jan 21, 2026

SKILL.md


name: python-uv-project-management-skill description: This skill provides commands for managing Python projects using uv, a fast Python package installer and resolver.

Python UV Project Management Skill

This skill provides commands for managing Python projects using uv, a fast Python package installer and resolver.

Commands

Initialize Project

uv init .

Creates a new Python project with basic structure and pyproject.toml.

Install Dependencies

  • Single dependency: uv add <package>
  • Multiple dependencies: uv add <package1> <package2> <package3>
  • All dependencies from pyproject.toml: uv sync

Running Code

  • Run Python file: uv run -m <module_path>
  • Example: uv run -m src.main

Running Server

uv run uvicorn src.main:app --port 8000 --reload

Run a FastAPI/Uvicorn server with hot reload enabled.

Benefits of UV

  • Fast dependency resolution and installation
  • Modern Python packaging tool
  • Drop-in replacement for pip/pipenv/poetry workflows
  • Built with Rust for performance

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon