Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI.
git clone https://github.com/username/my-package.git cd my-package pip install -e ".[dev]" pytest
Erstellen Sie verteilbare Python-Pakete mit der richtigen Projektstruktur, setup.py/pyproject.toml, und veröffentlichen Sie sie auf PyPI. Wird zum Packen von Python-Bibliotheken, zum Erstellen von CLI-Tools oder zum Verteilen von Python-Code verwendet. Quelle: acaprino/alfio-claude-plugins.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/acaprino/alfio-claude-plugins --skill python-packaging Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw