Metadata-Version: 2.4
Name: testpypi-yoochan35
Version: 0.1.0
Summary: A simple greeting package
Home-page: https://github.com/YourUser/hello_pypi
Author: 20220656
Author-email: y.park1@student.tue.nl
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# hello_pypi

`hello_pypi` is a tiny Python package that says hello.

## Usage

```python
from hello_pypi.main import greet
print(greet("World"))  # â†’ Hello, World!
