Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 380 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 380 Bytes

Description

Code for the greet Python package. This package provides a simple way to greet a person by name. Given a person's name (example: Sarah), the greet package will return Hello Sarah!.

Installation

You can install the package using:

python3 setup.py install 

Unittest

You can test the package by running:

python3 test_print_hello.py