Metadata-Version: 2.4
Name: hello251114
Version: 0.1.0
Summary: A simple hello world package for demonstration
Author-email: Your Name <your.email@example.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# hello251114

A simple hello world package for PyPI demonstration.

## Installation

```bash
pip install hello251114
```

## Usage

```bash
hello251114
```

Or in Python:

```python
from hello251114 import greet

print(greet())
```

## License

MIT