Project System

Guidance for Python project configuration and packaging using pyproject.toml, build backends, and modern PEP standards. USE FOR: creating pyproject.toml, configuring build backends (setuptools, hatchling, flit-core, maturin, poetry-core, pdm-backend), entry points, version management, publishing to PyPI, editable installs, monorepo patterns DO NOT USE FOR: installing packages or managing dependencies at runtime (use package-management), building CLI applications (use cli)

Tyler-R-Kendrick 3e0739e 16 files · 38.7 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/python/project-system commit 3e0739e52d

Frequently asked questions

npx skillmds add tyler-r-kendrick/project-system