Metadata-Version: 2.4
Name: gyatModel2
Version: 0.1.4
Summary: A sample package that prints content of AI/ML model text files
Author: Micheal Scofield
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# hello-world-lib

A simple Python package that prints "Hello, World!"

## Usage

```python
from hello_world_lib import say_hello

say_hello()
