python-packaging

Installation
SKILL.md

Python Packaging

Configure Python package metadata and build configuration for distribution.

Quick Start

Create pyproject.toml with UV or setuptools configuration for package distribution.

Instructions

Choosing Build System

Use UV with pyproject.toml (recommended) when:

  • Starting new projects
  • Want fast, modern tooling
  • Need dependency management + packaging
  • Building libraries for PyPI
  • Want PEP 621 compliance
Installs
6
GitHub Stars
28
First Seen
Feb 4, 2026
python-packaging — armanzeroeight/fastagent-plugins