Metadata-Version: 2.1
Name: syengohelloworldpackage
Version: 0.1.1
Summary: This is a simple python package conatining a hello_world function to test skills in python package publishing.
Author: David Syengo
Author-email: david.syengo019@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

# Syengo Hello World Package

## Description

This is a simple python package conatining a hello_world function to test skills in python package publishing.

### Instructions

1.

```cmd
pip install syengohelloworldpackage
```

2. Import hello_world from Package
3. run func by providing an optional name= parameter

### License

MIT

