# unknown - Author: Kobe - Repository: Kobemilly/my-sec-ops-platform - Version: 20251128103509 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/Kobemilly/my-sec-ops-platform - Web: https://mule.run/skillshub/@@Kobemilly/my-sec-ops-platform~unknown:20251128103509 --- # Technical Skills & Best Practices ## 🐍 Python Development (Modern uv Workflow) **Core Principle**: 使用 `uv` 作為唯一套件管理工具。 ### UV Commands Mapping | Action | Command | Note | | :--- | :--- | :--- | | Init Project | `uv init` | 專案初始化 | | Add Dependency | `uv add ` | 禁止使用 pip install | | Add Dev Tool | `uv add --dev ` | 如 pytest, ruff | | Run Script | `uv run