Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 508 Bytes

File metadata and controls

20 lines (13 loc) · 508 Bytes

📦 Python Simple Template

This is a simple template for Python projects.

✨ Features

  • Dependency Management: Fast dependency installation and management with uv
  • Code Quality: Code formatting and linting with Ruff
  • Type Checking: Static type error detection with pyright

🚀 Usage

uv sync
uv run main.py

⚙️ Dependencies