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
Créez des packages Python distribuables avec une structure de projet appropriée, setup.py/pyproject.toml et publiez sur PyPI. À utiliser lors du packaging de bibliothèques Python, de la création d'outils CLI ou de la distribution de code Python. Source : acaprino/alfio-claude-plugins.
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/acaprino/alfio-claude-plugins --skill python-packaging Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code, Cursor ou OpenClaw