Skip to content

remarkablemark/python_package_template

Repository files navigation

python_package_template

PyPI version codecov lint

🐍 Python Package Template

Prerequisites

Install

Python:

pip install python_package_template

Usage

Print greeting:

from python_package_template import hello

print(hello())

License

MIT