Skip to content

remarkablemark/python_package_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

51 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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