Metadata-Version: 2.4
Name: helloworld-25140906-lilinzhe
Version: 0.1.0
Summary: A simple Hello World package
Project-URL: Homepage, https://github.com/example/helloworld-25140906-lilinzhe
Author-email: Author <author@example.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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

# helloworld-25140906-lilinzhe

A simple Hello World package for testing.

## Installation

```bash
pip install helloworld-25140906-lilinzhe
```

## Usage

### As a command line tool:

```bash
helloworld-25140906-lilinzhe
```

### As a Python module:

```python
from helloworld_25140906_lilinzhe.main import main

main()
```

Or:

```python
from helloworld_25140906_lilinzhe import hello

hello()
```

## License

MIT License
