Metadata-Version: 2.1
Name: hellow_world
Version: 0.1.2
Summary: 
Home-page: https://github.com/dakohhh/hellow-world
License: MIT
Author: dakohhh
Author-email: wiizzydreadmill@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Project-URL: Repository, https://github.com/dakohhh/hellow-world
Description-Content-Type: text/markdown

# Hellow World 🌍

`hellow_world` is the silliest Python package you'll ever need! It simply says "Hellow, world!" — because who needs proper spelling anyway?

## Why Use Hellow World?

Because sometimes, you just need a little whimsy in your life. This package doesn’t do much, but it does it with charm 🥹!

## Installation

Install `hellow_world` via pip:

```bash
pip install hellow_world

```
## Usage

Using `hellow_world` is as easy as saying… “Hellow!”

```python
from hellow_world import greet

print(greet())  # Outputs: "Hellow, world!"
```

## Test

```bash
poetry run python -m pytest

```

## Contributing

If you have a silly idea for expanding this silly package, feel free to submit an issue or a pull request! All ideas (even the silly ones) are welcome.

To contribute:

1. Fork the repository.
2. Create your feature branch (`git checkout -b feature/YourFeature`).
3. Commit your changes (`git commit -m 'Add some feature'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Open a pull request.

Let’s make `hellow_world` even sillier together!

