Metadata-Version: 2.4
Name: hello-world-redux
Version: 0.1.0
Summary: A minimal Python package that provides greeting functionality.
License: MIT
License-File: LICENSE
Keywords: hello,world,greeting
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Utilities
Project-URL: Documentation, https://github.com/yourusername/hello-world-redux#readme
Project-URL: Homepage, https://github.com/yourusername/hello-world-redux
Project-URL: Repository, https://github.com/yourusername/hello-world-redux
Description-Content-Type: text/markdown

# hello-world-redux

A minimal Python package that provides greeting functionality.

## Features

- Simple `hello()` function that returns `"Hello, World!"`
- Personalized `greet(name)` function that returns `"Hello, {name}!"`
- CLI command `hello-world` with optional `--name` argument

## Requirements

- Python 3.9+

## Installation

### From PyPI


