Python Lib Init

Bootstrap a new Python LIBRARY with uv (`uv init --lib`) — distributable via PyPI, type-checked end-to-end with a `py.typed` marker, tested across a range of Python versions, strict Ruff + mypy + pytest baseline. Asks the user the MINIMUM Python version to support (floor is 3.10). Use whenever the user asks to "create / initialize / scaffold / bootstrap / start" a Python library, a package to publish on PyPI, or "una lib de uv". Use when this capability is needed.

tomevault-io e4ec1ae 2 files · 21.1 KB Updated

File contents

tomevault-io/skills-registry/tree/main/m4rc0sx--claude-skills--python-lib-init commit e4ec1aefbd

Frequently asked questions

npx skillmds@latest add tomevault-io/python-lib-init