🐍 Python Package Template
Install with uv:
uv add python-package-template
Or install with pip:
pip install python-package-template
Print the greeting:
from python_package_template import hello print(hello())
MIT
🐍 Python package template