Skip to content

remarkablemark/python-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

157 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

python-package-template

PyPI version codecov lint

🐍 Python Package Template

Prerequisites

Install

Install with uv:

uv add python-package-template

Or install with pip:

pip install python-package-template

Usage

Print the greeting:

from python_package_template import hello

print(hello())

License

MIT