AI AGENT ADDONS

Python Packaging

wshobson/agents

Python packaging helps you turn your code into a package that others can install and use. You can share libraries, command-line tools, or any Python code on PyPI, the official package index. This skill guides you through setting up a proper project structure, writing a pyproject.toml file, and building wheels or source distributions.

Anyone who writes Python code can benefit from this skill. Whether you are creating a small utility or a large library, packaging makes it easy to distribute, version, and manage dependencies. You will learn modern standards like PEP 621 and how to publish to public or private repositories.

The step-by-step patterns include source layout and flat layout options. You will also see how to add metadata, classifiers, and optional dependencies. By the end, you can confidently share your Python projects with the world.

Add Python Packaging skill to your workflow

Global

mkdir -p ~/.claude/skills/python-packaging

Project

mkdir -p .claude/skills/python-packaging

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago