Metadata-Version: 2.4
Name: helloworldcolonprintcolon
Version: 1.0.0
Summary: The larp command is now real.
Author-email: BR3XALITY <marioplays254@gmail.com>
Maintainer: BR3XALITY
License-Expression: Unlicense
Keywords: hello,callback,example
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# HelloWorld

A tiny Python library that sends `"Hello, World!"` to any callable.

## Installation

```bash
pip install helloworld
```

## Example

```python
from helloworld import HelloWorld

HelloWorld(print)
```

Output:

```
Hello, World!
```

## License

This project is released under the Unlicense.
