python-package

Installation
SKILL.md

Python Package Scaffold

Use this structure as the starting point for a new Python package. Update the description, dependencies, and dev dependencies based on context.

src/<package>/__init__.py:

def main() -> None:
    print("Hello from <package>!")

.python-version:

3.13
Installs
18
First Seen
Mar 18, 2026
python-package — gkwa/volcanicviper